#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 () | |
vtkImageCursor3D (const vtkImageCursor3D &) | |
void | operator= (const vtkImageCursor3D &) |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *outData) |
Protected Attributes | |
float | CursorPosition [3] |
float | CursorValue |
int | CursorRadius |
Definition at line 58 of file vtkImageCursor3D.h.
|
|
|
Definition at line 82 of file vtkImageCursor3D.h. |
|
Definition at line 83 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 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. |
|
|
|
Definition at line 84 of file vtkImageCursor3D.h. |
|
Reimplemented from vtkImageInPlaceFilter. |
|
Reimplemented from vtkImageInPlaceFilter. Definition at line 93 of file vtkImageCursor3D.h. |
|
Reimplemented from vtkImageInPlaceFilter. Definition at line 94 of file vtkImageCursor3D.h. |
|
Definition at line 86 of file vtkImageCursor3D.h. |
|
Definition at line 87 of file vtkImageCursor3D.h. |
|
Definition at line 88 of file vtkImageCursor3D.h. |