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,
55 const carto::AllocatorContext & context,
58 PlyReader<D, T> r( filename );
59 r.read( vol, context, options );
63 template<
long D,
typename T>
64 bool PlyFormat<D, T>::write(
const std::string & filename,
75 ascii = (
bool) aso->getScalar();
84 PlyWriter<D, T> r( filename, ascii );
87 catch( std::exception & e )
The class for EcatSino data write operation.
The template class to manage a mesh with time if needed.