30#ifndef vtkImageCroppingRegionsWidget_h
31#define vtkImageCroppingRegionsWidget_h
34#include "vtkInteractionWidgetsModule.h"
71 vtkGetVector6Macro(PlanePositions,
double);
74 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
78 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
81 double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
89 vtkGetMacro(CroppingRegionFlags,
int);
98 SLICE_ORIENTATION_YZ = 0,
99 SLICE_ORIENTATION_XZ = 1,
100 SLICE_ORIENTATION_XY = 2
103 vtkGetMacro(SliceOrientation,
int);
123 vtkGetMacro(Slice,
int);
194 CroppingPlanesPositionChangedEvent = 10050
208 double PlanePositions[6];
223 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
a actor that draws 2D data
topologically and geometrically regular array of data
a simple class to control print indentation
create a line defined by two end points
abstract base class for most VTK objects
concrete dataset represents vertices, lines, polygons, and triangle strips
Abstract class for a volume mapper.