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

Function GetCellSize

Common/DataModel/vtkPointSet.h:154–154  ·  view source on GitHub ↗

* This method always returns 1, as all cells are point in a pure * `vtkPointSet`. */

Source from the content-addressed store, hash-verified

152 * `vtkPointSet`.
153 */
154 vtkIdType GetCellSize(vtkIdType) override { return 1; }
155
156 /**
157 * See vtkDataSet for additional information.

Callers 3

operator()Method · 0.70
operator()Method · 0.70
operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected