----------------------------------------------------------------------------
| 34 | |
| 35 | //---------------------------------------------------------------------------- |
| 36 | vtkSMAnimationScene* vtkAnimationPlayer::GetAnimationScene() |
| 37 | { |
| 38 | return this->AnimationScene; |
| 39 | } |
| 40 | |
| 41 | //---------------------------------------------------------------------------- |
| 42 | void vtkAnimationPlayer::Play(int dir /*=1*/) |
no outgoing calls