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

Method SetMask

Common/DataModel/vtkHyperTreeGrid.cxx:88–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87//------------------------------------------------------------------------------
88void vtkHyperTreeGrid::SetMask(vtkBitArray* mask)
89{
90 vtkSetSmartPointerBodyMacro(Mask, vtkBitArray, mask);
91 this->CleanPureMask();
92}
93
94//------------------------------------------------------------------------------
95vtkBitArray* vtkHyperTreeGrid::GetMask()

Callers 15

InitializeMethod · 0.95
CopyStructureMethod · 0.95
DeepCopyMethod · 0.95
ReadTrees_0Method · 0.45
ReadTrees_1Method · 0.45
ReadTrees_2Method · 0.45
RequestDataMethod · 0.45
ReadHyperTreeGridDataMethod · 0.45

Calls 1

CleanPureMaskMethod · 0.95

Tested by 15

RequestDataMethod · 0.36
runMaskedPointSearchFunction · 0.36
runAllMaskedPointSearchFunction · 0.36
generateTree2Function · 0.36
subdivideFunction · 0.36