|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
A node in the frame tree (setup-time structure only). More...
#include <FrameNode.hpp>

Public Member Functions | |
| FrameNode () | |
| FrameNode (FrameID id_, FrameID parent_id_, std::string name_, int depth_) | |
Public Attributes | |
| FrameID | id |
| FrameID | parent_id |
| std::string | name |
| int | depth |
| bool | is_root |
A node in the frame tree (setup-time structure only).
|
inline |
|
inline |
| int vulcan::FrameNode::depth |
| FrameID vulcan::FrameNode::id |
| bool vulcan::FrameNode::is_root |
| std::string vulcan::FrameNode::name |
| FrameID vulcan::FrameNode::parent_id |