|
| virtual int | IsA (const char *type) |
| |
| vtkPlane * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| double | EvaluateFunction (double x[3]) |
| |
| double | EvaluateFunction (double x, double y, double z) |
| |
| void | EvaluateGradient (double x[3], double g[3]) |
| |
| virtual void | SetNormal (double, double, double) |
| |
| virtual void | SetNormal (double[3]) |
| |
| virtual double * | GetNormal () |
| |
| virtual void | GetNormal (double data[3]) |
| |
| virtual void | SetOrigin (double, double, double) |
| |
| virtual void | SetOrigin (double[3]) |
| |
| virtual double * | GetOrigin () |
| |
| virtual void | GetOrigin (double data[3]) |
| |
| void | Push (double distance) |
| |
| void | ProjectPoint (double x[3], double xproj[3]) |
| |
| void | ProjectVector (double v[3], double vproj[3]) |
| |
| void | GeneralizedProjectPoint (double x[3], double xproj[3]) |
| |
| double | DistanceToPlane (double x[3]) |
| |
| int | IntersectWithLine (double p1[3], double p2[3], double &t, double x[3]) |
| |
| vtkImplicitFunction * | NewInstance () const |
| |
| unsigned long | GetMTime () |
| |
| double | FunctionValue (const double x[3]) |
| |
| double | FunctionValue (double x, double y, double z) |
| |
| void | FunctionGradient (const double x[3], double g[3]) |
| |
| double * | FunctionGradient (const double x[3]) |
| |
| double * | FunctionGradient (double x, double y, double z) |
| |
| virtual void | SetTransform (vtkAbstractTransform *) |
| |
| virtual void | SetTransform (const double elements[16]) |
| |
| virtual vtkAbstractTransform * | GetTransform () |
| |
| double | EvaluateFunction (double x, double y, double z) |
| |
| vtkObject * | NewInstance () const |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| int | GetReferenceCount () |
| |
| void | SetReferenceCount (int) |
| |
| void | PrintRevisions (ostream &) |
| |
|
| static vtkPlane * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkPlane * | SafeDownCast (vtkObjectBase *o) |
| |
| static void | ProjectPoint (double x[3], double origin[3], double normal[3], double xproj[3]) |
| |
| static void | ProjectVector (double v[3], double origin[3], double normal[3], double vproj[3]) |
| |
| static void | GeneralizedProjectPoint (double x[3], double origin[3], double normal[3], double xproj[3]) |
| |
| static double | Evaluate (double normal[3], double origin[3], double x[3]) |
| |
| static double | DistanceToPlane (double x[3], double n[3], double p0[3]) |
| |
| static int | IntersectWithLine (double p1[3], double p2[3], double n[3], double p0[3], double &t, double x[3]) |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkImplicitFunction * | SafeDownCast (vtkObjectBase *o) |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkObject * | SafeDownCast (vtkObjectBase *o) |
| |
| static vtkObject * | New () |
| |
| static void | BreakOnError () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static int | IsTypeOf (const char *name) |
| |
| static vtkObjectBase * | New () |
| |
perform various plane computations
vtkPlane provides methods for various plane computations. These include projecting points onto a plane, evaluating the plane equation, and returning plane normal. vtkPlane is a concrete implementation of the abstract class vtkImplicitFunction.
- Examples:
- vtkPlane (Examples)
- Tests:
- vtkPlane (Tests)
Definition at line 36 of file vtkPlane.h.