#include <GEOMImpl_IBlockTrsf.hxx>
Public Member Functions | |
| GEOMImpl_IBlockTrsf (Handle(GEOM_Function) theFunction) | |
| void | SetOriginal (Handle(GEOM_Function) theOriginal) |
| Handle (GEOM_Function) GetOriginal() | |
| void | SetFace1U (int theFaceId) |
| void | SetFace2U (int theFaceId) |
| void | SetFace1V (int theFaceId) |
| void | SetFace2V (int theFaceId) |
| void | SetNbIterU (int theNbIter) |
| void | SetNbIterV (int theNbIter) |
| void | SetOptimumNbFaces (int theNbFaces) |
| int | GetFace1U () |
| int | GetFace2U () |
| int | GetFace1V () |
| int | GetFace2V () |
| int | GetNbIterU () |
| int | GetNbIterV () |
| int | GetOptimumNbFaces () |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IBlockTrsf.GEOMImpl_IBlockTrsf | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IBlockTrsf.SetOriginal | ( | Handle(GEOM_Function) | theOriginal | ) |
References TRSF_ORIGIN.
| GEOMImpl_IBlockTrsf.Handle | ( | GEOM_Function | ) |
References TRSF_ORIGIN.
| void GEOMImpl_IBlockTrsf.SetFace1U | ( | int | theFaceId | ) |
References TRSF_FACE_1_U.
| void GEOMImpl_IBlockTrsf.SetFace2U | ( | int | theFaceId | ) |
References TRSF_FACE_2_U.
| void GEOMImpl_IBlockTrsf.SetFace1V | ( | int | theFaceId | ) |
References TRSF_FACE_1_V.
| void GEOMImpl_IBlockTrsf.SetFace2V | ( | int | theFaceId | ) |
References TRSF_FACE_2_V.
| void GEOMImpl_IBlockTrsf.SetNbIterU | ( | int | theNbIter | ) |
References TRSF_NBITER_U.
| void GEOMImpl_IBlockTrsf.SetNbIterV | ( | int | theNbIter | ) |
References TRSF_NBITER_V.
| void GEOMImpl_IBlockTrsf.SetOptimumNbFaces | ( | int | theNbFaces | ) |
References TRSF_NB_FACES.
| int GEOMImpl_IBlockTrsf.GetFace1U | ( | ) |
References TRSF_FACE_1_U.
| int GEOMImpl_IBlockTrsf.GetFace2U | ( | ) |
References TRSF_FACE_2_U.
| int GEOMImpl_IBlockTrsf.GetFace1V | ( | ) |
References TRSF_FACE_1_V.
| int GEOMImpl_IBlockTrsf.GetFace2V | ( | ) |
References TRSF_FACE_2_V.
| int GEOMImpl_IBlockTrsf.GetNbIterU | ( | ) |
References TRSF_NBITER_U.
| int GEOMImpl_IBlockTrsf.GetNbIterV | ( | ) |
References TRSF_NBITER_V.
| int GEOMImpl_IBlockTrsf.GetOptimumNbFaces | ( | ) |
References TRSF_NB_FACES.
| GEOMImpl_IBlockTrsf.Handle | ( | GEOM_Function | ) | [private] |