Classes | |
struct | AtomKind |
struct | molecule_atom |
struct | molecule_bond |
struct | molecule |
struct | ParseException |
struct | atom_and_count |
Namespaces | |
namespace | Console3d |
The implementation of 3-D Console itself. | |
namespace | Display |
Holds the Archon display API. | |
namespace | Math |
Holds the Archon math library. | |
namespace | Raytracer |
The implementation of a raytracer. | |
namespace | Render |
Holds the Archon render library. | |
namespace | SaiTestApps |
namespace | Utilities |
Holds the Archon utilities library. | |
namespace | X3D |
Holds an implementation of the Extensible 3D (X3D) specification (ISO/IEC FDIS 19775:200x). | |
Functions | |
Rotation3 | rotate_cylinder (Vector3 p1, Vector3 p2) |
void | tube (double fx, double fy, double fz, double tx, double ty, double tz, double thickness, Vector3 &color) |
void | init_molecule (string file) |
Variables | |
const char * | progname |
Ref< Application > | application |
Ref< Group > | rootGroup |