MCPcopy Create free account
hub / github.com/MITK/MITK / GetNode

Method GetNode

Modules/QtWidgets/src/QmitkDataStorageComboBox.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84mitk::DataNode::Pointer QmitkDataStorageComboBox::GetNode(int index) const
85{
86 return (this->HasIndex(index)) ? m_Nodes.at(index) : nullptr;
87}
88
89mitk::DataNode::Pointer QmitkDataStorageComboBox::GetSelectedNode() const
90{

Calls 2

HasIndexMethod · 0.95
atMethod · 0.80