MvcCompositeViewport::SetModel

void MvcCompositeViewport::SetModel(MvcModel* pModel)

Sets the model that this viewport will observe

Defined in: MvcCompositeViewport.cpp

Return Value

void

Parameters

pModel

The model to observe

Comments

After the model is set, the CreateComponents function will be called from within this function.