------------------------------------------------------------------------------
| 155 | |
| 156 | //------------------------------------------------------------------------------ |
| 157 | void vtkContextInteractorStyle::EndProcessingEvent() |
| 158 | { |
| 159 | --this->ProcessingEvents; |
| 160 | assert(this->ProcessingEvents >= 0); |
| 161 | if (this->ProcessingEvents == 0) |
| 162 | { |
| 163 | this->OnSceneModified(); |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | //------------------------------------------------------------------------------ |
| 168 | void vtkContextInteractorStyle::OnMouseMove() |
no test coverage detected