39 #ifndef vtkCoordinateFrame_h
40 #define vtkCoordinateFrame_h
42 #include "vtkCommonDataModelModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
81 vtkSetVector3Macro(Origin,
double);
82 vtkGetVector3Macro(Origin,
double);
89 vtkSetVector3Macro(XAxis,
double);
90 vtkGetVector3Macro(XAxis,
double);
91 vtkSetVector3Macro(YAxis,
double);
92 vtkGetVector3Macro(YAxis,
double);
93 vtkSetVector3Macro(ZAxis,
double);
94 vtkGetVector3Macro(ZAxis,
double);
101 double Origin[3] = { 0, 0, 0 };
102 double XAxis[3] = { 1, 0, 0 };
103 double YAxis[3] = { 0, 1, 0 };
104 double ZAxis[3] = { 0, 0, 1 };
111 VTK_ABI_NAMESPACE_END
implicit function for a right-handed coordinate system
~vtkCoordinateFrame() override=default
vtkCoordinateFrame()=default
double EvaluateFunction(double x[3]) override
Evaluate plane equations.
static vtkCoordinateFrame * New()
Standard methods for instantiation, type information, and printing.
void EvaluateGradient(double x[3], double n[3]) override
Evaluate coordinate frame gradient.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
abstract superclass for arrays of numeric data
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
a simple class to control print indentation
perform various plane computations