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

Method SetR

IO/Parallel/vtkPlot3DMetaReader.cxx:239–243  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

237
238//------------------------------------------------------------------------------
239void vtkPlot3DMetaReader::SetR(Json::Value* val)
240{
241 double R = val->asDouble();
242 this->Reader->SetR(R);
243}
244
245//------------------------------------------------------------------------------
246void vtkPlot3DMetaReader::SetGamma(Json::Value* val)

Callers

nothing calls this directly

Calls 1

asDoubleMethod · 0.45

Tested by

no test coverage detected