------------------------------------------------------------------------------
| 117 | |
| 118 | //------------------------------------------------------------------------------ |
| 119 | void vtkPlane::SetAxisAligned(bool _arg) |
| 120 | { |
| 121 | if (this->AxisAligned != _arg) |
| 122 | { |
| 123 | this->AxisAligned = _arg; |
| 124 | this->Modified(); |
| 125 | this->InternalUpdates(); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | //------------------------------------------------------------------------------ |
| 130 | void vtkPlane::DeepCopy(vtkPlane* plane) |