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

Method SetFrequencyScale

IO/NetCDF/vtkSLACReader.cxx:1078–1086  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1076
1077//------------------------------------------------------------------------------
1078void vtkSLACReader::SetFrequencyScale(int index, double scale)
1079{
1080 if ((index < 0) || (static_cast<size_t>(index) >= this->Internal->FrequencyScales.size()))
1081 {
1082 vtkErrorMacro(<< "Bad mode index: " << index);
1083 }
1084
1085 this->Internal->FrequencyScales[index] = scale;
1086}
1087
1088//------------------------------------------------------------------------------
1089vtkDoubleArray* vtkSLACReader::GetFrequencyScales()

Callers 1

SLACMultipleModesFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected