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