Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:02

0001 // Created on: 1999-03-10
0002 // Created by: data exchange team
0003 // Copyright (c) 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_SecurityClassificationItem_HeaderFile
0018 #define _StepAP214_SecurityClassificationItem_HeaderFile
0019 
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023 
0024 #include <StepAP214_ApprovalItem.hxx>
0025 
0026 class StepBasic_Action;
0027 class StepRepr_AssemblyComponentUsage;
0028 class StepRepr_ConfigurationDesign;
0029 class StepRepr_ConfigurationEffectivity;
0030 class StepVisual_DraughtingModel;
0031 class StepBasic_GeneralProperty;
0032 class StepRepr_MakeFromUsageOption;
0033 class StepRepr_ProductConcept;
0034 class StepRepr_ProductDefinitionUsage;
0035 class StepBasic_VersionedActionRequest;
0036 
0037 class StepAP214_SecurityClassificationItem  : public StepAP214_ApprovalItem
0038 {
0039 public:
0040 
0041   DEFINE_STANDARD_ALLOC
0042 
0043   
0044   //! Returns a SecurityClassificationItem SelectType
0045   Standard_EXPORT StepAP214_SecurityClassificationItem();
0046 
0047   //! Recognizes a SecurityClassificationItem Kind Entity that is :
0048   //! 1 -> Action
0049   //! 2 -> AssemblyComponentUsage
0050   //! 3 -> AssemblyComponentUsageSubstitute
0051   //! 4 -> ConfigurationDesign
0052   //! 5 -> ConfigurationEffectivity
0053   //! 6 -> Document
0054   //! 7 -> DocumentFile
0055   //! 8 -> DraughtingModel
0056   //! 9 -> GeneralProperty
0057   //! 10 -> MakeFromUsageOption
0058   //! 11 -> MaterialDesignation
0059   //! 12 -> MechanicalDesignGeometricPresentationRepresentation
0060   //! 13 -> PresentationArea
0061   //! 14 -> Product
0062   //! 15 -> ProductConcept
0063   //! 16 -> ProductDefinition
0064   //! 17 -> ProductDefinitionFormation
0065   //! 18 -> ProductDefinitionRelationship
0066   //! 19 -> ProductDefinitionUsage
0067   //! 20 -> PropertyDefinition
0068   //! 21 -> ShapeRepresentation
0069   //! 22 -> VersionedActionRequest
0070   //! 0 else
0071   Standard_EXPORT virtual Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
0072 
0073   //! returns Value as a Action (Null if another type)
0074   Standard_EXPORT virtual Handle(StepBasic_Action) Action() const;
0075 
0076   //! returns Value as a AssemblyComponentUsage (Null if another type)
0077   Standard_EXPORT virtual Handle(StepRepr_AssemblyComponentUsage) AssemblyComponentUsage() const;
0078 
0079   //! returns Value as a ConfigurationDesign (Null if another type)
0080   Standard_EXPORT virtual Handle(StepRepr_ConfigurationDesign) ConfigurationDesign() const;
0081 
0082   //! returns Value as a ConfigurationEffectivity (Null if another type)
0083   Standard_EXPORT virtual Handle(StepRepr_ConfigurationEffectivity) ConfigurationEffectivity() const;
0084 
0085   //! returns Value as a DraughtingModel (Null if another type)
0086   Standard_EXPORT virtual Handle(StepVisual_DraughtingModel) DraughtingModel() const;
0087 
0088   //! returns Value as a GeneralProperty (Null if another type)
0089   Standard_EXPORT virtual Handle(StepBasic_GeneralProperty) GeneralProperty() const;
0090 
0091   //! returns Value as a MakeFromUsageOption (Null if another type)
0092   Standard_EXPORT virtual Handle(StepRepr_MakeFromUsageOption) MakeFromUsageOption() const;
0093 
0094   //! returns Value as a ProductConcept (Null if another type)
0095   Standard_EXPORT virtual Handle(StepRepr_ProductConcept) ProductConcept() const;
0096 
0097   //! returns Value as a ProductDefinitionUsage (Null if another type)
0098   Standard_EXPORT virtual Handle(StepRepr_ProductDefinitionUsage) ProductDefinitionUsage() const;
0099 
0100   //! returns Value as a VersionedActionRequest (Null if another type)
0101   Standard_EXPORT virtual Handle(StepBasic_VersionedActionRequest) VersionedActionRequest() const;
0102 
0103 protected:
0104 
0105 
0106 
0107 
0108 
0109 private:
0110 
0111 
0112 
0113 
0114 
0115 };
0116 
0117 
0118 
0119 
0120 
0121 
0122 
0123 #endif // _StepAP214_SecurityClassificationItem_HeaderFile