|
Open CASCADE Technology 6.5.2
|
An ItemLocation is an elementary coordinate system
in a Location.
The ItemLocation contains :
* The elementary Datum.
* The exponent of the elementary Datum.
* The transformation associated to the composition.
#include <TopLoc_ItemLocation.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopLoc_ItemLocation (const Handle< TopLoc_Datum3D > &D, const Standard_Integer P, const Standard_Boolean fromTrsf=Standard_False) | |
| Sets the elementary Datum to <D> Sets the exponent to. | |
| TopLoc_ItemLocation (const TopLoc_ItemLocation &anOther) | |
| TopLoc_ItemLocation & | Assign (const TopLoc_ItemLocation &anOther) |
| TopLoc_ItemLocation & | operator= (const TopLoc_ItemLocation &anOther) |
| void | Destroy () |
| ~TopLoc_ItemLocation () | |
| TopLoc_ItemLocation::TopLoc_ItemLocation | ( | const Handle< TopLoc_Datum3D > & | D, |
| const Standard_Integer | P, | ||
| const Standard_Boolean | fromTrsf = Standard_False |
||
| ) |
| TopLoc_ItemLocation::TopLoc_ItemLocation | ( | const TopLoc_ItemLocation & | anOther | ) |
| TopLoc_ItemLocation::~TopLoc_ItemLocation | ( | ) | [inline] |
| TopLoc_ItemLocation& TopLoc_ItemLocation::Assign | ( | const TopLoc_ItemLocation & | anOther | ) |
| void TopLoc_ItemLocation::Destroy | ( | ) |
| void TopLoc_ItemLocation::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TopLoc_ItemLocation::operator new | ( | size_t | size | ) | [inline] |
| void* TopLoc_ItemLocation::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| TopLoc_ItemLocation& TopLoc_ItemLocation::operator= | ( | const TopLoc_ItemLocation & | anOther | ) | [inline] |
1.7.4