48 #ifndef vtkStaticCellLinksTemplate_h 49 #define vtkStaticCellLinksTemplate_h 57 template <
typename TIds>
127 #include "vtkStaticCellLinksTemplate.txx" vtkStaticCellLinksTemplate()
Default constructor.
object represents upward pointers from points to list of cells using each point (template implementat...
TIds GetNumberOfCells(vtkIdType ptId)
Get the number of cells using the point specified by ptId.
abstract class to specify dataset behavior
const TIds * GetCells(vtkIdType ptId)
Return a list of cell ids using the point.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void BuildLinks(vtkDataSet *ds)
Build the link list array.
virtual void Initialize()
Make sure any previously created links are cleaned up.
dataset represents arbitrary combinations of all possible cell types
virtual ~vtkStaticCellLinksTemplate()
Virtual destructor, anticipating future subclassing.
object to represent cell connectivity