MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCellArray

Function GetCellArray

Common/DataModel/vtkCellArrayIterator.h:82–82  ·  view source on GitHub ↗

* Return the vtkCellArray object over which iteration is occurring. */

Source from the content-addressed store, hash-verified

80 * Return the vtkCellArray object over which iteration is occurring.
81 */
82 vtkCellArray* GetCellArray() { return this->CellArray; }
83
84 /**
85 * Initialize the iterator to a specific cell. This will revalidate the

Callers 4

BuildCellsMethod · 0.85
BuildCellsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected