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

Method SetMask

Common/DataModel/vtkHyperTreeGridGeometryEntry.cxx:70–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69//------------------------------------------------------------------------------
70void vtkHyperTreeGridGeometryEntry::SetMask(
71 const vtkHyperTreeGrid* grid, const vtkHyperTree* tree, bool value)
72{
73 assert("pre: not_tree" && tree);
74 const_cast<vtkHyperTreeGrid*>(grid)->GetMask()->InsertTuple1(
75 this->GetGlobalNodeIndex(tree), value);
76}
77
78//------------------------------------------------------------------------------
79bool vtkHyperTreeGridGeometryEntry::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