MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetKeyValue

Method GetKeyValue

Remoting/Animation/vtkPVKeyFrame.cxx:56–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55//----------------------------------------------------------------------------
56double vtkPVKeyFrame::GetKeyValue(unsigned int index)
57{
58 if (index >= this->GetNumberOfKeyValues())
59 {
60 return 0.0;
61 }
62 return this->Internals->KeyValues[index];
63}
64
65//----------------------------------------------------------------------------
66void vtkPVKeyFrame::SetNumberOfKeyValues(unsigned int num)

Callers 5

UpdateValueMethod · 0.80
UpdateValueMethod · 0.80
UpdateValueMethod · 0.80
UpdateValueMethod · 0.80
GetKeyValueFunction · 0.80

Calls 1

GetNumberOfKeyValuesMethod · 0.95

Tested by

no test coverage detected