File: StepAP214_ApprovalItem.hxx

package info (click to toggle)
oce 0.18.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 301,548 kB
  • sloc: cpp: 1,190,609; ansic: 67,225; sh: 11,630; tcl: 7,954; cs: 5,221; python: 2,867; java: 1,522; makefile: 342; xml: 292; perl: 37
file content (129 lines) | stat: -rw-r--r-- 4,710 bytes parent folder | download | duplicates (5)
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
// 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_ApprovalItem_HeaderFile
#define _StepAP214_ApprovalItem_HeaderFile

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>

#include <StepData_SelectType.hxx>
#include <Standard_Integer.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Handle_StepRepr_AssemblyComponentUsageSubstitute.hxx>
#include <Handle_StepBasic_DocumentFile.hxx>
#include <Handle_StepRepr_MaterialDesignation.hxx>
#include <Handle_StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx>
#include <Handle_StepVisual_PresentationArea.hxx>
#include <Handle_StepBasic_Product.hxx>
#include <Handle_StepBasic_ProductDefinition.hxx>
#include <Handle_StepBasic_ProductDefinitionFormation.hxx>
#include <Handle_StepBasic_ProductDefinitionRelationship.hxx>
#include <Handle_StepRepr_PropertyDefinition.hxx>
#include <Handle_StepShape_ShapeRepresentation.hxx>
#include <Handle_StepBasic_SecurityClassification.hxx>
class Standard_Transient;
class StepRepr_AssemblyComponentUsageSubstitute;
class StepBasic_DocumentFile;
class StepRepr_MaterialDesignation;
class StepVisual_MechanicalDesignGeometricPresentationRepresentation;
class StepVisual_PresentationArea;
class StepBasic_Product;
class StepBasic_ProductDefinition;
class StepBasic_ProductDefinitionFormation;
class StepBasic_ProductDefinitionRelationship;
class StepRepr_PropertyDefinition;
class StepShape_ShapeRepresentation;
class StepBasic_SecurityClassification;



class StepAP214_ApprovalItem  : public StepData_SelectType
{
public:

  DEFINE_STANDARD_ALLOC

  
  //! Returns a ApprovalItem SelectType
  Standard_EXPORT StepAP214_ApprovalItem();
  
  //! Recognizes a ApprovalItem Kind Entity that is :
  //! 1 -> AssemblyComponentUsageSubstitute
  //! 2 -> DocumentFile
  //! 3 -> MaterialDesignation
  //! 4 -> MechanicalDesignGeometricPresentationRepresentation
  //! 5 -> PresentationArea
  //! 6 -> Product
  //! 7 -> ProductDefinition
  //! 8 -> ProductDefinitionFormation
  //! 9 -> ProductDefinitionRelationship
  //! 10 -> PropertyDefinition
  //! 11 -> ShapeRepresentation
  //! 12 -> SecurityClassification
  //! 0 else
  Standard_EXPORT virtual   Standard_Integer CaseNum (const Handle(Standard_Transient)& ent)  const;
  
  //! returns Value as a AssemblyComponentUsageSubstitute (Null if another type)
  Standard_EXPORT virtual   Handle(StepRepr_AssemblyComponentUsageSubstitute) AssemblyComponentUsageSubstitute()  const;
  
  //! returns Value as a DocumentFile (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_DocumentFile) DocumentFile()  const;
  
  //! returns Value as a MaterialDesignation (Null if another type)
  Standard_EXPORT virtual   Handle(StepRepr_MaterialDesignation) MaterialDesignation()  const;
  
  //! returns Value as a MechanicalDesignGeometricPresentationRepresentation (Null if another type)
  Standard_EXPORT virtual   Handle(StepVisual_MechanicalDesignGeometricPresentationRepresentation) MechanicalDesignGeometricPresentationRepresentation()  const;
  
  //! returns Value as a PresentationArea (Null if another type)
  Standard_EXPORT virtual   Handle(StepVisual_PresentationArea) PresentationArea()  const;
  
  //! returns Value as a Product (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_Product) Product()  const;
  
  //! returns Value as a ProductDefinition (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_ProductDefinition) ProductDefinition()  const;
  
  //! returns Value as a ProductDefinitionFormation (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_ProductDefinitionFormation) ProductDefinitionFormation()  const;
  
  //! returns Value as aProductDefinitionRelationship (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_ProductDefinitionRelationship) ProductDefinitionRelationship()  const;
  
  //! returns Value as a PropertyDefinition (Null if another type)
  Standard_EXPORT virtual   Handle(StepRepr_PropertyDefinition) PropertyDefinition()  const;
  
  //! returns Value as a ShapeRepresentation  (Null if another type)
  Standard_EXPORT virtual   Handle(StepShape_ShapeRepresentation) ShapeRepresentation()  const;
  
  //! returns Value as a SecurityClassification (Null if another type)
  Standard_EXPORT virtual   Handle(StepBasic_SecurityClassification) SecurityClassification()  const;




protected:





private:





};







#endif // _StepAP214_ApprovalItem_HeaderFile