------------------------------------------------------------------------------
| 702 | |
| 703 | //------------------------------------------------------------------------------ |
| 704 | void vtkOverlappingAMRMetaData::GetSpacing(unsigned int level, double spacing[3]) |
| 705 | { |
| 706 | this->Spacing->GetTuple(level, spacing); |
| 707 | } |
| 708 | |
| 709 | //------------------------------------------------------------------------------ |
| 710 | void vtkOverlappingAMRMetaData::CalculateParentChildRelationShip(unsigned int level, |
no test coverage detected