#include <MixtureFileReaderRaw.h>
List of all members.
Detailed Description
Convenient class used to read 1 mixture from a raw file A raw format is a non-standard format. You can create your own reader with a particular format by using this class as an example.
- Author:
- Frederic Wils frederic.wils@lia.univ-avignon.fr
- Version:
- 1.0
- Date:
- 2003
- Warning:
- Do not share files saved with this format. Use it as a temporary and personnal backup.
Definition at line 88 of file MixtureFileReaderRaw.h.
Constructor & Destructor Documentation
| alize::MixtureFileReaderRaw::MixtureFileReaderRaw |
( |
const FileName & |
f, |
|
|
const Config & |
c, |
|
|
BigEndian |
be = BIGENDIAN_AUTO |
|
) |
| [explicit] |
Initializes the reader. It needs a Config object to get the vectSize
- Parameters:
-
| f | the file to read |
| c | the configuration to use |
| be | big endian ? Can be BIGENDIAN_AUTO, BIGENDIAN_TRUE or BIGENDIAN_FALSE |
| virtual alize::MixtureFileReaderRaw::~MixtureFileReaderRaw |
( |
) |
[virtual] |
Member Function Documentation
Create a new reader. It needs a Config object to get the vectSize
- Parameters:
-
| f | the file to read |
| c | the configuration to use |
| be | big endian ? Can be BIGENDIAN_AUTO, BIGENDIAN_TRUE or BIGENDIAN_FALSE |
| virtual String alize::MixtureFileReaderRaw::getClassName |
( |
) |
const [virtual] |
Returns the name of the class
- Returns:
- the name of the class of the object as a String
Implements alize::Object.
| virtual const Mixture& alize::MixtureFileReaderRaw::readMixture |
( |
) |
[virtual] |
| virtual const MixtureGD& alize::MixtureFileReaderRaw::readMixtureGD |
( |
) |
[virtual] |
| virtual const MixtureGF& alize::MixtureFileReaderRaw::readMixtureGF |
( |
) |
[virtual] |
The documentation for this class was generated from the following file: