------------------------------------------------------------------------------
| 180 | |
| 181 | //------------------------------------------------------------------------------ |
| 182 | void vtkPolyhedron::ComputeBounds() |
| 183 | { |
| 184 | if (this->BoundsComputed) |
| 185 | { |
| 186 | return; |
| 187 | } |
| 188 | |
| 189 | this->Superclass::GetBounds(); // stored in this->Bounds |
| 190 | this->BoundsComputed = 1; |
| 191 | } |
| 192 | |
| 193 | //------------------------------------------------------------------------------ |
| 194 | void vtkPolyhedron::ConstructPolyData() |
no outgoing calls
no test coverage detected