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

Method SetCaching

IO/IOSS/vtkIOSSReader.cxx:182–190  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

180
181//----------------------------------------------------------------------------
182void vtkIOSSReader::SetCaching(bool val)
183{
184 if (this->Caching != val)
185 {
186 this->Internals->ClearCache();
187 this->Caching = val;
188 this->Modified();
189 }
190}
191
192//----------------------------------------------------------------------------
193void vtkIOSSReader::SetMergeExodusEntityBlocks(bool val)

Callers 1

RequestDataMethod · 0.80

Calls 2

ClearCacheMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected