46 #ifndef vtkStaticCellLinks_h
47 #define vtkStaticCellLinks_h
70 {this->Impl->BuildLinks(ds);}
76 {
return this->Impl->GetNumberOfCells(ptId);}
83 {
return static_cast<unsigned short>(this->GetNumberOfCells(ptId)); }
89 {
return this->Impl->GetCells(ptId);}
95 {this->Impl->Initialize();}
void PrintSelf(ostream &os, vtkIndent indent)
abstract class to specify dataset behavior
an abstract base class for classes that build topological links from points to cells ...
const vtkIdType * GetCells(vtkIdType ptId)
unsigned short GetNcells(vtkIdType ptId)
a simple class to control print indentation
object to represent cell connectivity
object represents upward pointers from points to list of cells using each point
virtual void BuildLinks(vtkDataSet *ds)
vtkIdType GetNumberOfCells(vtkIdType ptId)
vtkStaticCellLinksTemplate< vtkIdType > * Impl
#define VTKCOMMONDATAMODEL_EXPORT