------------------------------------------------------------------------------
| 106 | |
| 107 | //------------------------------------------------------------------------------ |
| 108 | void vtkHyperTreeGridAxisClip::GetMinimumBounds(double bMin[3]) |
| 109 | { |
| 110 | bMin[0] = this->Bounds[0]; |
| 111 | bMin[1] = this->Bounds[2]; |
| 112 | bMin[2] = this->Bounds[4]; |
| 113 | } |
| 114 | |
| 115 | //------------------------------------------------------------------------------ |
| 116 | void vtkHyperTreeGridAxisClip::GetMaximumBounds(double bMax[3]) |