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

Method HasMask

Common/DataModel/vtkHyperTreeGrid.cxx:645–648  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 15

WriteTrees_0Method · 0.80
IsMaskedMethod · 0.80
ToChildMethod · 0.80
IsMaskedMethod · 0.80
ToChildMethod · 0.80
IsMaskedMethod · 0.80
GetCornerCursorsMethod · 0.80
IsMaskedMethod · 0.80
IsMaskedMethod · 0.80
IsMaskedMethod · 0.80
ToChildMethod · 0.80

Calls 1

GetNumberOfTuplesMethod · 0.45

Tested by 4

CheckIndexSelectionFunction · 0.64
CheckFrustumSelectionFunction · 0.64
CheckValueSelectionFunction · 0.64
CheckLocationSelectionFunction · 0.64