Go to the documentation of this file.
48 #include "vtkCommonDataModelModule.h"
112 void SetBounds(
double xmin,
double xmax,
double ymin,
double ymax,
113 double zmin,
double zmax);
150 void operator=(
const vtkPlanes&) =
delete;
void SetNormals(vtkDataArray *normals)
Specify a list of normal vectors for the planes.
represent and manipulate 3D points
perform various plane computations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void EvaluateGradient(double x[3], double n[3]) override
Evaluate planes gradient.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
void SetFrustumPlanes(double planes[24])
An alternative method to specify six planes defined by the camera view frustrum.
abstract superclass for arrays of numeric data
implicit function for convex set of planes
void SetBounds(const double bounds[6])
An alternative method to specify six planes defined by a bounding box.
abstract interface for implicit functions
int GetNumberOfPlanes()
Return the number of planes in the set of planes.
vtkPlane * GetPlane(int i)
Create and return a pointer to a vtkPlane object at the ith position.
a simple class to control print indentation
void GetPlane(int i, vtkPlane *plane)
If i is within the allowable range, mutates the given plane's Normal and Origin to match the vtkPlane...
virtual void SetPoints(vtkPoints *)
Specify a list of points defining points through which the planes pass.
static vtkPlanes * New()
Standard methods for instantiation, type information, and printing.
void SetBounds(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.