std::map< std::string, std::map< std::string, GraphElementCode > > GraphElementTable
GraphElementCode table, stored in graphs in attribute "aims_objects_table" (carto::rc_ptr
Describe how Aims objects are stored in graph objects.
std::string global_index_attribute
std::string attribute
attribute found in graph objects, this attribute is a reference-counting pointer (carto::rc_ptr) t...
std::string objectType
object type as in aims Finder: "Volume", "Bucket", "Mesh", ...
static std::string defaultExtensionForObjectType(const std::string &otype, const std::string &dtype)
std::string global_filename
static void storeAims(Graph &graph, GraphObject *vertex, const std::string &attribute, carto::rc_ptr< T > obj)
This template function stores the given object in the given Vertex / Edge of the graph and takes care...