WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
ImNode.h File Reference
#include <string>
#include <vector>
#include "nlohmann/json.hpp"
#include "imgui.h"
#include "Connection.h"

Go to the source code of this file.

Classes

struct  warptwin::ImNode
 Hold all data related to a visual node in the ImGUI UX. More...

Namespaces

namespace  warptwin
 Class to propagate CR3BP dynamics in characteristic units.

Enumerations

enum  warptwin::node_types_e {
  warptwin::STANDARD = 0 , warptwin::MODEL = 1 , warptwin::SIM_EXEC = 2 , warptwin::TEXT_NODE = 3 ,
  warptwin::FRAME = 4 , warptwin::LOGGER = 5 , warptwin::VIZKIT = 6 , warptwin::CESIUM_VIZ = 7
}
 Node type definition to allow config writer to identify custom nodes. More...

Variables

const std::vector< std::string > warptwin::NODE_CATEGORIES