 |
VTK
9.0.1
|
Go to the documentation of this file.
45 #ifndef vtkStaticCellLinksTemplate_h
46 #define vtkStaticCellLinksTemplate_h
56 template <
typename TIds>
149 #include "vtkStaticCellLinksTemplate.txx"
unsigned long GetActualMemorySize()
Support vtkAbstractCellLinks API.
~vtkStaticCellLinksTemplate()
TIds GetNumberOfCells(vtkIdType ptId)
Get the number of cells using the point specified by ptId.
vtkTypeBool GetSequentialProcessing()
vtkStaticCellLinksTemplate()
Instantiate and destructor methods.
TIds * GetCells(vtkIdType ptId)
Return a list of cell ids using the point specified by ptId.
void ThreadedBuildLinks(const vtkIdType numPts, const vtkIdType numCells, vtkCellArray *cellArray)
an abstract base class for classes that build topological links from points to cells
object represents upward pointers from points to list of cells using each point (template implementat...
vtkIdType GetNcells(vtkIdType ptId)
object to represent cell connectivity
void SetSequentialProcessing(vtkTypeBool seq)
Control whether to thread or serial process.
void BuildLinks(vtkDataSet *ds)
Build the link list array for a general dataset.
abstract class to specify dataset behavior
void DeepCopy(vtkAbstractCellLinks *src)
concrete dataset represents vertices, lines, polygons, and triangle strips
structured grid with explicit topology and geometry
void SerialBuildLinks(const vtkIdType numPts, const vtkIdType numCells, vtkCellArray *cellArray)
Specialized methods for building links from cell array.
dataset represents arbitrary combinations of all possible cell types
void Initialize()
Make sure any previously created links are cleaned up.
vtkTypeBool SequentialProcessing