34#ifndef AIMS_IO_PLYFORMAT_D_H
35#define AIMS_IO_PLYFORMAT_D_H
52 template<
long D,
typename T>
53 bool PlyFormat<D, T>::read(
const std::string & filename,
54 AimsTimeSurface<D,T> & vol,
55 const carto::AllocatorContext & context,
56 carto::Object options )
59 r.read( vol, context, options );
63 template<
long D,
typename T>
64 bool PlyFormat<D, T>::write(
const std::string & filename,
65 const AimsTimeSurface<D,T> & vol,
66 carto::Object options )
73 carto::Object aso = options->getProperty(
"ascii" );
75 ascii = (bool) aso->getScalar();
87 catch( std::exception & e )
The class for EcatSino data write operation.