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

Method Initialize

Common/DataModel/vtkSelectionNode.cxx:96–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

94
95//------------------------------------------------------------------------------
96void vtkSelectionNode::Initialize()
97{
98 this->Properties->Clear();
99 if (this->SelectionData)
100 {
101 this->SelectionData->Initialize();
102 }
103 this->Modified();
104}
105
106//------------------------------------------------------------------------------
107vtkAbstractArray* vtkSelectionNode::GetSelectionList()

Callers 3

ShallowCopyMethod · 0.95
DeepCopyMethod · 0.95
SetSelectionListMethod · 0.45

Calls 2

ClearMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected