$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Cloud

Functions

template<typename P >
void mln::io::cloud::load (p_array< P > &arr, const std::string &filename)
template<typename P >
void mln::io::cloud::save (const p_array< P > &arr, const std::string &filename)

Detailed Description

Cloud I/O routines.

Function Documentation

template<typename P >
void mln::io::cloud::load ( p_array< P > &  arr,
const std::string &  filename 
)

Load a cloud of points.

Parameters
[in,out]arrthe site set where to load the data.
[in]filenamefile to load.
template<typename P >
void mln::io::cloud::save ( const p_array< P > &  arr,
const std::string &  filename 
)

Load a cloud of points.

Parameters
[in]arrthe cloud of points to save.
[in]filenamethe destination.