------------------------------------------------------------------------------
| 643 | |
| 644 | //------------------------------------------------------------------------------ |
| 645 | bool vtkHyperTreeGrid::HasMask() |
| 646 | { |
| 647 | return this->Mask && this->Mask->GetNumberOfTuples() != 0; |
| 648 | } |
| 649 | |
| 650 | //------------------------------------------------------------------------------ |
| 651 | vtkIdType vtkHyperTreeGrid::GetMaxNumberOfTrees() const |