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

Method HasChildrenInformation

Common/DataModel/vtkOverlappingAMRMetaData.cxx:523–526  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

521
522//------------------------------------------------------------------------------
523bool vtkOverlappingAMRMetaData::HasChildrenInformation() const
524{
525 return !this->AllChildren.empty();
526}
527
528//------------------------------------------------------------------------------
529unsigned int* vtkOverlappingAMRMetaData::GetParents(

Callers 5

PrintSelfMethod · 0.95
GetParentsMethod · 0.95
GetChildrenMethod · 0.95
PrintParentChildInfoMethod · 0.95
FindGridMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected