 |
VTK
9.0.1
|
Go to the documentation of this file.
43 #ifndef vtkStaticCellLinks_h
44 #define vtkStaticCellLinks_h
47 #include "vtkCommonDataModelModule.h"
70 this->Impl->SetSequentialProcessing(this->SequentialProcessing);
71 this->Impl->BuildLinks(ds);
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void Squeeze() override
Reclaim any unused memory.
void Reset() override
Reset to a state of no entries without freeing the memory.
vtkStaticCellLinksTemplate< vtkIdType > * Impl
void Initialize() override
Make sure any previously created links are cleaned up.
an abstract base class for classes that build topological links from points to cells
vtkIdType * GetCells(vtkIdType ptId)
Return a list of cell ids using the specified point.
vtkIdType GetNumberOfCells(vtkIdType ptId)
Get the number of cells using the point specified by ptId.
a simple class to control print indentation
object to represent cell connectivity
void DeepCopy(vtkAbstractCellLinks *src) override
Standard DeepCopy method.
abstract class to specify dataset behavior
void BuildLinks(vtkDataSet *ds) override
Build the link list array.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
object represents upward pointers from points to list of cells using each point
vtkIdType GetNcells(vtkIdType ptId)
Get the number of cells using the point specified by ptId.
unsigned long GetActualMemorySize() override
Return the memory in kibibytes (1024 bytes) consumed by this cell links array.