Utility class which specifies available nodes.
More...
Go to the source code of this file.
Utility class which specifies available nodes.
- Author
- T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
- Date
- 2020-12-20
◆ CopyNodeData()
std::shared_ptr< NodeData > NAV::NodeRegistry::CopyNodeData |
( |
const std::shared_ptr< const NodeData > & | nodeData | ) |
|
Creates a copy of the data.
- Parameters
-
nodeData | Node data to copy |
- Returns
- Copied data
◆ GetParentNodeDataTypes()
std::vector< std::string > NAV::NodeRegistry::GetParentNodeDataTypes |
( |
const std::string & | type | ) |
|
Get the Parent Node Data Types of the specified Node Data Type.
- Parameters
-
[in] | type | The Child Node Data Type |
◆ GetStaticDataDescriptors()
std::vector< std::string > NAV::NodeRegistry::GetStaticDataDescriptors |
( |
const std::vector< std::string > & | dataIdentifier | ) |
|
Returns a vector of data descriptors for the pin data identifiers.
- Parameters
-
dataIdentifier | List of data identifiers |
- Returns
- List of data descriptors
◆ NodeDataTypeAnyIsChildOf()
bool NAV::NodeRegistry::NodeDataTypeAnyIsChildOf |
( |
const std::vector< std::string > & | childTypes, |
|
|
const std::vector< std::string > & | parentTypes ) |
Checks if any of the provided child types is a child of any of the provided parent types.
- Parameters
-
[in] | childTypes | Child types to check parentship |
[in] | parentTypes | Parent types to check parentship |
- Returns
- True if any of the child types is a child of any of the parent types
◆ TypeHasDynamicData()
bool NAV::NodeRegistry::TypeHasDynamicData |
( |
const std::string & | type | ) |
|
Wether the specified Node Data Type can have dynamic data.
- Parameters
-
[in] | type | The Child Node Data Type |