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

Method SetMergeExodusEntityBlocks

IO/IOSS/vtkIOSSReader.cxx:193–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

191
192//----------------------------------------------------------------------------
193void vtkIOSSReader::SetMergeExodusEntityBlocks(bool val)
194{
195 if (this->MergeExodusEntityBlocks != val)
196 {
197 // clear cache to ensure we read appropriate points/point data.
198 this->Internals->ClearCache();
199 this->MergeExodusEntityBlocks = val;
200 this->Modified();
201 }
202}
203
204//----------------------------------------------------------------------------
205void vtkIOSSReader::SetElementAndSideIds(bool val)

Callers

nothing calls this directly

Calls 2

ClearCacheMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected