------------------------------------------------------------------------------
| 106 | |
| 107 | //------------------------------------------------------------------------------ |
| 108 | void vtkPlane::SetOffset(double _arg) |
| 109 | { |
| 110 | if (this->Offset != _arg) |
| 111 | { |
| 112 | this->Offset = _arg; |
| 113 | this->Modified(); |
| 114 | this->InternalUpdates(); |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | //------------------------------------------------------------------------------ |
| 119 | void vtkPlane::SetAxisAligned(bool _arg) |