Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-13 09:17:50

0001 // Created on: 2000-05-10
0002 // Created by: Andrey BETENEV
0003 // Copyright (c) 2000-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _StepAP214_ExternalIdentificationItem_HeaderFile
0017 #define _StepAP214_ExternalIdentificationItem_HeaderFile
0018 
0019 #include <Standard.hxx>
0020 #include <Standard_DefineAlloc.hxx>
0021 #include <Standard_Handle.hxx>
0022 
0023 #include <StepData_SelectType.hxx>
0024 #include <Standard_Integer.hxx>
0025 class Standard_Transient;
0026 class StepBasic_DocumentFile;
0027 class StepAP214_AppliedOrganizationAssignment;
0028 class StepAP214_AppliedPersonAndOrganizationAssignment;
0029 class StepAP214_ExternallyDefinedClass;
0030 class StepAP214_ExternallyDefinedGeneralProperty;
0031 class StepBasic_Approval;
0032 class StepBasic_ApprovalStatus;
0033 class StepBasic_ExternalSource;
0034 class StepBasic_OrganizationalAddress;
0035 class StepBasic_ProductDefinition;
0036 class StepBasic_SecurityClassification;
0037 class StepBasic_VersionedActionRequest;
0038 class StepGeom_TrimmedCurve;
0039 class StepBasic_DateAndTimeAssignment;
0040 class StepBasic_DateAssignment;
0041 
0042 //! Representation of STEP SELECT type ExternalIdentificationItem
0043 class StepAP214_ExternalIdentificationItem : public StepData_SelectType
0044 {
0045 public:
0046   DEFINE_STANDARD_ALLOC
0047 
0048   //! Empty constructor
0049   Standard_EXPORT StepAP214_ExternalIdentificationItem();
0050 
0051   //! Recognizes a kind of ExternalIdentificationItem select type
0052   //! 1 -> DocumentFile from StepBasic
0053   //! 2 -> ExternallyDefinedClass from StepAP214
0054   //! 3 -> ExternallyDefinedGeneralProperty from StepAP214
0055   //! 4 -> ProductDefinition from StepBasic
0056   //! 5 -> AppliedOrganizationAssignment from AP214
0057   //! 6 -> AppliedPersonAndOrganizationAssignment from AP214
0058   //! 7 -> Approval from StepBasic
0059   //! 8 -> ApprovalStatus from StepBasic
0060   //! 9 -> ExternalSource from StepBasic
0061   //! 10 -> OrganizationalAddress from StepBasic
0062   //! 11 -> SecurityClassification from StepBasic
0063   //! 12 -> TrimmedCurve from StepGeom
0064   //! 13 -> VersionedActionRequest from StepBasic
0065   //! 14 -> DateAndTimeAssignment from StepBasic
0066   //! 15 -> DateAssignment from StepBasic
0067   //! 0 else
0068   Standard_EXPORT int CaseNum(const occ::handle<Standard_Transient>& ent) const override;
0069 
0070   //! Returns Value as DocumentFile (or Null if another type)
0071   Standard_EXPORT occ::handle<StepBasic_DocumentFile> DocumentFile() const;
0072 
0073   //! Returns Value as ExternallyDefinedClass (or Null if another type)
0074   Standard_EXPORT occ::handle<StepAP214_ExternallyDefinedClass> ExternallyDefinedClass() const;
0075 
0076   //! Returns Value as ExternallyDefinedGeneralProperty (or Null if another type)
0077   Standard_EXPORT occ::handle<StepAP214_ExternallyDefinedGeneralProperty>
0078                   ExternallyDefinedGeneralProperty() const;
0079 
0080   //! Returns Value as ProductDefinition (or Null if another type)
0081   Standard_EXPORT occ::handle<StepBasic_ProductDefinition> ProductDefinition() const;
0082 
0083   //! Returns Value as AppliedOrganizationAssignment (or Null if another type)
0084   Standard_EXPORT occ::handle<StepAP214_AppliedOrganizationAssignment>
0085                   AppliedOrganizationAssignment() const;
0086 
0087   //! Returns Value as AppliedPersonAndOrganizationAssignment (or Null if another type)
0088   Standard_EXPORT occ::handle<StepAP214_AppliedPersonAndOrganizationAssignment>
0089                   AppliedPersonAndOrganizationAssignment() const;
0090 
0091   //! Returns Value as Approval (or Null if another type)
0092   Standard_EXPORT occ::handle<StepBasic_Approval> Approval() const;
0093 
0094   //! Returns Value as ApprovalStatus (or Null if another type)
0095   Standard_EXPORT occ::handle<StepBasic_ApprovalStatus> ApprovalStatus() const;
0096 
0097   //! Returns Value as ExternalSource (or Null if another type)
0098   Standard_EXPORT occ::handle<StepBasic_ExternalSource> ExternalSource() const;
0099 
0100   //! Returns Value as OrganizationalAddress (or Null if another type)
0101   Standard_EXPORT occ::handle<StepBasic_OrganizationalAddress> OrganizationalAddress() const;
0102 
0103   //! Returns Value as SecurityClassification (or Null if another type)
0104   Standard_EXPORT occ::handle<StepBasic_SecurityClassification> SecurityClassification() const;
0105 
0106   //! Returns Value as TrimmedCurve (or Null if another type)
0107   Standard_EXPORT occ::handle<StepGeom_TrimmedCurve> TrimmedCurve() const;
0108 
0109   //! Returns Value as VersionedActionRequest (or Null if another type)
0110   Standard_EXPORT occ::handle<StepBasic_VersionedActionRequest> VersionedActionRequest() const;
0111 
0112   //! Returns Value as DateAndTimeAssignment (or Null if another type)
0113   Standard_EXPORT occ::handle<StepBasic_DateAndTimeAssignment> DateAndTimeAssignment() const;
0114 
0115   //! Returns Value as DateAssignment (or Null if another type)
0116   Standard_EXPORT occ::handle<StepBasic_DateAssignment> DateAssignment() const;
0117 };
0118 
0119 #endif // _StepAP214_ExternalIdentificationItem_HeaderFile