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

Method SetRemoveUnusedPoints

IO/IOSS/vtkIOSSReader.cxx:725–734  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

723
724//----------------------------------------------------------------------------
725void vtkIOSSReader::SetRemoveUnusedPoints(bool val)
726{
727 if (this->RemoveUnusedPoints != val)
728 {
729 // clear cache to ensure we read appropriate points/point data.
730 this->Internals->ClearCache();
731 this->RemoveUnusedPoints = val;
732 this->Modified();
733 }
734}
735
736//----------------------------------------------------------------------------
737void vtkIOSSReader::SetReadAllFilesToDetermineStructure(bool val)

Callers

nothing calls this directly

Calls 2

ClearCacheMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected