MIRA
Public Member Functions | List of all members
GraphElement Class Reference

empty base class for all graph elements (Nodes, GatewayNodes and Links) More...

#include <topomap/GraphElement.h>

Inheritance diagram for GraphElement:
Inheritance graph
[legend]

Public Member Functions

virtual ~GraphElement ()
 
template<typename Reflector >
void reflect (Reflector &r)
 
virtual GraphElementPtr findElement (const std::string &predicate)
 
virtual const GraphElementPtr findElement (const std::string &predicate) const
 

Detailed Description

empty base class for all graph elements (Nodes, GatewayNodes and Links)

Constructor & Destructor Documentation

◆ ~GraphElement()

virtual ~GraphElement ( )
inlinevirtual

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

◆ findElement() [1/2]

virtual GraphElementPtr findElement ( const std::string &  predicate)
inlinevirtual

Reimplemented in GatewayNode, and Node.

◆ findElement() [2/2]

virtual const GraphElementPtr findElement ( const std::string &  predicate) const
inlinevirtual

The documentation for this class was generated from the following file: