#include <vtkImageCursor3D.h>
Inheritance diagram for vtkImageCursor3D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCursorPosition (float, float, float) |
virtual void | SetCursorPosition (float[3]) |
virtual float * | GetCursorPosition () |
virtual void | GetCursorPosition (float &, float &, float &) |
virtual void | GetCursorPosition (float[3]) |
virtual void | SetCursorValue (float) |
virtual float | GetCursorValue () |
virtual void | SetCursorRadius (int) |
virtual int | GetCursorRadius () |
Static Public Methods | |
vtkImageCursor3D * | New () |
int | IsTypeOf (const char *type) |
vtkImageCursor3D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageCursor3D () | |
~vtkImageCursor3D () | |
void | ExecuteData (vtkDataObject *outData) |
Protected Attributes | |
float | CursorPosition [3] |
float | CursorValue |
int | CursorRadius |
Definition at line 58 of file vtkImageCursor3D.h.
|
|
|
Definition at line 88 of file vtkImageCursor3D.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageInPlaceFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageInPlaceFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkImageToImageFilter. |
|
Sets/Gets the center point of the 3d cursor. |
|
Sets/Gets the center point of the 3d cursor. |
|
Sets/Gets the center point of the 3d cursor. |
|
Sets/Gets the center point of the 3d cursor. |
|
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. |
|
Reimplemented from vtkImageInPlaceFilter. |
|
Definition at line 90 of file vtkImageCursor3D.h. |
|
Definition at line 91 of file vtkImageCursor3D.h. |
|
Definition at line 92 of file vtkImageCursor3D.h. |