|
Open CASCADE Technology 6.5.2
|
#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) |
| GeomLib_Array1OfMat (const Standard_Integer Low, const Standard_Integer Up) | |
| GeomLib_Array1OfMat (const gp_Mat &Item, const Standard_Integer Low, const Standard_Integer Up) | |
| void | Init (const gp_Mat &V) |
| void | Destroy () |
| ~GeomLib_Array1OfMat () | |
| Standard_Boolean | IsAllocated () const |
| 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) |
| GeomLib_Array1OfMat::GeomLib_Array1OfMat | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up | ||
| ) |
| GeomLib_Array1OfMat::GeomLib_Array1OfMat | ( | const gp_Mat & | Item, |
| const Standard_Integer | Low, | ||
| const Standard_Integer | Up | ||
| ) |
| GeomLib_Array1OfMat::~GeomLib_Array1OfMat | ( | ) | [inline] |
| const GeomLib_Array1OfMat& GeomLib_Array1OfMat::Assign | ( | const GeomLib_Array1OfMat & | Other | ) |
| gp_Mat& GeomLib_Array1OfMat::ChangeValue | ( | const Standard_Integer | Index | ) |
| void GeomLib_Array1OfMat::Destroy | ( | ) |
| void GeomLib_Array1OfMat::Init | ( | const gp_Mat & | V | ) |
| Standard_Boolean GeomLib_Array1OfMat::IsAllocated | ( | ) | const |
| Standard_Integer GeomLib_Array1OfMat::Length | ( | ) | const |
| Standard_Integer GeomLib_Array1OfMat::Lower | ( | ) | const |
| void GeomLib_Array1OfMat::operator delete | ( | void * | anAddress | ) | [inline] |
| void* GeomLib_Array1OfMat::operator new | ( | size_t | size | ) | [inline] |
| void* GeomLib_Array1OfMat::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| gp_Mat& GeomLib_Array1OfMat::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const gp_Mat& GeomLib_Array1OfMat::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const GeomLib_Array1OfMat& GeomLib_Array1OfMat::operator= | ( | const GeomLib_Array1OfMat & | Other | ) | [inline] |
| void GeomLib_Array1OfMat::SetValue | ( | const Standard_Integer | Index, |
| const gp_Mat & | Value | ||
| ) |
| Standard_Integer GeomLib_Array1OfMat::Upper | ( | ) | const |
| const gp_Mat& GeomLib_Array1OfMat::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4