1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Usage
This 3D widget defines an infinite plane that can be
interactively placed in a scene. The widget is assumed to
consist of four parts: 1) a plane contained in a 2) bounding
box, with a 3) plane normal, which is rooted at a 4) point
on the plane. (The representation paired with this widget
determines the actual geometry of the widget.)
To use this widget, you generally pair it with a
vtkImplicitPlaneRepresentation (or a subclass). Variuos
options are available for controlling how the representation
appears, and how the widget functions.
To create an instance of class vtkImplicitPlaneWidget2,
simply invoke its constructor as follows
obj = vtkImplicitPlaneWidget2
Methods
The class vtkImplicitPlaneWidget2 has several methods that
can be used. They are listed below. Note that the
documentation is translated automatically from the VTK
sources, and may not be completely intelligible. When in
doubt, consult the VTK website. In the methods listed below,
obj is an instance of the vtkImplicitPlaneWidget2 class.
* string = obj.GetClassName () - Standard vtkObject methods
* int = obj.IsA (string name) - Standard vtkObject methods
* vtkImplicitPlaneWidget2 = obj.NewInstance () - Standard
vtkObject methods
* vtkImplicitPlaneWidget2 = obj.SafeDownCast (vtkObject o) -
Standard vtkObject methods
* obj.SetRepresentation (vtkImplicitPlaneRepresentation r) -
Create the default widget representation if one is not
set.
* obj.CreateDefaultRepresentation () - Create the default
widget representation if one is not set.
* FreeMat_Documentation
* Visualization_Toolkit_Widget_Classes
* Generated on Thu Jul 25 2013 17:18:36 for FreeMat by
doxygen_ 1.8.1.1
|