|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkResliceCursor * | NewInstance () const |
|
virtual void | SetImage (vtkImageData *) |
| Set the image (3D) that we are slicing. More...
|
|
virtual vtkImageData * | GetImage () |
|
virtual void | SetCenter (double, double, double) |
| Set/Get the cente of the reslice cursor. More...
|
|
virtual void | SetCenter (double center[3]) |
|
virtual double * | GetCenter () |
|
virtual void | GetCenter (double &, double &, double &) |
|
virtual void | GetCenter (double[3]) |
|
virtual void | SetThickness (double, double, double) |
| Set/Get the thickness of the cursor. More...
|
|
virtual void | SetThickness (double[3]) |
|
virtual double * | GetThickness () |
|
virtual void | GetThickness (double &, double &, double &) |
|
virtual void | GetThickness (double[3]) |
|
virtual void | SetThickMode (vtkTypeBool) |
| Enable disable thick mode. More...
|
|
virtual vtkTypeBool | GetThickMode () |
|
virtual void | ThickModeOn () |
|
virtual void | ThickModeOff () |
|
virtual vtkPolyData * | GetPolyData () |
| Get the 3D PolyData representation. More...
|
|
virtual vtkPolyData * | GetCenterlineAxisPolyData (int axis) |
| Get the slab and centerline polydata along an axis. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Printself method. More...
|
|
virtual vtkPlane * | GetPlane (int n) |
| Get the planes that represent normals along the X, Y and Z. More...
|
|
virtual void | Update () |
| Build the polydata. More...
|
|
virtual double * | GetXAxis () |
| Get the computed axes directions. More...
|
|
virtual void | GetXAxis (double &, double &, double &) |
|
virtual void | GetXAxis (double[3]) |
|
virtual double * | GetYAxis () |
|
virtual void | GetYAxis (double &, double &, double &) |
|
virtual void | GetYAxis (double[3]) |
|
virtual double * | GetZAxis () |
|
virtual void | GetZAxis (double &, double &, double &) |
|
virtual void | GetZAxis (double[3]) |
|
virtual void | SetXAxis (double, double, double) |
|
virtual void | SetXAxis (double[3]) |
|
virtual void | SetYAxis (double, double, double) |
|
virtual void | SetYAxis (double[3]) |
|
virtual void | SetZAxis (double, double, double) |
|
virtual void | SetZAxis (double[3]) |
|
virtual double * | GetAxis (int i) |
|
virtual void | SetHole (int) |
| Show a hole in the center of the cursor, so its easy to see the pixels within the hole. More...
|
|
virtual int | GetHole () |
|
virtual void | SetHoleWidth (double) |
| Set the width of the hole in mm. More...
|
|
virtual double | GetHoleWidth () |
|
virtual void | SetHoleWidthInPixels (double) |
| Set the width of the hole in pixels. More...
|
|
virtual double | GetHoleWidthInPixels () |
|
vtkMTimeType | GetMTime () override |
| Get the MTime. More...
|
|
virtual void | Reset () |
| Reset the cursor to the default position, ie with the axes, normal to each other and axis aligned and with the cursor pointed at the center of the image. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
Geometry for a reslice cursor.
This class represents a reslice cursor. It consists of two cross sectional hairs, with an optional thickness. The crosshairs hairs may have a hole in the center. These may be translated or rotated independent of each other in the view. The result is used to reslice the data along these cross sections. This allows the user to perform multi-planar thin or thick reformat of the data on an image view, rather than a 3D view.
- See also
- vtkResliceCursorWidget vtkResliceCursor vtkResliceCursorPolyDataAlgorithm vtkResliceCursorRepresentation vtkResliceCursorThickLineRepresentation vtkResliceCursorActor vtkImagePlaneWidget
- Tests:
- vtkResliceCursor (Tests)
Definition at line 46 of file vtkResliceCursor.h.