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

Method SetFunctionNames

IO/Parallel/vtkPlot3DMetaReader.cxx:312–319  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

310
311//------------------------------------------------------------------------------
312void vtkPlot3DMetaReader::SetFunctionNames(Json::Value* val)
313{
314 const Json::Value& functionNames = *val;
315 for (size_t index = 0; index < functionNames.size(); ++index)
316 {
317 this->Reader->AddFunctionName(functionNames[(int)index].asString());
318 }
319}
320
321//------------------------------------------------------------------------------
322int vtkPlot3DMetaReader::RequestInformation(vtkInformation* vtkNotUsed(request),

Callers

nothing calls this directly

Calls 2

asStringMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected