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

Method GetTimeStepValues

Filters/Hybrid/vtkGenerateTimeSteps.cxx:51–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

49
50//------------------------------------------------------------------------------
51void vtkGenerateTimeSteps::GetTimeStepValues(double* timeStepValues) const
52{
53 std::copy(this->TimeStepValues.cbegin(), this->TimeStepValues.cend(), timeStepValues);
54}
55
56//------------------------------------------------------------------------------
57void vtkGenerateTimeSteps::GenerateTimeStepValues(double begin, double end, double step)

Callers 1

TestGenerateTimeStepsFunction · 0.80

Calls 3

copyFunction · 0.50
cbeginMethod · 0.45
cendMethod · 0.45

Tested by 1

TestGenerateTimeStepsFunction · 0.64