0031682: Visualization - Prs3d_ShadingAspect::SetTransparency() has no effect with...
[occt.git] / src / StepAP214 / StepAP214_ExternalIdentificationItem.hxx
CommitLineData
42cf5bc1 1// Created on: 2000-05-10
2// Created by: Andrey BETENEV
3// Copyright (c) 2000-2014 OPEN CASCADE SAS
4//
5// This file is part of Open CASCADE Technology software library.
6//
7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
12//
13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
15
16#ifndef _StepAP214_ExternalIdentificationItem_HeaderFile
17#define _StepAP214_ExternalIdentificationItem_HeaderFile
18
19#include <Standard.hxx>
20#include <Standard_DefineAlloc.hxx>
21#include <Standard_Handle.hxx>
22
23#include <StepData_SelectType.hxx>
24#include <Standard_Integer.hxx>
25class Standard_Transient;
26class StepBasic_DocumentFile;
d658f275 27class StepAP214_AppliedOrganizationAssignment;
28class StepAP214_AppliedPersonAndOrganizationAssignment;
42cf5bc1 29class StepAP214_ExternallyDefinedClass;
30class StepAP214_ExternallyDefinedGeneralProperty;
d658f275 31class StepBasic_Approval;
32class StepBasic_ApprovalStatus;
33class StepBasic_ExternalSource;
34class StepBasic_OrganizationalAddress;
42cf5bc1 35class StepBasic_ProductDefinition;
d658f275 36class StepBasic_SecurityClassification;
37class StepBasic_VersionedActionRequest;
38class StepGeom_TrimmedCurve;
39class StepBasic_DateAndTimeAssignment;
40class StepBasic_DateAssignment;
42cf5bc1 41
42//! Representation of STEP SELECT type ExternalIdentificationItem
43class StepAP214_ExternalIdentificationItem : public StepData_SelectType
44{
45public:
46
47 DEFINE_STANDARD_ALLOC
48
49
50 //! Empty constructor
51 Standard_EXPORT StepAP214_ExternalIdentificationItem();
52
53 //! Recognizes a kind of ExternalIdentificationItem select type
54 //! 1 -> DocumentFile from StepBasic
55 //! 2 -> ExternallyDefinedClass from StepAP214
56 //! 3 -> ExternallyDefinedGeneralProperty from StepAP214
57 //! 4 -> ProductDefinition from StepBasic
d658f275 58 //! 5 -> AppliedOrganizationAssignment from AP214
59 //! 6 -> AppliedPersonAndOrganizationAssignment from AP214
60 //! 7 -> Approval from StepBasic
61 //! 8 -> ApprovalStatus from StepBasic
62 //! 9 -> ExternalSource from StepBasic
63 //! 10 -> OrganizationalAddress from StepBasic
64 //! 11 -> SecurityClassification from StepBasic
65 //! 12 -> TrimmedCurve from StepGeom
66 //! 13 -> VersionedActionRequest from StepBasic
67 //! 14 -> DateAndTimeAssignment from StepBasic
68 //! 15 -> DateAssignment from StepBasic
42cf5bc1 69 //! 0 else
70 Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
71
72 //! Returns Value as DocumentFile (or Null if another type)
73 Standard_EXPORT Handle(StepBasic_DocumentFile) DocumentFile() const;
74
75 //! Returns Value as ExternallyDefinedClass (or Null if another type)
76 Standard_EXPORT Handle(StepAP214_ExternallyDefinedClass) ExternallyDefinedClass() const;
77
78 //! Returns Value as ExternallyDefinedGeneralProperty (or Null if another type)
79 Standard_EXPORT Handle(StepAP214_ExternallyDefinedGeneralProperty) ExternallyDefinedGeneralProperty() const;
80
81 //! Returns Value as ProductDefinition (or Null if another type)
82 Standard_EXPORT Handle(StepBasic_ProductDefinition) ProductDefinition() const;
83
d658f275 84 //! Returns Value as AppliedOrganizationAssignment (or Null if another type)
85 Standard_EXPORT Handle(StepAP214_AppliedOrganizationAssignment) AppliedOrganizationAssignment() const;
86
87 //! Returns Value as AppliedPersonAndOrganizationAssignment (or Null if another type)
88 Standard_EXPORT Handle(StepAP214_AppliedPersonAndOrganizationAssignment) AppliedPersonAndOrganizationAssignment() const;
89
90 //! Returns Value as Approval (or Null if another type)
91 Standard_EXPORT Handle(StepBasic_Approval) Approval() const;
92
93 //! Returns Value as ApprovalStatus (or Null if another type)
94 Standard_EXPORT Handle(StepBasic_ApprovalStatus) ApprovalStatus() const;
95
96 //! Returns Value as ExternalSource (or Null if another type)
97 Standard_EXPORT Handle(StepBasic_ExternalSource) ExternalSource() const;
98
99 //! Returns Value as OrganizationalAddress (or Null if another type)
100 Standard_EXPORT Handle(StepBasic_OrganizationalAddress) OrganizationalAddress() const;
101
102 //! Returns Value as SecurityClassification (or Null if another type)
103 Standard_EXPORT Handle(StepBasic_SecurityClassification) SecurityClassification() const;
104
105 //! Returns Value as TrimmedCurve (or Null if another type)
106 Standard_EXPORT Handle(StepGeom_TrimmedCurve) TrimmedCurve() const;
107
108 //! Returns Value as VersionedActionRequest (or Null if another type)
109 Standard_EXPORT Handle(StepBasic_VersionedActionRequest) VersionedActionRequest() const;
42cf5bc1 110
d658f275 111 //! Returns Value as DateAndTimeAssignment (or Null if another type)
112 Standard_EXPORT Handle(StepBasic_DateAndTimeAssignment) DateAndTimeAssignment() const;
42cf5bc1 113
d658f275 114 //! Returns Value as DateAssignment (or Null if another type)
115 Standard_EXPORT Handle(StepBasic_DateAssignment) DateAssignment() const;
42cf5bc1 116
117protected:
118
119
120
121
122
123private:
124
125
126
127
128
129};
130
131
132
133
134
135
136
137#endif // _StepAP214_ExternalIdentificationItem_HeaderFile