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

Method SetMask

Common/DataModel/vtkHyperTreeGridGeometryUnlimitedEntry.cxx:95–101  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

93
94//------------------------------------------------------------------------------
95void vtkHyperTreeGridGeometryUnlimitedEntry::SetMask(
96 const vtkHyperTreeGrid* grid, const vtkHyperTree* tree, bool value)
97{
98 assert("pre: not_tree" && tree);
99 const_cast<vtkHyperTreeGrid*>(grid)->GetMask()->InsertTuple1(
100 this->GetGlobalNodeIndex(tree), value);
101}
102
103//------------------------------------------------------------------------------
104bool vtkHyperTreeGridGeometryUnlimitedEntry::IsMasked(

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