------------------------------------------------------------------------------
| 245 | |
| 246 | //------------------------------------------------------------------------------ |
| 247 | void vtkHyperTreeGridNonOrientedSuperCursor::SetMask(bool state) |
| 248 | { |
| 249 | assert("pre: not_tree" && this->CentralCursor->GetTree()); |
| 250 | this->CentralCursor->SetMask(state); |
| 251 | } |
| 252 | |
| 253 | //------------------------------------------------------------------------------ |
| 254 | void vtkHyperTreeGridNonOrientedSuperCursor::SetMask(unsigned int icursor, bool state) |
nothing calls this directly
no test coverage detected