#include <MixtureFileWriter.h>
List of all members.
Detailed Description
Convenient class used to save 1 mixture in a raw or xml file
- Author:
- Frederic Wils frederic.wils@lia.univ-avignon.fr
- Version:
- 1.0
- Date:
- 2003
Definition at line 83 of file MixtureFileWriter.h.
Constructor & Destructor Documentation
| alize::MixtureFileWriter::MixtureFileWriter |
( |
const FileName & |
f, |
|
|
const Config & |
c |
|
) |
| [explicit] |
Create a new MixtureFileWriter object to save a mixture in a file
- Parameters:
-
| f | the name of the file |
| c | the configuration to use |
| virtual alize::MixtureFileWriter::~MixtureFileWriter |
( |
) |
[virtual] |
Member Function Documentation
| virtual String alize::MixtureFileWriter::getClassName |
( |
) |
const [virtual] |
Returns the name of the class
- Returns:
- the name of the class of the object as a String
Reimplemented from alize::FileWriter.
| String alize::MixtureFileWriter::getFullFileName |
( |
const Config & |
, |
|
|
const FileName & |
|
|
) |
| const [private] |
| bool alize::MixtureFileWriter::operator!= |
( |
const MixtureFileWriter & |
) |
const [private] |
| bool alize::MixtureFileWriter::operator== |
( |
const MixtureFileWriter & |
) |
const [private] |
| virtual void alize::MixtureFileWriter::writeMixture |
( |
const Mixture & |
mixture ) |
[virtual] |
Write a mixture to the file
- Parameters:
-
| mixture | the mixture to save |
- Exceptions:
-
| void alize::MixtureFileWriter::writeMixtureGD_ETAT |
( |
const MixtureGD & |
) |
[private] |
| void alize::MixtureFileWriter::writeMixtureGD_RAW |
( |
const MixtureGD & |
) |
[private] |
| void alize::MixtureFileWriter::writeMixtureGD_XML |
( |
const MixtureGD & |
) |
[private] |
| void alize::MixtureFileWriter::writeMixtureGF_RAW |
( |
const MixtureGF & |
) |
[private] |
| void alize::MixtureFileWriter::writeMixtureGF_XML |
( |
const MixtureGF & |
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file: