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

Method CleanPureMask

Common/DataModel/vtkHyperTreeGrid.cxx:1157–1164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1155
1156//------------------------------------------------------------------------------
1157void vtkHyperTreeGrid::CleanPureMask()
1158{
1159 if (this->PureMask)
1160 {
1161 this->PureMask->Delete();
1162 this->PureMask = nullptr;
1163 }
1164}
1165
1166//------------------------------------------------------------------------------
1167bool vtkHyperTreeGrid::RecursivelyInitializePureMask(

Callers 2

SetMaskMethod · 0.95
~vtkHyperTreeGridMethod · 0.95

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected