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

Method Set2D

IO/Parallel/vtkPlot3DMetaReader.cxx:225–236  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223
224//------------------------------------------------------------------------------
225void vtkPlot3DMetaReader::Set2D(Json::Value* val)
226{
227 bool value = val->asBool();
228 if (value)
229 {
230 this->Reader->TwoDimensionalGeometryOn();
231 }
232 else
233 {
234 this->Reader->TwoDimensionalGeometryOff();
235 }
236}
237
238//------------------------------------------------------------------------------
239void vtkPlot3DMetaReader::SetR(Json::Value* val)

Callers

nothing calls this directly

Calls 1

asBoolMethod · 0.80

Tested by

no test coverage detected