21#ifndef vtkImageCroppingRegionsWidget_h
22#define vtkImageCroppingRegionsWidget_h
25#include "vtkInteractionWidgetsModule.h"
27VTK_ABI_NAMESPACE_BEGIN
63 vtkGetVector6Macro(PlanePositions,
double);
66 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
70 this->SetPlanePositions(pos[0], pos[1], pos[2], pos[3], pos[4], pos[5]);
73 double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
81 vtkGetMacro(CroppingRegionFlags,
int);
90 SLICE_ORIENTATION_YZ = 0,
91 SLICE_ORIENTATION_XZ = 1,
92 SLICE_ORIENTATION_XY = 2
95 vtkGetMacro(SliceOrientation,
int);
115 vtkGetMacro(Slice,
int);
186 CroppingPlanesPositionChangedEvent = 10050
200 double PlanePositions[6];
215 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.