|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
  178   static void AddALine(
 
  180   static void AddATriangle(
 
  182   static void AddATetrahedron(
const double*, 
const double*, 
const double*, 
const double*,
 
  184   void OutputPoint(
const double*);
 
  185   void OutputLine(
const double*, 
const double*);
 
  186   void OutputTriangle(
const double*, 
const double*, 
const double*);
 
  187   void OutputTetrahedron(
const double*, 
const double*, 
const double*, 
const double*);
 
  199 #endif // vtkTessellatorFilter_h 
  
represent and manipulate 3D points
An algorithm that refines an initial simplicial tessellation using edge subdivision.
vtkDataSetEdgeSubdivisionCriterion * Subdivider
quickly locate points in 3-space
abstract superclass for arrays of numeric data
vtkPointLocator * Locator
virtual vtkMTimeType GetMTime()
Return this object's modified time.
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
virtual int GetOutputDimension()
a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
vtkStreamingTessellator * Tessellator
vtkUnstructuredGrid * OutputMesh
These member variables are set by SetupOutput for use inside the callback members OutputLine and Outp...
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
int * OutputAttributeIndices
approximate nonlinear FEM elements with simplices
vtkDataArray ** OutputAttributes
vtkTypeUInt32 vtkMTimeType