Warning, file /include/opencascade/TopoDS.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _TopoDS_HeaderFile
0018 #define _TopoDS_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022
0023 class TopoDS_Vertex;
0024 class TopoDS_Shape;
0025 class TopoDS_Edge;
0026 class TopoDS_Wire;
0027 class TopoDS_Face;
0028 class TopoDS_Shell;
0029 class TopoDS_Solid;
0030 class TopoDS_CompSolid;
0031 class TopoDS_Compound;
0032 class TopoDS_Shape;
0033 class TopoDS_HShape;
0034 class TopoDS_TShape;
0035 class TopoDS_TVertex;
0036 class TopoDS_Vertex;
0037 class TopoDS_TEdge;
0038 class TopoDS_Edge;
0039 class TopoDS_TWire;
0040 class TopoDS_Wire;
0041 class TopoDS_TFace;
0042 class TopoDS_Face;
0043 class TopoDS_TShell;
0044 class TopoDS_Shell;
0045 class TopoDS_TSolid;
0046 class TopoDS_Solid;
0047 class TopoDS_TCompSolid;
0048 class TopoDS_CompSolid;
0049 class TopoDS_TCompound;
0050 class TopoDS_Compound;
0051 class TopoDS_Builder;
0052 class TopoDS_Iterator;
0053
0054
0055
0056
0057
0058
0059
0060 class TopoDS
0061 {
0062 public:
0063
0064 DEFINE_STANDARD_ALLOC
0065
0066
0067
0068
0069
0070
0071 static const TopoDS_Vertex& Vertex (const TopoDS_Shape& S);
0072 inline static TopoDS_Vertex& Vertex(TopoDS_Shape&);
0073
0074
0075
0076
0077 static const TopoDS_Edge& Edge (const TopoDS_Shape& S);
0078 inline static TopoDS_Edge& Edge(TopoDS_Shape&);
0079
0080
0081
0082
0083 static const TopoDS_Wire& Wire (const TopoDS_Shape& S);
0084 inline static TopoDS_Wire& Wire(TopoDS_Shape&);
0085
0086
0087
0088
0089 static const TopoDS_Face& Face (const TopoDS_Shape& S);
0090 inline static TopoDS_Face& Face(TopoDS_Shape&);
0091
0092
0093
0094
0095 static const TopoDS_Shell& Shell (const TopoDS_Shape& S);
0096 inline static TopoDS_Shell& Shell(TopoDS_Shape&);
0097
0098
0099
0100
0101 static const TopoDS_Solid& Solid (const TopoDS_Shape& S);
0102 inline static TopoDS_Solid& Solid(TopoDS_Shape&);
0103
0104
0105
0106
0107 static const TopoDS_CompSolid& CompSolid (const TopoDS_Shape& S);
0108 inline static TopoDS_CompSolid& CompSolid(TopoDS_Shape&);
0109
0110
0111
0112
0113 static const TopoDS_Compound& Compound (const TopoDS_Shape& S);
0114 inline static TopoDS_Compound& Compound(TopoDS_Shape&);
0115
0116 };
0117
0118 #include <TopoDS.lxx>
0119
0120 #endif