33#ifndef vtkImageCroppingRegionsWidget_h
34#define vtkImageCroppingRegionsWidget_h
37#include "vtkInteractionWidgetsModule.h"
74 vtkGetVector6Macro(PlanePositions,
double);
77 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
81 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
84 double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
92 vtkGetMacro(CroppingRegionFlags,
int);
101 SLICE_ORIENTATION_YZ = 0,
102 SLICE_ORIENTATION_XZ = 1,
103 SLICE_ORIENTATION_XY = 2
106 vtkGetMacro(SliceOrientation,
int);
126 vtkGetMacro(Slice,
int);
197 CroppingPlanesPositionChangedEvent = 10050
211 double PlanePositions[6];
226 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.