15 #ifndef vtkTessellatorFilter_h 16 #define vtkTessellatorFilter_h 56 #include "vtkFiltersGeneralModule.h" 93 vtkSetClampMacro(OutputDimension,
int,1,3);
94 vtkGetMacro(OutputDimension,
int);
97 int GetOutputDimension() const;
105 virtual
void SetMaximumNumberOfSubdivisions(
int num_subdiv_in );
106 int GetMaximumNumberOfSubdivisions();
107 virtual
void SetChordError(
double ce );
108 double GetChordError();
115 virtual
void ResetFieldCriteria();
116 virtual
void SetFieldCriterion(
int field,
double chord );
126 vtkGetMacro(MergePoints,
int);
175 int* OutputAttributeIndices;
178 static
void AddAPoint( const
double*,
182 static
void AddALine( const
double*,
187 static
void AddATriangle( const
double*,
193 static
void AddATetrahedron( const
double*,
200 void OutputPoint( const
double* );
201 void OutputLine( const
double*, const
double* );
202 void OutputTriangle( const
double*, const
double*, const
double* );
203 void OutputTetrahedron( const
double*,
215 return this->OutputDimension;
218 #endif // vtkTessellatorFilter_h a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
An algorithm that refines an initial simplicial tessellation using edge subdivision.
quickly locate points in 3-space
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
approximate nonlinear FEM elements with simplices
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided ...
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points