Go to the documentation of this file.
30 #ifndef vtkImageCroppingRegionsWidget_h
31 #define vtkImageCroppingRegionsWidget_h
33 #include "vtkInteractionWidgetsModule.h"
72 vtkGetVector6Macro(PlanePositions,
double);
74 {this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);}
76 {this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);}
78 double yMin,
double yMax,
79 double zMin,
double zMax);
87 vtkGetMacro(CroppingRegionFlags,
int);
96 SLICE_ORIENTATION_YZ = 0,
97 SLICE_ORIENTATION_XZ = 1,
98 SLICE_ORIENTATION_XY = 2
101 vtkGetMacro(SliceOrientation,
int);
115 vtkGetMacro(Slice,
int);
124 { this->SetLine1Color(rgb[0], rgb[1], rgb[2]); }
135 { this->SetLine2Color(rgb[0], rgb[1], rgb[2]); }
146 { this->SetLine3Color(rgb[0], rgb[1], rgb[2]); }
157 { this->SetLine4Color(rgb[0], rgb[1], rgb[2]); }
190 CroppingPlanesPositionChangedEvent = 10050
205 double PlanePositions[6];
Abstract class for a volume mapper.
abstract base class for most VTK objects
topologically and geometrically regular array of data
a simple class to control print indentation
create a line defined by two end points
a actor that draws 2D data
concrete dataset represents vertices, lines, polygons, and triangle strips