|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | EvaluateGradient (double x[3], double g[3]) override |
| Evaluate function gradient at position x-y-z and pass back vector. More...
|
|
|
void | SetOffset (double offset) |
| The origin is shifted in the direction of the normal by the offset. More...
|
|
virtual double | GetOffset () |
| The origin is shifted in the direction of the normal by the offset. More...
|
|
|
void | SetOrigin (double x, double y, double z) override |
| sets axis to the nearest canonical axis. More...
|
|
void | SetOrigin (const double origin[3]) override |
| sets axis to the nearest canonical axis. More...
|
|
|
void | SetNormal (double x, double y, double z) override |
| If AxisAligned is true, sets axis to the nearest canonical axis. More...
|
|
void | SetNormal (const double normal[3]) override |
| If AxisAligned is true, sets axis to the nearest canonical axis. More...
|
|
|
void | SetAxisAligned (bool axisAligned) |
| Accessors for AxisAligned, which locks normal to plane to be aligned with x, y, or z axis. More...
|
|
virtual bool | GetAxisAligned () |
| Accessors for AxisAligned, which locks normal to plane to be aligned with x, y, or z axis. More...
|
|
|
void | SetTransform (vtkAbstractTransform *) override |
| Set/Get a transformation to apply to input points before executing the implicit function. More...
|
|
void | SetTransform (const double elements[16]) override |
| Set/Get a transformation to apply to input points before executing the implicit function. More...
|
|
|
void | EvaluateFunction (vtkDataArray *input, vtkDataArray *output) override |
|
double | EvaluateFunction (double x[3]) override |
|
vtkPlane * | NewInstance () const |
|
void | Push (double distance) |
|
double | EvaluateFunction (double x, double y, double z) |
|
virtual double * | GetNormal () |
|
virtual void | GetNormal (double data[3]) |
|
virtual double * | GetOrigin () |
|
virtual void | GetOrigin (double data[3]) |
|
double | EvaluateFunction (double x, double y, double z) |
|
virtual double * | GetNormal () |
|
virtual void | GetNormal (double data[3]) |
|
virtual double * | GetOrigin () |
|
virtual void | GetOrigin (double data[3]) |
|
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 |
|
vtkMTimeType | 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 vtkAbstractTransform * | GetTransform () |
|
double | EvaluateFunction (double x, double y, double z) |
|
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 vtkAbstractTransform * | GetTransform () |
|
double | EvaluateFunction (double x, double y, double z) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
extends vtkPlane to add Offset parameter.
vtkPVPlane adds an offset setting to vtkPlane. This offset is used together with normal and origin when setting parameters on the represented object.
Definition at line 19 of file vtkPVPlane.h.