MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkAnimationScene

Method vtkAnimationScene

Common/DataModel/vtkAnimationScene.cxx:15–26  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

13
14//------------------------------------------------------------------------------
15vtkAnimationScene::vtkAnimationScene()
16{
17 this->PlayMode = PLAYMODE_SEQUENCE;
18 this->FrameRate = 10.0;
19 this->Loop = 0;
20 this->InPlay = 0;
21 this->StopPlay = 0;
22
23 this->AnimationCues = vtkCollection::New();
24 this->AnimationCuesIterator = this->AnimationCues->NewIterator();
25 this->AnimationTimer = vtkTimerLog::New();
26}
27
28//------------------------------------------------------------------------------
29vtkAnimationScene::~vtkAnimationScene()

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
NewIteratorMethod · 0.45

Tested by

no test coverage detected