------------------------------------------------------------------------------
| 235 | |
| 236 | //------------------------------------------------------------------------------ |
| 237 | void vtkInteractorEventRecorder::Stop() |
| 238 | { |
| 239 | this->State = vtkInteractorEventRecorder::Start; |
| 240 | this->Modified(); |
| 241 | } |
| 242 | |
| 243 | //------------------------------------------------------------------------------ |
| 244 | void vtkInteractorEventRecorder::Clear() |