svcore  1.9
ModelTransformer::Input Class Reference

#include <ModelTransformer.h>

Collaboration diagram for ModelTransformer::Input:

List of all members.

Public Member Functions

 Input (Model *m)
 Input (Model *m, int c)
ModelgetModel () const
void setModel (Model *m)
int getChannel () const
void setChannel (int c)

Protected Attributes

Modelm_model
int m_channel

Detailed Description

Definition at line 45 of file ModelTransformer.h.


Constructor & Destructor Documentation

Definition at line 47 of file ModelTransformer.h.

ModelTransformer::Input::Input ( Model m,
int  c 
) [inline]

Definition at line 48 of file ModelTransformer.h.


Member Function Documentation

void ModelTransformer::Input::setModel ( Model m) [inline]

Definition at line 51 of file ModelTransformer.h.

References m_model.

Referenced by ModelTransformerFactory::getConfigurationForTransform().

void ModelTransformer::Input::setChannel ( int  c) [inline]

Definition at line 54 of file ModelTransformer.h.

References m_channel.


Member Data Documentation

Definition at line 57 of file ModelTransformer.h.

Referenced by getModel(), and setModel().

Definition at line 58 of file ModelTransformer.h.

Referenced by getChannel(), and setChannel().


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