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

Method GetEstimatedSize

Testing/GenericBridge/vtkBridgeDataSet.cxx:370–373  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Estimated size needed after tessellation (or special operation)

Source from the content-addressed store, hash-verified

368// Description:
369// Estimated size needed after tessellation (or special operation)
370vtkIdType vtkBridgeDataSet::GetEstimatedSize()
371{
372 return this->GetNumberOfPoints() * this->GetNumberOfCells();
373}
374
375//------------------------------------------------------------------------------
376// Description:

Callers

nothing calls this directly

Calls 2

GetNumberOfPointsMethod · 0.95
GetNumberOfCellsMethod · 0.95

Tested by

no test coverage detected