#include <vtkImageCursor3D.h>
Inheritance diagram for vtkImageCursor3D:
vtkImageCursor3D will draw a cursor on a 2d image or 3d volume.
Definition at line 29 of file vtkImageCursor3D.h.
Public Types | |
typedef vtkImageInPlaceFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCursorPosition (double, double, double) |
virtual void | SetCursorPosition (double[3]) |
virtual double * | GetCursorPosition () |
virtual void | GetCursorPosition (double &, double &, double &) |
virtual void | GetCursorPosition (double[3]) |
virtual void | SetCursorValue (double) |
virtual double | GetCursorValue () |
virtual void | SetCursorRadius (int) |
virtual int | GetCursorRadius () |
Static Public Member Functions | |
static vtkImageCursor3D * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageCursor3D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageCursor3D () | |
~vtkImageCursor3D () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
double | CursorPosition [3] |
double | CursorValue |
int | CursorRadius |
|
Reimplemented from vtkImageInPlaceFilter. Definition at line 33 of file vtkImageCursor3D.h. |
|
|
|
Definition at line 59 of file vtkImageCursor3D.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageInPlaceFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageInPlaceFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageInPlaceFilter. |
|
Reimplemented from vtkImageInPlaceFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageInPlaceFilter. |
|
Sets/Gets the center point of the 3d cursor. |
|
|
|
|
|
|
|
|
|
Sets/Gets what pixel value to draw the cursor in. |
|
Sets/Gets what pixel value to draw the cursor in. |
|
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. |
|
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageInPlaceFilter. |
|
Definition at line 59 of file vtkImageCursor3D.h. |
|
Definition at line 62 of file vtkImageCursor3D.h. |
|
Definition at line 63 of file vtkImageCursor3D.h. |