blob: 753fb16a8c612c3d5d29c789e0dee6c109fbd783 [file] [log] [blame]
// *****************************************************************************
// Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// Contributors:
// Pierre Allard - initial API and implementation
// Regent L'Archeveque
// Sebastien Gemme
//
// SPDX-License-Identifier: EPL-1.0
// *****************************************************************************
@GenModel(prefix="ApogyAddonsMobilityPathplannersUI",
childCreationExtenders="true",
extensibleProviderFactory="true",
multipleEditorPages="false",
copyrightText="*******************************************************************************
Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Pierre Allard - initial API and implementation
Regent L'Archeveque,
Sebastien Gemme
SPDX-License-Identifier: EPL-1.0
*******************************************************************************",
modelName="ApogyAddonsMobilityPathplannersUI",
complianceLevel="8.0")
@GenModel(dynamicTemplates="true", templateDirectory="platform:/plugin/org.eclipse.apogy.common.emf.codegen/templates")
@GenModel(modelDirectory="/org.eclipse.apogy.addons.mobility.pathplanners.ui/src-gen")
@GenModel(editDirectory="/org.eclipse.apogy.addons.mobility.pathplanners.ui.edit/src-gen")
package org.eclipse.apogy.addons.mobility.pathplanners.ui
import org.eclipse.apogy.common.topology.ui.NodePresentation
import org.eclipse.apogy.common.topology.ui.MeshPresentationMode
import org.eclipse.apogy.common.topology.ui.NodeWizardPagesProvider
import org.eclipse.apogy.common.Apogy
@Apogy(hasCustomClass="true")
class CircularExclusionZonePresentation extends NodePresentation
{
float transparency
MeshPresentationMode presentationMode = "SURFACE"
double height = "10.0"
}
/**
* Wizard support for CircularExclusionZone.
*/
@Apogy(hasCustomClass="true")
class CircularExclusionZoneWizardPagesProvider extends NodeWizardPagesProvider
{
}