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

Method SetMask

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursor.cxx:247–251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

245
246//------------------------------------------------------------------------------
247void vtkHyperTreeGridNonOrientedSuperCursor::SetMask(bool state)
248{
249 assert("pre: not_tree" && this->CentralCursor->GetTree());
250 this->CentralCursor->SetMask(state);
251}
252
253//------------------------------------------------------------------------------
254void vtkHyperTreeGridNonOrientedSuperCursor::SetMask(unsigned int icursor, bool state)

Callers

nothing calls this directly

Calls 3

GetIndiceEntryMethod · 0.95
assertFunction · 0.50
GetTreeMethod · 0.45

Tested by

no test coverage detected