GetParamDim Class Reference
 
 
 
GetParamDim Class Reference

#include <iparamb.h>

Inheritance diagram for GetParamDim:
MaxHeapOperators

Class Description

See also:
Class ParamDimension.
Description:
This class is used to store a parameter dimension. When a client of a parameter block receives the REFMSG_GET_PARAM_DIM message, the PartID (PartID) field is set to point at one of these structures. The client should set dim to point at its dim descriptor.
Data Members:
ParamDimension *dim;

Assign the dimension to this variable.

int index;

Index of the parameter in the parameter block.

Public Member Functions

  GetParamDim (int i)

Public Attributes

ParamDimension dim
int  index

Constructor & Destructor Documentation

GetParamDim ( int  i ) [inline]
Remarks:
Constructor.
{index=i;dim=NULL;}

Member Data Documentation