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