------------------------------------------------------------------------------
| 64 | |
| 65 | //------------------------------------------------------------------------------ |
| 66 | void vtkKdNode::SetMinBounds(const double* b) |
| 67 | { |
| 68 | this->Min[0] = b[0]; |
| 69 | this->Min[1] = b[1]; |
| 70 | this->Min[2] = b[2]; |
| 71 | } |
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | void vtkKdNode::SetMaxBounds(const double* b) |
no outgoing calls
no test coverage detected