 |
VTK
9.1.0
|
Go to the documentation of this file.
32 #ifndef vtkResliceCursor_h
33 #define vtkResliceCursor_h
35 #include "vtkInteractionWidgetsModule.h"
64 vtkGetVector3Macro(Center,
double);
71 vtkSetVector3Macro(Thickness,
double);
72 vtkGetVector3Macro(Thickness,
double);
115 vtkGetVector3Macro(XAxis,
double);
116 vtkGetVector3Macro(YAxis,
double);
117 vtkGetVector3Macro(ZAxis,
double);
118 vtkSetVector3Macro(XAxis,
double);
119 vtkSetVector3Macro(YAxis,
double);
120 vtkSetVector3Macro(ZAxis,
double);
127 vtkGetVector3Macro(XViewUp,
double);
128 vtkGetVector3Macro(YViewUp,
double);
129 vtkGetVector3Macro(ZViewUp,
double);
130 vtkSetVector3Macro(XViewUp,
double);
131 vtkSetVector3Macro(YViewUp,
double);
132 vtkSetVector3Macro(ZViewUp,
double);
140 vtkSetMacro(Hole,
int);
141 vtkGetMacro(Hole,
int);
148 vtkSetMacro(HoleWidth,
double);
149 vtkGetMacro(HoleWidth,
double);
157 vtkSetMacro(HoleWidthInPixels,
double);
158 vtkGetMacro(HoleWidthInPixels,
double);
perform various plane computations
virtual void BuildCursorTopology()
virtual double * GetAxis(int i)
Get the computed axes directions.
static vtkResliceCursor * New()
vtkPlaneCollection * ReslicePlanes
record modification and/or execution time
Geometry for a reslice cursor.
abstract base class for most VTK objects
virtual void Reset()
Reset the cursor to the default position, ie with the axes, normal to each other and axis aligned and...
double * GetViewUp(int i)
virtual vtkPolyData * GetPolyData()
Get the 3D PolyData representation.
virtual void BuildCursorGeometryWithoutHole()
virtual vtkPlane * GetPlane(int n)
Get the planes that represent normals along the X, Y and Z.
virtual void SetCenter(double center[3])
Set/Get the cente of the reslice cursor.
virtual void BuildCursorTopologyWithHole()
topologically and geometrically regular array of data
a simple class to control print indentation
vtkTimeStamp PolyDataBuildTime
~vtkResliceCursor() override
virtual void SetCenter(double, double, double)
Set/Get the cente of the reslice cursor.
virtual void SetImage(vtkImageData *)
Set the image (3D) that we are slicing.
virtual void Update()
Build the polydata.
virtual void BuildCursorGeometry()
vtkMTimeType GetMTime() override
Get the MTime.
virtual void ComputeAxes()
virtual void BuildCursorTopologyWithoutHole()
void PrintSelf(ostream &os, vtkIndent indent) override
Printself method.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual vtkPolyData * GetCenterlineAxisPolyData(int axis)
Get the slab and centerline polydata along an axis.
virtual void BuildCursorGeometryWithHole()
maintain a list of planes
vtkTypeUInt32 vtkMTimeType
virtual void BuildPolyData()