59 #ifndef vtkGenericAdaptorCell_h 60 #define vtkGenericAdaptorCell_h 63 #include "vtkCommonDataModelModule.h" 107 virtual int IsInDataSet()=0;
115 virtual int GetType()=0;
121 virtual int GetDimension() = 0;
127 virtual int GetGeometryOrder()=0;
133 int IsGeometryLinear();
161 virtual int IsPrimary()=0;
167 virtual int GetNumberOfPoints()=0;
179 virtual int GetNumberOfBoundaries(
int dim=-1)=0;
193 virtual int GetNumberOfDOFNodes()=0;
228 virtual void CountEdgeNeighbors(
int* sharing ) = 0;
251 virtual int FindClosestBoundary(
int subId,
266 virtual int EvaluatePosition(
const double x[3],
267 double *closestPoint,
279 virtual void EvaluateLocation(
int subId,
405 virtual void Clip(
double value,
426 virtual int IntersectWithLine(
double p1[3],
446 virtual void Derivatives(
int subId,
456 virtual void GetBounds(
double bounds[6])=0;
464 virtual double *GetBounds();
470 virtual double GetLength2();
478 virtual int GetParametricCenter(
double pcoords[3])=0;
487 virtual double GetParametricDistance(
const double pcoords[3])=0;
499 virtual double *GetParametricCoords()=0;
538 virtual int IsFaceOnBoundary(
vtkIdType faceId) = 0;
544 virtual int IsOnBoundary() = 0;
552 virtual void GetPointIds(
vtkIdType *
id) = 0;
583 virtual int *GetFaceArray(
int faceId)=0;
591 virtual int GetNumberOfVerticesOnFace(
int faceId)=0;
601 virtual int *GetEdgeArray(
int edgeId)=0;
616 void AllocateTuples(
int size);
abstract interface for implicit functions
helper object to manage setting and generating contour values
abstract base class for most VTK objects
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
helper class to perform cell tessellation
a collection of attributes
a cell that represents a 3D point
a 3D cell that represents a linear pyramid
vtkCellArray * InternalCellArray
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
helper class to generate triangulations
a cell that represents a 2D quadrilateral
iterator used to traverse points
abstract class defined API for attribute data
vtkDoubleArray * PointDataScalars
dynamic, self-adjusting array of double
iterator used to traverse cells
a 3D cell that represents a tetrahedron
cell represents a 1D line
a simple class to control print indentation
list of point or cell ids
vtkDoubleArray * InternalScalars
a cell that represents an n-sided polygon
a cell that represents a linear 3D hexahedron
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
a cell that represents a triangle
vtkDoubleArray * InternalPoints
a 3D cell that represents a linear wedge
represent and manipulate 3D points