------------------------------------------------------------------------------
| 245 | |
| 246 | //------------------------------------------------------------------------------ |
| 247 | void vtkAnimationScene::StartCueInternal() |
| 248 | { |
| 249 | this->Superclass::StartCueInternal(); |
| 250 | this->InitializeChildren(); |
| 251 | } |
| 252 | |
| 253 | //------------------------------------------------------------------------------ |
| 254 | void vtkAnimationScene::EndCueInternal() |
nothing calls this directly
no test coverage detected