All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::MixtureModelLinearStrategy::Parameters Class Reference

MixtureModel Parameters. More...

#include <MixtureModelLinearStrategy.h>

Inheritance diagram for te::rp::MixtureModelLinearStrategy::Parameters:
te::rp::StrategyParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Parametersoperator= (const Parameters &params)
 
 Parameters ()
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~Parameters ()
 

Detailed Description

Constructor & Destructor Documentation

te::rp::MixtureModelLinearStrategy::Parameters::Parameters ( )

Definition at line 45 of file MixtureModelLinearStrategy.cpp.

References reset().

te::rp::MixtureModelLinearStrategy::Parameters::~Parameters ( )

Definition at line 50 of file MixtureModelLinearStrategy.cpp.

Member Function Documentation

te::common::AbstractParameters * te::rp::MixtureModelLinearStrategy::Parameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

Definition at line 65 of file MixtureModelLinearStrategy.cpp.

const te::rp::MixtureModelLinearStrategy::Parameters & te::rp::MixtureModelLinearStrategy::Parameters::operator= ( const Parameters params)

Definition at line 54 of file MixtureModelLinearStrategy.cpp.

void te::rp::MixtureModelLinearStrategy::Parameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Definition at line 61 of file MixtureModelLinearStrategy.cpp.

Referenced by Parameters().


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