Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Functions
SOM.h File Reference
#include "ElementsKernel/Exception.h"
#include "SOM/SOM.h"
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/string.hpp>
#include <boost/serialization/vector.hpp>
#include <typeinfo>
Include dependency graph for SOM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  boost::serialization
 

Functions

template<class Archive , typename DistFunc >
void boost::serialization::save (Archive &ar, const Euclid::SOM::SOM< DistFunc > &som, const unsigned int)
 
template<class Archive , typename DistFunc >
void boost::serialization::load (Archive &ar, Euclid::SOM::SOM< DistFunc > &som, const unsigned int)
 
template<class Archive , typename DistFunc >
void boost::serialization::serialize (Archive &ar, Euclid::SOM::SOM< DistFunc > &som, const unsigned int version)
 
template<class Archive , typename DistFunc >
void boost::serialization::save_construct_data (Archive &ar, const Euclid::SOM::SOM< DistFunc > *t, const unsigned int)
 
template<class Archive , typename DistFunc >
void boost::serialization::load_construct_data (Archive &ar, Euclid::SOM::SOM< DistFunc > *t, const unsigned int)