------------------------------------------------------------------------------
| 194 | |
| 195 | //------------------------------------------------------------------------------ |
| 196 | void vtkSelectionNode::SetContentType(int type) |
| 197 | { |
| 198 | this->GetProperties()->Set(vtkSelectionNode::CONTENT_TYPE(), type); |
| 199 | } |
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | int vtkSelectionNode::GetContentType() |