File indexing completed on 2026-09-21 09:19:03
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _TransferBRep_ShapeBinder_HeaderFile
0018 #define _TransferBRep_ShapeBinder_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <TransferBRep_BinderOfShape.hxx>
0024 #include <TopAbs_ShapeEnum.hxx>
0025 class TopoDS_Shape;
0026 class TopoDS_Vertex;
0027 class TopoDS_Edge;
0028 class TopoDS_Wire;
0029 class TopoDS_Face;
0030 class TopoDS_Shell;
0031 class TopoDS_Solid;
0032 class TopoDS_CompSolid;
0033 class TopoDS_Compound;
0034
0035
0036
0037 class TransferBRep_ShapeBinder : public TransferBRep_BinderOfShape
0038 {
0039
0040 public:
0041
0042 Standard_EXPORT TransferBRep_ShapeBinder();
0043
0044
0045 Standard_EXPORT TransferBRep_ShapeBinder(const TopoDS_Shape& res);
0046
0047
0048 Standard_EXPORT TopAbs_ShapeEnum ShapeType() const;
0049
0050 Standard_EXPORT TopoDS_Vertex Vertex() const;
0051
0052 Standard_EXPORT TopoDS_Edge Edge() const;
0053
0054 Standard_EXPORT TopoDS_Wire Wire() const;
0055
0056 Standard_EXPORT TopoDS_Face Face() const;
0057
0058 Standard_EXPORT TopoDS_Shell Shell() const;
0059
0060 Standard_EXPORT TopoDS_Solid Solid() const;
0061
0062 Standard_EXPORT TopoDS_CompSolid CompSolid() const;
0063
0064 Standard_EXPORT TopoDS_Compound Compound() const;
0065
0066 DEFINE_STANDARD_RTTIEXT(TransferBRep_ShapeBinder, TransferBRep_BinderOfShape)
0067 };
0068
0069 #endif