#include <list>#include <map>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | VTK |
Typedefs | |
| typedef int | VTK::MarkerType |
| Type of standard marker for advanced rendering of vtk points. More... | |
| typedef int | VTK::MarkerScale |
| Scale of standard marker for advanced rendering of vtk points. More... | |
| typedef std::list< unsigned short > | VTK::MarkerTexture |
| typedef std::pair< std::string, MarkerTexture > | VTK::MarkerData |
| typedef std::map< int, MarkerData > | VTK::MarkerMap |
Variables | |
| const MarkerType | VTK::MT_NONE = 0 |
| const MarkerType | VTK::MT_POINT = 1 |
| const MarkerType | VTK::MT_PLUS = 2 |
| const MarkerType | VTK::MT_STAR = 3 |
| const MarkerType | VTK::MT_O = 4 |
| const MarkerType | VTK::MT_X = 5 |
| const MarkerType | VTK::MT_O_POINT = 6 |
| const MarkerType | VTK::MT_O_PLUS = 7 |
| const MarkerType | VTK::MT_O_STAR = 8 |
| const MarkerType | VTK::MT_O_X = 9 |
| const MarkerType | VTK::MT_USER = 10 |
| const MarkerScale | VTK::MS_NONE = 0 |
| const MarkerScale | VTK::MS_10 = 1 |
| const MarkerScale | VTK::MS_15 = 2 |
| const MarkerScale | VTK::MS_20 = 3 |
| const MarkerScale | VTK::MS_25 = 4 |
| const MarkerScale | VTK::MS_30 = 5 |
| const MarkerScale | VTK::MS_35 = 6 |
| const MarkerScale | VTK::MS_40 = 7 |
| const MarkerScale | VTK::MS_45 = 8 |
| const MarkerScale | VTK::MS_50 = 9 |
| const MarkerScale | VTK::MS_55 = 10 |
| const MarkerScale | VTK::MS_60 = 11 |
| const MarkerScale | VTK::MS_65 = 12 |
| const MarkerScale | VTK::MS_70 = 13 |