Model Block

Declaration

Private Method

Block* Block(long index) const

Description

Block() is a method that returns a pointer to a Block object. The index specifies which Block in the Model object’s model list is returned.

Remarks

The returned pointer should not be deallocated. It points into the Model’s internal memory structure.