|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | AdvApp2Var_Node () |
| Standard_EXPORT | AdvApp2Var_Node (const Standard_Integer iu, const Standard_Integer iv) |
| Standard_EXPORT | AdvApp2Var_Node (const gp_XY &UV, const Standard_Integer iu, const Standard_Integer iv) |
| Standard_EXPORT gp_XY | Coord () const |
| Standard_EXPORT void | SetCoord (const Standard_Real x1, const Standard_Real x2) |
| Standard_EXPORT Standard_Integer | UOrder () const |
| Standard_EXPORT Standard_Integer | VOrder () const |
| Standard_EXPORT void | SetPoint (const Standard_Integer iu, const Standard_Integer iv, const gp_Pnt &Cte) |
| Standard_EXPORT gp_Pnt | Point (const Standard_Integer iu, const Standard_Integer iv) const |
| Standard_EXPORT void | SetError (const Standard_Integer iu, const Standard_Integer iv, const Standard_Real error) |
| Standard_EXPORT Standard_Real | Error (const Standard_Integer iu, const Standard_Integer iv) const |
Private Member Functions |
| Standard_EXPORT | AdvApp2Var_Node (const AdvApp2Var_Node &Other) |
Private Attributes |
| gp_XY | myCoord |
| Standard_Integer | myOrdInU |
| Standard_Integer | myOrdInV |
| Handle_TColgp_HArray2OfPnt | myTruePoints |
| Handle_TColStd_HArray2OfReal | myErrors |