#include <Plate_LinearXYZConstraint.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Plate_LinearXYZConstraint () |
| Standard_EXPORT | Plate_LinearXYZConstraint (const Plate_Array1OfPinpointConstraint &PPC, const TColStd_Array1OfReal &coeff) |
| Standard_EXPORT | Plate_LinearXYZConstraint (const Plate_Array1OfPinpointConstraint &PPC, const TColStd_Array2OfReal &coeff) |
| Standard_EXPORT | Plate_LinearXYZConstraint (const Standard_Integer ColLen, const Standard_Integer RowLen) |
| const Plate_Array1OfPinpointConstraint & | GetPPC () const |
| const TColStd_Array2OfReal & | Coeff () const |
| Standard_EXPORT void | SetPPC (const Standard_Integer Index, const Plate_PinpointConstraint &Value) |
| Sets the PinPointConstraint of index Index to Value raise if Index is greater than the length of PPC or the Row length of coeff or lower than 1 . | |
| Standard_EXPORT void | SetCoeff (const Standard_Integer Row, const Standard_Integer Col, const Standard_Real Value) |
| Sets the coeff of index (Row,Col) to Value raise if Row (respectively Col) is greater than the Row (respectively Column) length of coeff . | |
Private Attributes | |
| Handle_Plate_HArray1OfPinpointConstraint | myPPC |
| Handle_TColStd_HArray2OfReal | myCoef |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.1