#include <vtkCellLinks.h>
Inheritance diagram for vtkCellLinks:
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.
Definition at line 44 of file vtkCellLinks.h.
|
Reimplemented from vtkObject. Definition at line 57 of file vtkCellLinks.h. |
|
Definition at line 124 of file vtkCellLinks.h. |
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. |
|
Allocate the specified number of links (i.e., number of points) that will be built. |
|
Get a link structure given a point id. Definition at line 65 of file vtkCellLinks.h. References vtkIdType. |
|
Get the number of cells using the point specified by ptId. Definition at line 68 of file vtkCellLinks.h. References vtkIdType. Referenced by vtkPolyData::GetPointCells(). |
|
Build the link list array. |
|
Build the link list array. |
|
Return a list of cell ids using the point. Definition at line 77 of file vtkCellLinks.h. References vtkIdType. Referenced by vtkPolyData::GetPointCells(). |
|
Insert a new point into the cell-links data structure. The size parameter is the initial size of the list. |
|
Insert a cell id into the list of cells (at the end) using the cell id provided. (Make sure to extend the link list (if necessary) using the method ResizeCellList().) Definition at line 165 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::cells, vtkCellLinks::Link::ncells, and vtkIdType. |
|
Delete point (and storage) by destroying links to using cells. Definition at line 157 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::cells, vtkCellLinks::Link::ncells, and vtkIdType. Referenced by vtkPolyData::DeletePoint(). |
|
Delete the reference to the cell (cellId) from the point (ptId). This removes the reference to the cellId from the cell list, but does not resize the list (recover memory with ResizeCellList(), if necessary). Definition at line 172 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::cells, and vtkIdType. Referenced by vtkPolyData::RemoveCellReference(). |
|
Add the reference to the cell (cellId) from the point (ptId). This adds a reference to the cellId from the cell list, but does not resize the list (extend memory with ResizeCellList(), if necessary). Definition at line 192 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::cells, vtkCellLinks::Link::ncells, and vtkIdType. Referenced by vtkPolyData::AddCellReference(). |
|
Change the length of a point's link list (i.e., list of cells using a point) by the size specified. Definition at line 198 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::ncells, and vtkIdType. Referenced by vtkPolyData::ResizeCellList(). |
|
Reclaim any unused memory. |
|
Reset to a state of no entries without freeing the memory. |
|
Return the memory in kilobytes consumed by this cell links array. Used to support streaming and reading/writing data. The value returned is guaranteed to be greater than or equal to the memory required to actually represent the data represented by this object. The information returned is valid only after the pipeline has been updated. |
|
Standard DeepCopy method. Since this object contains no reference to other objects, there is no ShallowCopy. |
|
Increment the count of the number of cells using the point. Definition at line 128 of file vtkCellLinks.h. References vtkIdType. |
|
|
|
Insert a cell id into the list of cells using the point. Definition at line 149 of file vtkCellLinks.h. References Array, vtkCellLinks::Link::cells, and vtkIdType. |
|
|
|
Definition at line 138 of file vtkCellLinks.h. Referenced by AddCellReference(), DeletePoint(), InsertCellReference(), InsertNextCellReference(), RemoveCellReference(), and ResizeCellList(). |
|
Definition at line 139 of file vtkCellLinks.h. |
|
Definition at line 140 of file vtkCellLinks.h. |
|
Definition at line 141 of file vtkCellLinks.h. |