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

Method GetContentType

Common/DataModel/vtkSelectionNode.cxx:202–209  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201//------------------------------------------------------------------------------
202int 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//------------------------------------------------------------------------------
212const char* vtkSelectionNode::GetContentTypeAsString(int type)

Callers 6

PrintSelfMethod · 0.95
EqualPropertiesMethod · 0.95
ConvertSelectionMethod · 0.45
DumpMethod · 0.45
BuildSelectionIBOMethod · 0.45

Calls 2

HasMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected