Represent a reslice cursor.
More...
#include <vtkResliceCursorActor.h>
Inherits vtkProp3D.
Represent a reslice cursor.
A reslice cursor consists of a pair of lines (cross hairs), thin or thick, that may be interactively manipulated for thin/thick reformats through the data.
- See Also
- vtkResliceCursor vtkResliceCursorPolyDataAlgorithm vtkResliceCursorWidget vtkResliceCursorRepresentation vtkResliceCursorLineRepresentation
Definition at line 39 of file vtkResliceCursorActor.h.
vtkResliceCursorActor::vtkResliceCursorActor |
( |
| ) |
|
|
protected |
vtkResliceCursorActor::~vtkResliceCursorActor |
( |
| ) |
|
|
protected |
static int vtkResliceCursorActor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkResliceCursorActor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkResliceCursorActor::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkResliceCursorActor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Get the cursor algorithm. The cursor must be set on the algorithm
virtual int vtkResliceCursorActor::RenderOpaqueGeometry |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
Support the standard render methods.
virtual int vtkResliceCursorActor::HasTranslucentPolygonalGeometry |
( |
| ) |
|
|
virtual |
Does this prop have some translucent polygonal geometry? No.
void vtkResliceCursorActor::ReleaseGraphicsResources |
( |
vtkWindow * |
| ) |
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
double* vtkResliceCursorActor::GetBounds |
( |
| ) |
|
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
unsigned long int vtkResliceCursorActor::GetMTime |
( |
| ) |
|
Get the actors mtime plus consider its algorithm.
vtkProperty* vtkResliceCursorActor::GetCenterlineProperty |
( |
int |
i | ) |
|
Get property of the internal actor.
vtkProperty* vtkResliceCursorActor::GetThickSlabProperty |
( |
int |
i | ) |
|
Get property of the internal actor.
vtkActor* vtkResliceCursorActor::GetCenterlineActor |
( |
int |
axis | ) |
|
Get the centerline actor along a particular axis
virtual void vtkResliceCursorActor::SetUserMatrix |
( |
vtkMatrix4x4 * |
matrix | ) |
|
|
virtual |
Set the user matrix on all the internal actors.
void vtkResliceCursorActor::UpdateViewProps |
( |
vtkViewport * |
v = NULL | ) |
|
|
protected |
void vtkResliceCursorActor::UpdateHoleSize |
( |
vtkViewport * |
v | ) |
|
|
protected |
vtkPolyDataMapper* vtkResliceCursorActor::CursorCenterlineMapper[3] |
|
protected |
vtkActor* vtkResliceCursorActor::CursorCenterlineActor[3] |
|
protected |
vtkPolyDataMapper* vtkResliceCursorActor::CursorThickSlabMapper[3] |
|
protected |
vtkActor* vtkResliceCursorActor::CursorThickSlabActor[3] |
|
protected |
vtkProperty* vtkResliceCursorActor::CenterlineProperty[3] |
|
protected |
vtkProperty* vtkResliceCursorActor::ThickSlabProperty[3] |
|
protected |
The documentation for this class was generated from the following file: