Paints a cursor on top of an image or volume.
More...
#include <vtkImageCursor3D.h>
Inherits vtkImageInPlaceFilter.
Paints a cursor on top of an image or volume.
vtkImageCursor3D will draw a cursor on a 2d image or 3d volume.
- Tests:
- vtkImageCursor3D (Tests)
Definition at line 30 of file vtkImageCursor3D.h.
vtkImageCursor3D::vtkImageCursor3D |
( |
| ) |
|
|
protected |
vtkImageCursor3D::~vtkImageCursor3D |
( |
| ) |
|
|
inlineprotected |
static int vtkImageCursor3D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageCursor3D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageCursor3D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageCursor3D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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.
virtual int vtkImageCursor3D::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
double vtkImageCursor3D::CursorPosition[3] |
|
protected |
double vtkImageCursor3D::CursorValue |
|
protected |
int vtkImageCursor3D::CursorRadius |
|
protected |
The documentation for this class was generated from the following file: