------------------------------------------------------------------------------
| 252 | |
| 253 | //------------------------------------------------------------------------------ |
| 254 | void vtkAnimationScene::EndCueInternal() |
| 255 | { |
| 256 | this->FinalizeChildren(); |
| 257 | this->Superclass::EndCueInternal(); |
| 258 | } |
| 259 | |
| 260 | //------------------------------------------------------------------------------ |
| 261 | void vtkAnimationScene::SetAnimationTime(double currenttime) |
nothing calls this directly
no test coverage detected