32#ifndef vtkAbstractCellLinks_h
33#define vtkAbstractCellLinks_h
35#include "vtkCommonDataModelModule.h"
an abstract base class for classes that build topological links from points to cells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void BuildLinks(vtkDataSet *data)=0
Build the link list array.
static int GetIdType(vtkIdType maxPtId, vtkIdType maxCellId, vtkCellArray *ca)
Based on the input (i.e., number of points, number of cells, and length of connectivity array) this h...
~vtkAbstractCellLinks() override
object to represent cell connectivity
abstract class to specify dataset behavior
a simple class to control print indentation
abstract base class for most VTK objects