aimsdata  5.0.5
Neuroimaging data handling
aims::Vrml1Format Class Reference

#include <aims/io/baseFormats_mesh.h>

Inheritance diagram for aims::Vrml1Format:
Collaboration diagram for aims::Vrml1Format:

Public Member Functions

virtual ~Vrml1Format ()
 
virtual bool read (const std::string &filename, AimsTimeSurface< 3, Void > &obj, const carto::AllocatorContext &context, carto::Object options)
 
virtual bool write (const std::string &filename, const AimsTimeSurface< 3, Void > &vol, 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 More...
 
- Public Member Functions inherited from aims::FileFormat< AimsTimeSurface< 3, Void > >
virtual ~FileFormat ()
 
virtual AimsTimeSurface< 3, Void > * read (const std::string &filename, const carto::AllocatorContext &context, carto::Object options)
 Creates an object and reads it. More...
 
carto::GenericObjectread (const std::string &, const carto::AllocatorContext &, carto::Object)
 

Detailed Description

Definition at line 94 of file baseFormats_mesh.h.

Constructor & Destructor Documentation

◆ ~Vrml1Format()

virtual aims::Vrml1Format::~Vrml1Format ( )
virtual

Member Function Documentation

◆ read()

virtual bool aims::Vrml1Format::read ( const std::string &  filename,
AimsTimeSurface< 3, Void > &  obj,
const carto::AllocatorContext &  context,
carto::Object  options 
)
virtual

◆ write()

virtual bool aims::Vrml1Format::write ( const std::string &  ,
const AimsTimeSurface< 3, Void > &  ,
carto::Object  options = carto::none() 
)
virtual

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

Reimplemented from aims::FileFormat< AimsTimeSurface< 3, Void > >.


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