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

Method GetMaxCellSize

Common/DataModel/vtkUnstructuredGrid.cxx:425–435  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the number of points from the cell defined by the maximum number of points/

Source from the content-addressed store, hash-verified

423// Return the number of points from the cell defined by the maximum number of
424// points/
425int vtkUnstructuredGrid::GetMaxCellSize()
426{
427 if (this->Connectivity)
428 { // The internal implementation is threaded.
429 return this->Connectivity->GetMaxCellSize();
430 }
431 else
432 {
433 return 0;
434 }
435}
436
437//------------------------------------------------------------------------------
438int vtkUnstructuredGrid::GetMaxSpatialDimension()

Callers 1

ShallowCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected