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

Method AddFunctions

IO/Parallel/vtkPlot3DMetaReader.cxx:253–260  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252//------------------------------------------------------------------------------
253void vtkPlot3DMetaReader::AddFunctions(Json::Value* val)
254{
255 const Json::Value& functions = *val;
256 for (size_t index = 0; index < functions.size(); ++index)
257 {
258 this->Reader->AddFunction(functions[(int)index].asInt());
259 }
260}
261
262//------------------------------------------------------------------------------
263void vtkPlot3DMetaReader::SetFileNames(Json::Value* val)

Callers

nothing calls this directly

Calls 3

asIntMethod · 0.80
sizeMethod · 0.45
AddFunctionMethod · 0.45

Tested by

no test coverage detected