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

Method InitializePath

Interaction/Widgets/vtkCameraRepresentation.cxx:177–185  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

175
176//------------------------------------------------------------------------------
177void vtkCameraRepresentation::InitializePath()
178{
179 if (!this->Interpolator)
180 {
181 return;
182 }
183 this->Interpolator->Initialize();
184 this->CurrentTime = 0.0;
185}
186
187//------------------------------------------------------------------------------
188void vtkCameraRepresentation::GetActors2D(vtkPropCollection* pc)

Callers 1

SelectRegionMethod · 0.80

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected