aimsdata 6.0.0
Neuroimaging data handling
aims::PlyFormat< D, T > Class Template Reference

#include <aims/io/plyformat.h>

Inheritance diagram for aims::PlyFormat< D, T >:
Collaboration diagram for aims::PlyFormat< D, T >:

Additional Inherited Members

- Public Member Functions inherited from aims::FileFormat< AimsTimeSurface< D, T > >
carto::GenericObjectread (const std::string &, const carto::AllocatorContext &, carto::Object)
 
virtual ~FileFormat ()
 
virtual bool read (const std::string &filename, T &obj, const carto::AllocatorContext &context, carto::Object options)=0
 
virtual T * read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options)
 Creates an object and reads it.
 
carto::GenericObjectread (const std::string &, const carto::AllocatorContext &, carto::Object)
 
virtual bool write (const std::string &, const T &, carto::Object options=carto::none())
 the base class has a default implementation which only returns false so if your new format only supports read operations, you won't have to bother about the write() function
 

Detailed Description

template<long D, typename T>
class aims::PlyFormat< D, T >

Definition at line 44 of file plyformat.h.


The documentation for this class was generated from the following files: