#include <vtkCutPlane.h>
Inheritance diagram for vtkCutPlane:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetOrigin (float, float, float) |
virtual void | SetOrigin (float[3]) |
virtual float * | GetOrigin () |
virtual void | GetOrigin (float &, float &, float &) |
virtual void | GetOrigin (float[3]) |
virtual void | SetNormal (float, float, float) |
virtual void | SetNormal (float[3]) |
virtual float * | GetNormal () |
virtual void | GetNormal (float &, float &, float &) |
virtual void | GetNormal (float[3]) |
virtual void | SetOffset (float) |
virtual float | GetOffset () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkCutPlane * | SafeDownCast (vtkObject *o) |
vtkCutPlane * | New () |
Protected Methods | |
vtkCutPlane () | |
~vtkCutPlane () | |
vtkCutPlane (const vtkCutPlane &) | |
void | operator= (const vtkCutPlane &) |
void | Execute () |
Protected Attributes | |
float | Normal [3] |
float | Origin [3] |
float | Offset |
vtkPlane * | PlaneFunction |
vtkCutPlane is a simple version of the super class. The need for this should go away once all attributes are put in field.
Definition at line 57 of file vtkCutPlane.h.
|
|
|
|
|
Definition at line 81 of file vtkCutPlane.h. |
|
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 vtkCutter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCutter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCutter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCutter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCutter. |
|
Construct with user-specified implicit function; initial value of 0.0; and generating cut scalars turned off. Reimplemented from vtkCutter. |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Direct acces to the plane parameters |
|
Offset of the plane from the origin. Units are respect to normal. |
|
Offset of the plane from the origin. Units are respect to normal. |
|
Definition at line 82 of file vtkCutPlane.h. |
|
This method is the old style execute method Reimplemented from vtkCutter. |
|
Definition at line 86 of file vtkCutPlane.h. |
|
Definition at line 87 of file vtkCutPlane.h. |
|
Definition at line 88 of file vtkCutPlane.h. |
|
Definition at line 90 of file vtkCutPlane.h. |