summaryrefslogtreecommitdiff
path: root/inc/StepAP214_AutoDesignGroupedItem.hxx
blob: e721482680322e78b700f76fc6731c3e8b866b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _StepAP214_AutoDesignGroupedItem_HeaderFile
#define _StepAP214_AutoDesignGroupedItem_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _StepData_SelectType_HeaderFile
#include <StepData_SelectType.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_Standard_Transient_HeaderFile
#include <Handle_Standard_Transient.hxx>
#endif
#ifndef _Handle_StepShape_AdvancedBrepShapeRepresentation_HeaderFile
#include <Handle_StepShape_AdvancedBrepShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepShape_CsgShapeRepresentation_HeaderFile
#include <Handle_StepShape_CsgShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepShape_FacetedBrepShapeRepresentation_HeaderFile
#include <Handle_StepShape_FacetedBrepShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepShape_GeometricallyBoundedSurfaceShapeRepresentation_HeaderFile
#include <Handle_StepShape_GeometricallyBoundedSurfaceShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepShape_GeometricallyBoundedWireframeShapeRepresentation_HeaderFile
#include <Handle_StepShape_GeometricallyBoundedWireframeShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepShape_ManifoldSurfaceShapeRepresentation_HeaderFile
#include <Handle_StepShape_ManifoldSurfaceShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepRepr_Representation_HeaderFile
#include <Handle_StepRepr_Representation.hxx>
#endif
#ifndef _Handle_StepRepr_RepresentationItem_HeaderFile
#include <Handle_StepRepr_RepresentationItem.hxx>
#endif
#ifndef _Handle_StepRepr_ShapeAspect_HeaderFile
#include <Handle_StepRepr_ShapeAspect.hxx>
#endif
#ifndef _Handle_StepShape_ShapeRepresentation_HeaderFile
#include <Handle_StepShape_ShapeRepresentation.hxx>
#endif
#ifndef _Handle_StepVisual_TemplateInstance_HeaderFile
#include <Handle_StepVisual_TemplateInstance.hxx>
#endif
class Standard_Transient;
class StepShape_AdvancedBrepShapeRepresentation;
class StepShape_CsgShapeRepresentation;
class StepShape_FacetedBrepShapeRepresentation;
class StepShape_GeometricallyBoundedSurfaceShapeRepresentation;
class StepShape_GeometricallyBoundedWireframeShapeRepresentation;
class StepShape_ManifoldSurfaceShapeRepresentation;
class StepRepr_Representation;
class StepRepr_RepresentationItem;
class StepRepr_ShapeAspect;
class StepShape_ShapeRepresentation;
class StepVisual_TemplateInstance;



class StepAP214_AutoDesignGroupedItem  : public StepData_SelectType {
public:

  void* operator new(size_t,void* anAddress) 
  {
    return anAddress;
  }
  void* operator new(size_t size) 
  {
    return Standard::Allocate(size); 
  }
  void  operator delete(void *anAddress) 
  {
    if (anAddress) Standard::Free((Standard_Address&)anAddress); 
  }

  //! Returns a AutoDesignGroupedItem SelectType <br>
  Standard_EXPORT   StepAP214_AutoDesignGroupedItem();
  //! Recognizes a AutoDesignGroupedItem Kind Entity that is : <br>
//!        1 -> AdvancedBrepShapeRepresentation <br>
//!        2 -> CsgShapeRepresentation <br>
//!        3 -> FacetedBrepShapeRepresentation <br>
//!        4 -> GeometricallyBoundedSurfaceShapeRepresentation <br>
//!        5 -> GeometricallyBoundedWireframeShapeRepresentation <br>
//!        6 -> ManifoldSurfaceShapeRepresentation <br>
//!        7 -> Representation <br>
//!        8 -> RepresentationItem <br>
//!        9 -> ShapeAspect <br>
//!        10 -> ShapeRepresentation <br>
//!        11 -> TemplateInstance <br>
//!        0 else <br>
  Standard_EXPORT     Standard_Integer CaseNum(const Handle(Standard_Transient)& ent) const;
  //! returns Value as a AdvancedBrepShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_AdvancedBrepShapeRepresentation AdvancedBrepShapeRepresentation() const;
  //! returns Value as a CsgShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_CsgShapeRepresentation CsgShapeRepresentation() const;
  //! returns Value as a FacetedBrepShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_FacetedBrepShapeRepresentation FacetedBrepShapeRepresentation() const;
  //! returns Value as a GeometricallyBoundedSurfaceShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_GeometricallyBoundedSurfaceShapeRepresentation GeometricallyBoundedSurfaceShapeRepresentation() const;
  //! returns Value as a GeometricallyBoundedWireframeShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_GeometricallyBoundedWireframeShapeRepresentation GeometricallyBoundedWireframeShapeRepresentation() const;
  //! returns Value as a ManifoldSurfaceShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_ManifoldSurfaceShapeRepresentation ManifoldSurfaceShapeRepresentation() const;
  //! returns Value as a Representation (Null if another type) <br>
  Standard_EXPORT     Handle_StepRepr_Representation Representation() const;
  //! returns Value as a RepresentationItem (Null if another type) <br>
  Standard_EXPORT     Handle_StepRepr_RepresentationItem RepresentationItem() const;
  //! returns Value as a ShapeAspect (Null if another type) <br>
  Standard_EXPORT     Handle_StepRepr_ShapeAspect ShapeAspect() const;
  //! returns Value as a ShapeRepresentation (Null if another type) <br>
  Standard_EXPORT     Handle_StepShape_ShapeRepresentation ShapeRepresentation() const;
  //! returns Value as a TemplateInstance (Null if another type) <br>
  Standard_EXPORT     Handle_StepVisual_TemplateInstance TemplateInstance() const;





protected:





private:





};





// other Inline functions and methods (like "C++: function call" methods)


#endif