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

Method SetBlanking

IO/Parallel/vtkPlot3DMetaReader.cxx:211–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

209
210//------------------------------------------------------------------------------
211void vtkPlot3DMetaReader::SetBlanking(Json::Value* val)
212{
213 bool value = val->asBool();
214 if (value)
215 {
216 this->Reader->IBlankingOn();
217 }
218 else
219 {
220 this->Reader->IBlankingOff();
221 }
222}
223
224//------------------------------------------------------------------------------
225void vtkPlot3DMetaReader::Set2D(Json::Value* val)

Callers

nothing calls this directly

Calls 1

asBoolMethod · 0.80

Tested by

no test coverage detected