------------------------------------------------------------------------------
| 674 | |
| 675 | //------------------------------------------------------------------------------ |
| 676 | inline bool vtkStructuredAMRGridConnectivity::HasConstantRefinementRatio() |
| 677 | { |
| 678 | if (this->RefinementRatio < 2) |
| 679 | { |
| 680 | return false; |
| 681 | } |
| 682 | return true; |
| 683 | } |
| 684 | |
| 685 | //------------------------------------------------------------------------------ |
| 686 | inline void vtkStructuredAMRGridConnectivity::GetGridExtent(int gridIdx, int ext[6]) |
no outgoing calls
no test coverage detected