#include <GeomLib_Array1OfMat.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GeomLib_Array1OfMat (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | GeomLib_Array1OfMat (const gp_Mat &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const gp_Mat &V) |
Standard_EXPORT void | Destroy () |
~GeomLib_Array1OfMat () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const GeomLib_Array1OfMat & | Assign (const GeomLib_Array1OfMat &Other) |
const GeomLib_Array1OfMat & | operator= (const GeomLib_Array1OfMat &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const gp_Mat &Value) |
const gp_Mat & | Value (const Standard_Integer Index) const |
const gp_Mat & | operator() (const Standard_Integer Index) const |
gp_Mat & | ChangeValue (const Standard_Integer Index) |
gp_Mat & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | GeomLib_Array1OfMat (const GeomLib_Array1OfMat &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|