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

Method SetAutoDetectFormat

IO/Parallel/vtkPlot3DMetaReader.cxx:99–110  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99void vtkPlot3DMetaReader::SetAutoDetectFormat(Json::Value* val)
100{
101 bool value = val->asBool();
102 if (value)
103 {
104 this->Reader->AutoDetectFormatOn();
105 }
106 else
107 {
108 this->Reader->AutoDetectFormatOff();
109 }
110}
111
112//------------------------------------------------------------------------------
113void vtkPlot3DMetaReader::SetByteOrder(Json::Value* val)

Callers

nothing calls this directly

Calls 1

asBoolMethod · 0.80

Tested by

no test coverage detected