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