OpenStructure
|
#include <iostream>
#include <vector>
#include <boost/filesystem/path.hpp>
#include "vec3.hh"
#include "mat3.hh"
#include "quat.hh"
#include "module_config.hh"
Go to the source code of this file.
Data Structures | |
class | Line3 |
class | Plane |
class | Sphere |
class | CuboidAxis |
class | Cuboid |
class | Rotation3 |
Namespaces | |
geom | |
Typedefs | |
typedef std::vector< Rotation3 > | Rotation3List |
Functions | |
DLLIMPORT std::ostream & | operator<< (std::ostream &s, const Line3 &l) |
DLLIMPORT Rotation3List | ImportEulerAngles (const boost::filesystem::path &loc) |
DLLIMPORT void | ExportEulerAngles (const Rotation3List &rot_list, const boost::filesystem::path &loc) |