23#include "vtkCommonDataModelModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
   74  double ExtrusionDirection[3];
 
dynamic, self-adjusting array of double
 
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
 
cell represents a set of 1D lines
 
Implicit function that is generated by extrusion of a polyline along the Z axis.
 
static vtkPolyPlane * New()
Construct plane passing through origin and normal to z-axis.
 
vtkMTimeType GetMTime() override
Override GetMTime to include the polyline.
 
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 g[3]) override
Evaluate function gradient at point x[3].
 
vtkTimeStamp NormalComputeTime
 
double EvaluateFunction(double x[3]) override
Evaluate plane equation for point x[3].
 
virtual void SetPolyLine(vtkPolyLine *)
Set/get point through which plane passes.
 
vtkIdType ClosestPlaneIdx
 
record modification and/or execution time
 
vtkTypeUInt32 vtkMTimeType