Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/StepAP214_AutoDesignDateAndPersonItem.hxx was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Created on: 1995-12-01
0002 // Created by: EXPRESS->CDL V0.2 Translator
0003 // Copyright (c) 1995-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _StepAP214_AutoDesignDateAndPersonItem_HeaderFile
0018 #define _StepAP214_AutoDesignDateAndPersonItem_HeaderFile
0019 
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023 
0024 #include <StepData_SelectType.hxx>
0025 #include <Standard_Integer.hxx>
0026 class Standard_Transient;
0027 class StepAP214_AutoDesignOrganizationAssignment;
0028 class StepBasic_Product;
0029 class StepBasic_ProductDefinition;
0030 class StepBasic_ProductDefinitionFormation;
0031 class StepRepr_Representation;
0032 class StepAP214_AutoDesignDocumentReference;
0033 class StepRepr_ExternallyDefinedRepresentation;
0034 class StepBasic_ProductDefinitionRelationship;
0035 class StepBasic_ProductDefinitionWithAssociatedDocuments;
0036 
0037 class StepAP214_AutoDesignDateAndPersonItem : public StepData_SelectType
0038 {
0039 public:
0040   DEFINE_STANDARD_ALLOC
0041 
0042   //! Returns a AutoDesignDateAndPersonItem SelectType
0043   Standard_EXPORT StepAP214_AutoDesignDateAndPersonItem();
0044 
0045   //! Recognizes a AutoDesignDateAndPersonItem Kind Entity that is :
0046   //! 1     AutoDesignOrganizationAssignment from StepAP214,
0047   //! 2     Product from StepBasic,
0048   //! 3     ProductDefinition from StepBasic,
0049   //! 4     ProductDefinitionFormation from StepBasic,
0050   //! 5     Representation from StepRepr,
0051   //! 6     AutoDesignDocumentReference from StepAP214,
0052   //! 7     ExternallyDefinedRepresentation from StepRepr,
0053   //! 8     ProductDefinitionRelationship from StepBasic,
0054   //! 9     ProductDefinitionWithAssociatedDocuments from StepBasic
0055   //! 0 else
0056   Standard_EXPORT int CaseNum(const occ::handle<Standard_Transient>& ent) const override;
0057 
0058   Standard_EXPORT occ::handle<StepAP214_AutoDesignOrganizationAssignment>
0059                   AutoDesignOrganizationAssignment() const;
0060 
0061   Standard_EXPORT occ::handle<StepBasic_Product> Product() const;
0062 
0063   Standard_EXPORT occ::handle<StepBasic_ProductDefinition> ProductDefinition() const;
0064 
0065   Standard_EXPORT occ::handle<StepBasic_ProductDefinitionFormation> ProductDefinitionFormation()
0066     const;
0067 
0068   Standard_EXPORT occ::handle<StepRepr_Representation> Representation() const;
0069 
0070   Standard_EXPORT occ::handle<StepAP214_AutoDesignDocumentReference> AutoDesignDocumentReference()
0071     const;
0072 
0073   Standard_EXPORT occ::handle<StepRepr_ExternallyDefinedRepresentation>
0074                   ExternallyDefinedRepresentation() const;
0075 
0076   Standard_EXPORT occ::handle<StepBasic_ProductDefinitionRelationship>
0077                   ProductDefinitionRelationship() const;
0078 
0079   Standard_EXPORT occ::handle<StepBasic_ProductDefinitionWithAssociatedDocuments>
0080                   ProductDefinitionWithAssociatedDocuments() const;
0081 };
0082 
0083 #endif // _StepAP214_AutoDesignDateAndPersonItem_HeaderFile