#include <blort/TomGine/tgRenderModel.h>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/list.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/string.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::vec2 &v, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::vec3 &v, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::vec4 &v, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgQuaternion &v, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgModel::Vertex &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgModel::Face &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgModel::Line &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgModel::LineLoop &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgModel &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgRenderModel::Material &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgPose &m, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, TomGine::tgRenderModel &m, const unsigned int version) |