ModelTransformer::Input Class Reference

#include <ModelTransformer.h>

Public Member Functions

 Input (ModelId m)
 
 Input (ModelId m, int c)
 
ModelId getModel () const
 
void setModel (ModelId m)
 
int getChannel () const
 
void setChannel (int c)
 

Protected Attributes

ModelId m_model
 
int m_channel
 

Detailed Description

Definition at line 44 of file ModelTransformer.h.

Constructor & Destructor Documentation

ModelTransformer::Input::Input ( ModelId  m)
inline

Definition at line 46 of file ModelTransformer.h.

ModelTransformer::Input::Input ( ModelId  m,
int  c 
)
inline

Definition at line 47 of file ModelTransformer.h.

Member Function Documentation

ModelId ModelTransformer::Input::getModel ( ) const
inline
void ModelTransformer::Input::setModel ( ModelId  m)
inline

Definition at line 50 of file ModelTransformer.h.

References m_model.

int ModelTransformer::Input::getChannel ( ) const
inline
void ModelTransformer::Input::setChannel ( int  c)
inline

Definition at line 53 of file ModelTransformer.h.

References m_channel.

Member Data Documentation

ModelId ModelTransformer::Input::m_model
protected

Definition at line 56 of file ModelTransformer.h.

Referenced by getModel(), and setModel().

int ModelTransformer::Input::m_channel
protected

Definition at line 57 of file ModelTransformer.h.

Referenced by getChannel(), and setChannel().


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