svcore  1.9
ModelTransformer::Input Class Reference

#include <ModelTransformer.h>

Collaboration diagram for ModelTransformer::Input:

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

◆ Input() [1/2]

ModelTransformer::Input::Input ( Model m)
inline

Definition at line 47 of file ModelTransformer.h.

◆ Input() [2/2]

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

Definition at line 48 of file ModelTransformer.h.

Member Function Documentation

◆ getModel()

◆ setModel()

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

Definition at line 51 of file ModelTransformer.h.

References m_model.

Referenced by ModelTransformerFactory::getConfigurationForTransform().

◆ getChannel()

int ModelTransformer::Input::getChannel ( ) const
inline

◆ setChannel()

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

Definition at line 54 of file ModelTransformer.h.

References m_channel.

Member Data Documentation

◆ m_model

Model* ModelTransformer::Input::m_model
protected

Definition at line 57 of file ModelTransformer.h.

Referenced by getModel(), and setModel().

◆ m_channel

int ModelTransformer::Input::m_channel
protected

Definition at line 58 of file ModelTransformer.h.

Referenced by getChannel(), and setChannel().


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