vtkCellLinks - object represents upward pointers from points to list of cells using each point
Super Class: vtkObject
Description:
vtkCellLinks is a supplemental object to vtkCellArray and vtkCellTypes, enabling access from points to the cells using the points. vtkCellLinks is a list of Links, each link represents a dynamic list of cell id's using the point. The information provided by this object can be used to determine neighbors and construct other local topological information.
See Also:
Methods:
![]() | void vtkCellLinks () |
![]() | void vtkCellLinks (int ,int ) |
![]() | void vtkCellLinks () |
![]() | static vtkCellLinks *New () |
![]() | const char *GetClassName () |
![]() | unknown &GetLink (int ) |
![]() | unsigned short GetNcells (int ) |
![]() | void BuildLinks (vtkDataSet *) |
![]() | int *GetCells (int ) |
![]() | int InsertNextPoint (int ) |
![]() | void InsertNextCellReference (int ,int ) |
![]() | void DeletePoint (int ) |
![]() | void RemoveCellReference (int ,int ) |
![]() | void AddCellReference (int ,int ) |
![]() | void ResizeCellList (int ,int ) |
![]() | void Squeeze () |
![]() | void Reset () |
![]() | void IncrementLinkCount (int ) |
![]() | void AllocateLinks (int ) |
![]() | void InsertCellReference (int ,unsigned short ,int ) |
![]() | unknown *Resize (int ) |
Detailed Method Descriptions:
![]() | unknown &GetLink (int ) |
![]() | unsigned short GetNcells (int ) |
![]() | void BuildLinks (vtkDataSet *) |
![]() | int *GetCells (int ) |
![]() | int InsertNextPoint (int ) |
![]() | void InsertNextCellReference (int ,int ) |
![]() | void DeletePoint (int ) |
![]() | void RemoveCellReference (int ,int ) |
![]() | void AddCellReference (int ,int ) |
![]() | void ResizeCellList (int ,int ) |
![]() | void Squeeze () |
![]() | void Reset () |
![]() | void IncrementLinkCount (int ) |
![]() | void InsertCellReference (int ,unsigned short ,int ) |