------------------------------------------------------------------------------
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | int vtkSelectionNode::GetContentType() |
| 203 | { |
| 204 | if (this->GetProperties()->Has(vtkSelectionNode::CONTENT_TYPE())) |
| 205 | { |
| 206 | return this->GetProperties()->Get(vtkSelectionNode::CONTENT_TYPE()); |
| 207 | } |
| 208 | return -1; |
| 209 | } |
| 210 | |
| 211 | //------------------------------------------------------------------------------ |
| 212 | const char* vtkSelectionNode::GetContentTypeAsString(int type) |
no test coverage detected