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

Method GetFieldType

Common/DataModel/vtkSelectionNode.cxx:226–233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

224
225//------------------------------------------------------------------------------
226int 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//------------------------------------------------------------------------------
236const char* vtkSelectionNode::GetFieldTypeAsString(int type)

Callers 2

PrintSelfMethod · 0.95
DumpMethod · 0.45

Calls 2

HasMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected