All Frameworks Class Hierarchy This Framework Indexes
VisualizationBase Enumeration CATSymbolType
enum CATSymbolType {
NOTUSED,
CROSS,
PLUS,
CONCENTRIC,
COINCIDENT,
FULLCIRCLE,
FULLSQUARE,
STAR,
DOT,
SMALLDOT,
MISC1,
MISC2,
FULLCIRCLE2,
FULLSQUARE2,
OPEN_ARROW,
UNFILLED_ARROW,
BLANKED_ARROW,
FILLED_ARROW,
UNFILLED_CIRCLE,
BLANKED_CIRCLE,
FILLED_CIRCLE,
CROSSED_CIRCLE,
BLANKED_SQUARE,
FILLED_SQUARE,
BLANKED_TRIANGLE,
FILLED_TRIANGLE,
MANIPULATOR_SQUARE,
MANIPULATOR_DIAMOND,
MANIPULATOR_CIRCLE,
MANIPULATOR_TRIANGLE,
DOUBLE_OPEN_ARROW,
WAVE,
DOUBLE_FILLED_ARROW
}
Enumerate the different marker types and symbol types.
Role: It must be used with CAT2DMarkerGP,
CAT3DMarkerGP,
CAT2DSymbolGP,
CAT2DArrowSymbolGP,
CAT2DSymbolRep and
CAT2DArrowSymbolRep.
Markers 2D/3D CROSS to FULLSQUARE2.
Symbols 2D OPEN_ARROW to the end.
- Values:
-
- NOTUSED
- Reserved.
- CROSS
- Use this enum to have a cross marker.
It must be used only for 2D/3D markers.
- PLUS
- Use this enum to have a plus marker.
It must be used only for 2D/3D markers.
- CONCENTRIC
- Use this enum to have a circle marker.
It must be used only for 2D/3D markers.
- COINCIDENT
- Use this enum to have a two concentric circle marker.
It must be used only for 2D/3D markers.
- FULLCIRCLE
- Use this enum to have a full circle marker.
It must be used only for 2D/3D markers.
- FULLSQUARE
- Use this enum to have a full square marker.
It must be used only for 2D/3D markers.
- STAR
- Use this enum to have a star marker.
It must be used only for 2D/3D markers.
- DOT
- Use this enum to have a dot (3x3 pixels) marker.
It must be used only for 2D/3D markers.
- SMALLDOT
- Use this enum to have a small dot (1 pixel) marker.
It must be used only for 2D/3D markers.
- MISC1
- Use this enum to have a 45 degrees arrow marker.
It must be used only for 2D/3D markers.
- MISC2
- Use this enum to have a 225 degrees arrow marker.
It must be used only for 2D/3D markers.
- FULLCIRCLE2
- Use this enum to have a full circle marker bigger than FULLCIRCLE.
It must be used only for 2D/3D markers.
- FULLSQUARE2
- Use this enum to have a full square marker bigger then FULLSQUARE.
It must be used only for 2D/3D markers.
- OPEN_ARROW
- Use this enum to have an unclosed arrow symbol (>).
It must be used only for 2D symbols.
- UNFILLED_ARROW
- Use this enum to have an unfilled arrow symbol.
It must be used only for 2D symbols.
- BLANKED_ARROW
- Use this enum to have an arrow symbol. The arrow's interior is filled with
background color.
It must be used only for 2D symbols.
- FILLED_ARROW
- Use this enum to have a filled arrow symbol.
It must be used only for 2D symbols.
- UNFILLED_CIRCLE
- Use this enum to have an unfilled circle symbol.
It must be used only for 2D symbols.
- BLANKED_CIRCLE
- Use this enum to have a circle symbol. The circle's interior is filled with
background color.
It must be used only for 2D symbols.
- FILLED_CIRCLE
- Use this enum to have a filled circle symbol.
It must be used only for 2D symbols.
- CROSSED_CIRCLE
- Use this enum to have a circle with a cross symbol.
It must be used only for 2D symbols.
- BLANKED_SQUARE
- Use this enum to have a square symbol. The square's interior is filled with
background color.
It must be used only for 2D symbols.
- FILLED_SQUARE
- Use this enum to have a filled square symbol.
It must be used only for 2D symbols.
- BLANKED_TRIANGLE
- Use this enum to have a triangle symbol. The triangle's interior is filled
with background color.
It must be used only for 2D symbols.
- FILLED_TRIANGLE
- Use this enum to have a filled triangle symbol.
It must be used only for 2D symbols.
- MANIPULATOR_SQUARE
- Use this enum to have a filled square symbol.
It must be used only for 2D symbols.
- MANIPULATOR_DIAMOND
- Use this enum to have a filled diamond symbol.
It must be used only for 2D symbols.
- MANIPULATOR_CIRCLE
- Use this enum to have a filled circle symbol.
It must be used only for 2D symbols.
- MANIPULATOR_TRIANGLE
- Use this enum to have a filled triangle symbol.
It must be used only for 2D symbols.
- DOUBLE_OPEN_ARROW
- Use this enum to have a double arrow symbol.
It must be used only for 2D symbols.
- DOUBLE_FILLED_ARROW
- Use this enum to have a double filled arrow symbol.
It must be used only for 2D symbols.
- WAVE
- Use this enum to have a wave symbol.
It must be used only for 2D symbols.
This object is included in the file: CATSymbolType.h