#include <vtkCursor3D.h>
Inheritance diagram for vtkCursor3D:
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.
Definition at line 37 of file vtkCursor3D.h.
void | SetModelBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
void | SetModelBounds (double bounds[6]) |
virtual double * | GetModelBounds () |
virtual void | GetModelBounds (double data[6]) |
static vtkCursor3D * | New () |
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetFocalPoint (double x[3]) |
void | SetFocalPoint (double x, double y, double z) |
virtual double * | GetFocalPoint () |
virtual void | GetFocalPoint (double data[3]) |
virtual void | SetOutline (int) |
virtual int | GetOutline () |
virtual void | OutlineOn () |
virtual void | OutlineOff () |
virtual void | SetAxes (int) |
virtual int | GetAxes () |
virtual void | AxesOn () |
virtual void | AxesOff () |
virtual void | SetXShadows (int) |
virtual int | GetXShadows () |
virtual void | XShadowsOn () |
virtual void | XShadowsOff () |
virtual void | SetYShadows (int) |
virtual int | GetYShadows () |
virtual void | YShadowsOn () |
virtual void | YShadowsOff () |
virtual void | SetZShadows (int) |
virtual int | GetZShadows () |
virtual void | ZShadowsOn () |
virtual void | ZShadowsOff () |
virtual void | SetTranslationMode (int) |
virtual int | GetTranslationMode () |
virtual void | TranslationModeOn () |
virtual void | TranslationModeOff () |
virtual void | SetWrap (int) |
virtual int | GetWrap () |
virtual void | WrapOn () |
virtual void | WrapOff () |
vtkPolyData * | GetFocus () |
void | AllOn () |
void | AllOff () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCursor3D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCursor3D () | |
~vtkCursor3D () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkPolyData * | Focus |
double | ModelBounds [6] |
double | FocalPoint [3] |
int | Outline |
int | Axes |
int | XShadows |
int | YShadows |
int | ZShadows |
int | TranslationMode |
int | Wrap |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 40 of file vtkCursor3D.h. |
|
|
|
|
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Construct with model bounds = (-1,1,-1,1,-1,1), focal point = (0,0,0), all parts of cursor visible, and wrapping off. Reimplemented from vtkPolyDataAlgorithm. |
|
Set / get the boundary of the 3D cursor. |
|
Set / get the boundary of the 3D cursor. |
|
Set / get the boundary of the 3D cursor. |
|
Set / get the boundary of the 3D cursor. |
|
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) |
|
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Definition at line 62 of file vtkCursor3D.h. |
|
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) |
|
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) |
|
Turn on/off the wireframe bounding box. |
|
Turn on/off the wireframe bounding box. |
|
Turn on/off the wireframe bounding box. |
|
Turn on/off the wireframe bounding box. |
|
Turn on/off the wireframe axes. |
|
Turn on/off the wireframe axes. |
|
Turn on/off the wireframe axes. |
|
Turn on/off the wireframe axes. |
|
Turn on/off the wireframe x-shadows. |
|
Turn on/off the wireframe x-shadows. |
|
Turn on/off the wireframe x-shadows. |
|
Turn on/off the wireframe x-shadows. |
|
Turn on/off the wireframe y-shadows. |
|
Turn on/off the wireframe y-shadows. |
|
Turn on/off the wireframe y-shadows. |
|
Turn on/off the wireframe y-shadows. |
|
Turn on/off the wireframe z-shadows. |
|
Turn on/off the wireframe z-shadows. |
|
Turn on/off the wireframe z-shadows. |
|
Turn on/off the wireframe z-shadows. |
|
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. |
|
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. |
|
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. |
|
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. |
|
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). |
|
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). |
|
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). |
|
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). |
|
Get the focus for this filter. Definition at line 125 of file vtkCursor3D.h. |
|
Turn every part of the 3D cursor on or off. |
|
Get the focus for this filter. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 139 of file vtkCursor3D.h. |
|
Definition at line 140 of file vtkCursor3D.h. |
|
Definition at line 141 of file vtkCursor3D.h. |
|
Definition at line 142 of file vtkCursor3D.h. |
|
Definition at line 143 of file vtkCursor3D.h. |
|
Definition at line 144 of file vtkCursor3D.h. |
|
Definition at line 145 of file vtkCursor3D.h. |
|
Definition at line 146 of file vtkCursor3D.h. |
|
Definition at line 147 of file vtkCursor3D.h. |
|
Definition at line 148 of file vtkCursor3D.h. |