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

Method GetNumberOfPoints

Common/DataModel/vtkCartesianGrid.h:325–328  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

323
324//----------------------------------------------------------------------------
325inline vtkIdType vtkCartesianGrid::GetNumberOfPoints()
326{
327 return vtkStructuredData::GetNumberOfPoints(this->Extent);
328}
329
330//----------------------------------------------------------------------------
331inline vtkIdType vtkCartesianGrid::GetNumberOfCells()

Callers

nothing calls this directly

Calls 1

GetNumberOfPointsFunction · 0.70

Tested by

no test coverage detected