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

Method Reset

Common/DataModel/vtkCellTreeLocator.cxx:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 }
384
385 void Reset()
386 {
387 std::fill((*this)[0].begin(), (*this)[0].end(), Bucket());
388 std::fill((*this)[1].begin(), (*this)[1].end(), Bucket());
389 std::fill((*this)[2].begin(), (*this)[2].end(), Bucket());
390 }
391 };
392 BucketsType Buckets;
393

Callers 2

SplitMethod · 0.45
IntersectWithLineMethod · 0.45

Calls 4

BucketClass · 0.85
fillFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected