|
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 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...
|
|
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...
|
|
|
virtual void | SetImage (vtkImageData *) |
| Set the image (3D) that we are slicing. More...
|
|
virtual vtkImageData * | GetImage () |
| Set the image (3D) that we are slicing. More...
|
|
|
virtual void | SetCenter (double, double, double) |
| Set/Get the cente of the reslice cursor. More...
|
|
virtual void | SetCenter (double center[3]) |
| Set/Get the cente of the reslice cursor. More...
|
|
virtual double * | GetCenter () |
| Set/Get the cente of the reslice cursor. More...
|
|
virtual void | GetCenter (double &, double &, double &) |
| Set/Get the cente of the reslice cursor. More...
|
|
virtual void | GetCenter (double[3]) |
| Set/Get the cente of the reslice cursor. More...
|
|
|
virtual void | SetThickness (double, double, double) |
| Set/Get the thickness of the cursor. More...
|
|
virtual void | SetThickness (double[3]) |
| Set/Get the thickness of the cursor. More...
|
|
virtual double * | GetThickness () |
| Set/Get the thickness of the cursor. More...
|
|
virtual void | GetThickness (double &, double &, double &) |
| Set/Get the thickness of the cursor. More...
|
|
virtual void | GetThickness (double[3]) |
| Set/Get the thickness of the cursor. More...
|
|
|
virtual void | SetThickMode (vtkTypeBool) |
| Enable disable thick mode. More...
|
|
virtual vtkTypeBool | GetThickMode () |
| Enable disable thick mode. More...
|
|
virtual void | ThickModeOn () |
| Enable disable thick mode. More...
|
|
virtual void | ThickModeOff () |
| Enable disable thick mode. More...
|
|
|
virtual double * | GetXAxis () |
| Get the computed axes directions. More...
|
|
virtual void | GetXAxis (double &, double &, double &) |
| Get the computed axes directions. More...
|
|
virtual void | GetXAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual double * | GetYAxis () |
| Get the computed axes directions. More...
|
|
virtual void | GetYAxis (double &, double &, double &) |
| Get the computed axes directions. More...
|
|
virtual void | GetYAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual double * | GetZAxis () |
| Get the computed axes directions. More...
|
|
virtual void | GetZAxis (double &, double &, double &) |
| Get the computed axes directions. More...
|
|
virtual void | GetZAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual void | SetXAxis (double, double, double) |
| Get the computed axes directions. More...
|
|
virtual void | SetXAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual void | SetYAxis (double, double, double) |
| Get the computed axes directions. More...
|
|
virtual void | SetYAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual void | SetZAxis (double, double, double) |
| Get the computed axes directions. More...
|
|
virtual void | SetZAxis (double[3]) |
| Get the computed axes directions. More...
|
|
virtual double * | GetAxis (int i) |
| Get the computed axes directions. More...
|
|
|
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 () |
| Show a hole in the center of the cursor, so its easy to see the pixels within the hole. More...
|
|
|
virtual void | SetHoleWidth (double) |
| Set the width of the hole in mm. More...
|
|
virtual double | GetHoleWidth () |
| Set the width of the hole in mm. More...
|
|
|
virtual void | SetHoleWidthInPixels (double) |
| Set the width of the hole in pixels. More...
|
|
virtual double | GetHoleWidthInPixels () |
| Set the width of the hole in pixels. 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...
|
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
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) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
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) |
| 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, 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) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
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 | 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...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. 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.