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

Method SetMultiGrid

IO/Parallel/vtkPlot3DMetaReader.cxx:176–187  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

174
175//------------------------------------------------------------------------------
176void vtkPlot3DMetaReader::SetMultiGrid(Json::Value* val)
177{
178 bool value = val->asBool();
179 if (value)
180 {
181 this->Reader->MultiGridOn();
182 }
183 else
184 {
185 this->Reader->MultiGridOff();
186 }
187}
188
189//------------------------------------------------------------------------------
190void vtkPlot3DMetaReader::SetFormat(Json::Value* val)

Callers 3

TestMultiBlockFunction · 0.80
MyMainFunction · 0.80

Calls 1

asBoolMethod · 0.80

Tested by 2

TestMultiBlockFunction · 0.64
MyMainFunction · 0.64