vtkCursor3D - generate a 3D cursor representation
Super Class: vtkPolyDataSource
Description:
vtkCursor3D is an object that generates a 3D representation of a cursor. The cursor consists of a wireframe bounding box, three intersecting axes lines that meet at the cursor focus, and "shadows" or projections of the axes against the sides of the bounding box. Each of these components can be turned on/off. This filter generates two output datasets. The first (Output) is just the geometric representation of the cursor. The second (Focus) is a single point at the focal point.
Methods:
Detailed Method Descriptions:
static vtkCursor3D *New () |
void SetModelBounds (float ,float ,float ,float ,float ,float ) | |
void SetModelBounds (float *) | |
float *GetModelBounds () |
void SetFocalPoint (float ,float ,float ) | |
void SetFocalPoint (float *) | |
float *GetFocalPoint () |
void SetOutline (int ) | |
int GetOutline () | |
void OutlineOn () | |
void OutlineOff () |
void SetAxes (int ) | |
int GetAxes () | |
void AxesOn () | |
void AxesOff () |
void SetXShadows (int ) | |
int GetXShadows () | |
void XShadowsOn () | |
void XShadowsOff () |
void SetYShadows (int ) | |
int GetYShadows () | |
void YShadowsOn () | |
void YShadowsOff () |
void SetZShadows (int ) | |
int GetZShadows () | |
void ZShadowsOn () | |
void ZShadowsOff () |
void SetWrap (int ) | |
int GetWrap () | |
void WrapOn () | |
void WrapOff () |
vtkPolyData *GetFocus () |
void AllOn () | |
void AllOff () |