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

Method SetMask

Common/DataModel/vtkHyperTreeGridLevelEntry.cxx:85–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85void vtkHyperTreeGridLevelEntry::SetMask(const vtkHyperTreeGrid* grid, bool value)
86{
87 assert("pre: not_tree" && this->Tree);
88 const_cast<vtkHyperTreeGrid*>(grid)->GetMask()->InsertTuple1(this->GetGlobalNodeIndex(), value);
89}
90
91//------------------------------------------------------------------------------
92bool vtkHyperTreeGridLevelEntry::IsMasked(const vtkHyperTreeGrid* grid) const

Callers

nothing calls this directly

Calls 4

GetGlobalNodeIndexMethod · 0.95
InsertTuple1Method · 0.80
assertFunction · 0.50
GetMaskMethod · 0.45

Tested by

no test coverage detected