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

Method SetGamma

IO/Parallel/vtkPlot3DMetaReader.cxx:246–250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

244
245//------------------------------------------------------------------------------
246void vtkPlot3DMetaReader::SetGamma(Json::Value* val)
247{
248 double gamma = val->asDouble();
249 this->Reader->SetGamma(gamma);
250}
251
252//------------------------------------------------------------------------------
253void vtkPlot3DMetaReader::AddFunctions(Json::Value* val)

Callers

nothing calls this directly

Calls 1

asDoubleMethod · 0.45

Tested by

no test coverage detected