public: \
DEFINE_STANDARD_ALLOC \
DEFINE_NCOLLECTION_ALLOC \
_Array2Type_ (theRowLow, theRowUpp, theColLow, theColUpp) {} \
const _Array2Type_::value_type& theValue) : \
_Array2Type_ (theRowLow, theRowUpp, theColLow, theColUpp) \
{ Init (theValue); } \
HClassName (const _Array2Type_& theOther) : _Array2Type_(theOther) {} \
const _Array2Type_& Array2 () const { return *this; } \
_Array2Type_& ChangeArray2 () { return *this; } \
}; \
int Standard_Integer
Definition: Standard_TypeDef.hxx:69
Abstract class which forms the root of the entire Transient class hierarchy.
Definition: Standard_Transient.hxx:31