37 #ifndef AIMS_IO_BASEFORMATS_MESH_D_H 
   38 #define AIMS_IO_BASEFORMATS_MESH_D_H 
   53   template<
int D, 
typename T>
 
   59   template<
int D, 
class T>
 
   62                               const carto::AllocatorContext & , 
 
   66     options->getProperty( 
"frame", frame );
 
   72   template<
int D, 
class T> 
bool  
   84           ascii = (bool) aso->getScalar();
 
  123   template<
int D, 
typename T>
 
  129   template<
int D, 
typename T>
 
  132                            const carto::AllocatorContext & context,
 
  136     r.
read( obj, context, options );
 
  140   template<
int D, 
typename T>
 
  146     r.
write( obj, options );
 
The template class to manage a mesh with time if needed.
Mesh format readers for mesh objects.
void read(AimsTimeSurface< D, T > &thing, int frame=-1)
Mesh format writer for mesh objects.
void write(const AimsTimeSurface< D, T > &thing)
POV (http://www.povray.org) format writer for mesh objects.
void write(const AimsTimeSurface< D, T > &thing)
void read(AimsTimeSurface< D, T > &thing, const carto::AllocatorContext &context, carto::Object options)
void write(const AimsTimeSurface< D, T > &thing, carto::Object options=carto::none())
The class for EcatSino data write operation.