VTK
|
Represent a reslice cursor. More...
#include <vtkResliceCursorActor.h>
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.
Definition at line 39 of file vtkResliceCursorActor.h.
Standard VTK methods
Reimplemented from vtkProp3D.
Definition at line 47 of file vtkResliceCursorActor.h.
vtkResliceCursorActor::vtkResliceCursorActor | ( | ) | [protected] |
vtkResliceCursorActor::~vtkResliceCursorActor | ( | ) | [protected] |
static vtkResliceCursorActor* vtkResliceCursorActor::New | ( | ) | [static] |
Standard VTK methods
Reimplemented from vtkObject.
static int vtkResliceCursorActor::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK methods
Reimplemented from vtkProp3D.
virtual int vtkResliceCursorActor::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK methods
Reimplemented from vtkProp3D.
static vtkResliceCursorActor* vtkResliceCursorActor::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Standard VTK methods
Reimplemented from vtkProp3D.
virtual vtkObjectBase* vtkResliceCursorActor::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standard VTK methods
Reimplemented from vtkProp3D.
Standard VTK methods
Reimplemented from vtkProp3D.
void vtkResliceCursorActor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Standard VTK methods
Reimplemented from vtkProp3D.
virtual vtkResliceCursorPolyDataAlgorithm* vtkResliceCursorActor::GetCursorAlgorithm | ( | ) | [virtual] |
Get the cursor algorithm. The cursor must be set on the algorithm
virtual int vtkResliceCursorActor::RenderOpaqueGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from vtkProp.
virtual int vtkResliceCursorActor::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Does this prop have some translucent polygonal geometry? No.
Reimplemented from vtkProp.
void vtkResliceCursorActor::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
Reimplemented from vtkProp.
double* vtkResliceCursorActor::GetBounds | ( | ) | [virtual] |
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Implements vtkProp3D.
unsigned long int vtkResliceCursorActor::GetMTime | ( | ) | [virtual] |
Get the actors mtime plus consider its algorithm.
Reimplemented from vtkProp3D.
Get property of the internal actor.
Get property of the internal actor.
Get the centerline actor along a particular axis
virtual void vtkResliceCursorActor::SetUserMatrix | ( | vtkMatrix4x4 * | matrix | ) | [virtual] |
Set the user matrix on all the internal actors.
Reimplemented from vtkProp3D.
void vtkResliceCursorActor::UpdateViewProps | ( | vtkViewport * | v = NULL | ) | [protected] |
void vtkResliceCursorActor::UpdateHoleSize | ( | vtkViewport * | v | ) | [protected] |
Definition at line 92 of file vtkResliceCursorActor.h.
vtkPolyDataMapper* vtkResliceCursorActor::CursorCenterlineMapper[3] [protected] |
Definition at line 93 of file vtkResliceCursorActor.h.
vtkActor* vtkResliceCursorActor::CursorCenterlineActor[3] [protected] |
Definition at line 94 of file vtkResliceCursorActor.h.
vtkPolyDataMapper* vtkResliceCursorActor::CursorThickSlabMapper[3] [protected] |
Definition at line 95 of file vtkResliceCursorActor.h.
vtkActor* vtkResliceCursorActor::CursorThickSlabActor[3] [protected] |
Definition at line 96 of file vtkResliceCursorActor.h.
vtkProperty* vtkResliceCursorActor::CenterlineProperty[3] [protected] |
Definition at line 97 of file vtkResliceCursorActor.h.
vtkProperty* vtkResliceCursorActor::ThickSlabProperty[3] [protected] |
Definition at line 98 of file vtkResliceCursorActor.h.