27 #ifndef vtkCoordinateFrame_h
28 #define vtkCoordinateFrame_h
30 #include "vtkCommonDataModelModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
69 vtkSetVector3Macro(Origin,
double);
70 vtkGetVector3Macro(Origin,
double);
77 vtkSetVector3Macro(XAxis,
double);
78 vtkGetVector3Macro(XAxis,
double);
79 vtkSetVector3Macro(YAxis,
double);
80 vtkGetVector3Macro(YAxis,
double);
81 vtkSetVector3Macro(ZAxis,
double);
82 vtkGetVector3Macro(ZAxis,
double);
89 double Origin[3] = { 0, 0, 0 };
90 double XAxis[3] = { 1, 0, 0 };
91 double YAxis[3] = { 0, 1, 0 };
92 double ZAxis[3] = { 0, 0, 1 };
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
virtual void EvaluateGradient(double x[3], double g[3])=0
Evaluate function gradient at position x-y-z and pass back vector.
a simple class to control print indentation
abstract superclass for arrays of numeric data
perform various plane computations
implicit function for a right-handed coordinate system
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.