Public Member Functions
CIOData Class Reference

helper class to derive from for data that can be loaded and stored to a disk. More...

#include <mia/core/iodata.hh>

Inheritance diagram for CIOData:
C2DImageVector C2DIOVectorfield C2DStackDistanceTransform C3DDistance C3DImageVector C3DIOVectorfield C3DLandmarklist CDummyType CTriangleMesh Transformation< D, I > Transformation< C2DImage, C2DInterpolatorFactory > Transformation< C3DImage, C3DInterpolatorFactory >

Public Member Functions

const std::string & get_source_format () const
 
void set_source_format (const std::string &format)
 

Detailed Description

helper class to derive from for data that can be loaded and stored to a disk.

Interface halper class for all IO data classes - defines the get/set format functions.

Definition at line 36 of file iodata.hh.

Member Function Documentation

const std::string& CIOData::get_source_format ( ) const
Returns
the file format the data was loaded from
void CIOData::set_source_format ( const std::string &  format)

Set the file format, the data was loaded from

Parameters
format

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