Mondschein Engine  0.3.0
Public Attributes | List of all members
mondschein::io::io_objects_t Struct Reference

I/O objects struct. More...

#include <types.h>

Public Attributes

std::map< std::string,
scene::Scenenode_p > 
nodes
 scenenode map (default: empty)
 
std::map< std::string,
scene::Scenegraph_p > 
scenegraphs
 scenegraph map (default: empty)
 
std::map< std::string,
math::Beziercurve_p > 
beziercurves
 bezier curve map (default: empty)
 
std::map< std::string,
math::Bezierpatch_p > 
bezierpatches
 bezier patch map (default: empty)
 
std::map< std::string,
math::NURBScurve_p > 
nurbscurves
 NURBS cuirve map (default: empty)
 
std::map< std::string,
math::NURBSpatch_p > 
nurbspatches
 NURBS patch map (default: empty)
 

Detailed Description

I/O objects struct.

Definition at line 377 of file types.h.


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