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