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

Method RemoveAllExtentSources

Common/ExecutionModel/vtkExtentSplitter.cxx:136–143  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//------------------------------------------------------------------------------
136void vtkExtentSplitter::RemoveAllExtentSources()
137{
138 // Clear the set of sources.
139 this->Internal->Sources.clear();
140
141 // Previously calculated sub-extents are now invalid.
142 this->Internal->SubExtents.clear();
143}
144
145//------------------------------------------------------------------------------
146void vtkExtentSplitter::AddExtent(int x0, int x1, int y0, int y1, int z0, int z1)

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected