4 #ifndef vtkTessellatorFilter_h
5 #define vtkTessellatorFilter_h
48 #include "vtkFiltersGeneralModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
86 vtkSetClampMacro(OutputDimension,
int, 1, 3);
87 vtkGetMacro(OutputDimension,
int);
91 #if !VTK_USE_FUTURE_CONST
92 int GetOutputDimension()
const;
101 virtual void SetMaximumNumberOfSubdivisions(
int num_subdiv_in);
102 int GetMaximumNumberOfSubdivisions();
103 virtual void SetChordError(
double ce);
104 double GetChordError();
111 virtual void ResetFieldCriteria();
112 virtual void SetFieldCriterion(
int field,
double err);
174 static void AddALine(
176 static void AddATriangle(
178 static void AddATetrahedron(
const double*,
const double*,
const double*,
const double*,
180 void OutputPoint(
const double*);
181 void OutputLine(
const double*,
const double*);
182 void OutputTriangle(
const double*,
const double*,
const double*);
183 void OutputTetrahedron(
const double*,
const double*,
const double*,
const double*);
191 #if !VTK_USE_FUTURE_CONST
198 VTK_ABI_NAMESPACE_END
199 #endif // vtkTessellatorFilter_h
vtkPointLocator * Locator
a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkUnstructuredGrid * OutputMesh
These member variables are set by SetupOutput for use inside the callback members OutputLine and Outp...
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()
vtkPoints * OutputPoints
These member variables are set by SetupOutput for use inside the callback members OutputLine and Outp...
vtkDataSetEdgeSubdivisionCriterion * Subdivider
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided ...
vtkDataArray ** OutputAttributes
These member variables are set by SetupOutput for use inside the callback members OutputLine and Outp...
vtkStreamingTessellator * Tessellator
virtual int GetOutputDimension()
Set the dimension of the output tessellation.
represent and manipulate 3D points
int * OutputAttributeIndices
These member variables are set by SetupOutput for use inside the callback members OutputLine and Outp...