------------------------------------------------------------------------------
| 224 | |
| 225 | //------------------------------------------------------------------------------ |
| 226 | int vtkSelectionNode::GetFieldType() |
| 227 | { |
| 228 | if (this->GetProperties()->Has(vtkSelectionNode::FIELD_TYPE())) |
| 229 | { |
| 230 | return this->GetProperties()->Get(vtkSelectionNode::FIELD_TYPE()); |
| 231 | } |
| 232 | return -1; |
| 233 | } |
| 234 | |
| 235 | //------------------------------------------------------------------------------ |
| 236 | const char* vtkSelectionNode::GetFieldTypeAsString(int type) |