vtkImageCursor3D Class Reference
#include <vtkImageCursor3D.h>
Inheritance diagram for vtkImageCursor3D:
[legend]Collaboration diagram for vtkImageCursor3D:
[legend]List of all members.
Detailed Description
Paints a cursor on top of an image or volume.
vtkImageCursor3D will draw a cursor on a 2d image or 3d volume.
- Created by:
-
- CVS contributions (if > 5%):
- Lorensen, Bill (57%)
- Martin, Ken (34%)
- Schroeder, Will (5%)
- CVS logs (CVSweb):
.h (/Imaging/vtkImageCursor3D
.h)
.cxx (/Imaging/vtkImageCursor3D
.cxx)
- Tests:
- vtkImageCursor3D (Tests)
Definition at line 41 of file vtkImageCursor3D.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageCursor3D::vtkImageCursor3D |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkImageCursor3D::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageCursor3D::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkImageCursor3D::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
void vtkImageCursor3D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
virtual void vtkImageCursor3D::SetCursorPosition |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Sets/Gets the center point of the 3d cursor. |
virtual void vtkImageCursor3D::SetCursorPosition |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the center point of the 3d cursor. |
virtual double* vtkImageCursor3D::GetCursorPosition |
( |
|
) |
[virtual] |
|
|
Sets/Gets the center point of the 3d cursor. |
virtual void vtkImageCursor3D::GetCursorPosition |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
[virtual] |
|
|
Sets/Gets the center point of the 3d cursor. |
virtual void vtkImageCursor3D::GetCursorPosition |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the center point of the 3d cursor. |
virtual void vtkImageCursor3D::SetCursorValue |
( |
double |
|
) |
[virtual] |
|
|
Sets/Gets what pixel value to draw the cursor in. |
virtual double vtkImageCursor3D::GetCursorValue |
( |
|
) |
[virtual] |
|
|
Sets/Gets what pixel value to draw the cursor in. |
virtual void vtkImageCursor3D::SetCursorRadius |
( |
int |
|
) |
[virtual] |
|
|
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. |
virtual int vtkImageCursor3D::GetCursorRadius |
( |
|
) |
[virtual] |
|
|
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center. |
void vtkImageCursor3D::ExecuteData |
( |
vtkDataObject * |
outData |
) |
[protected, virtual] |
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkImageInPlaceFilter. |
Member Data Documentation
The documentation for this class was generated from the following file: