|
|
|||
File indexing completed on 2026-06-30 08:18:15
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 DEFINE_STANDARD_ALLOC 0041 0042 //! Returns a SecurityClassificationItem SelectType 0043 Standard_EXPORT StepAP214_SecurityClassificationItem(); 0044 0045 //! Recognizes a SecurityClassificationItem Kind Entity that is : 0046 //! 1 -> Action 0047 //! 2 -> AssemblyComponentUsage 0048 //! 3 -> AssemblyComponentUsageSubstitute 0049 //! 4 -> ConfigurationDesign 0050 //! 5 -> ConfigurationEffectivity 0051 //! 6 -> Document 0052 //! 7 -> DocumentFile 0053 //! 8 -> DraughtingModel 0054 //! 9 -> GeneralProperty 0055 //! 10 -> MakeFromUsageOption 0056 //! 11 -> MaterialDesignation 0057 //! 12 -> MechanicalDesignGeometricPresentationRepresentation 0058 //! 13 -> PresentationArea 0059 //! 14 -> Product 0060 //! 15 -> ProductConcept 0061 //! 16 -> ProductDefinition 0062 //! 17 -> ProductDefinitionFormation 0063 //! 18 -> ProductDefinitionRelationship 0064 //! 19 -> ProductDefinitionUsage 0065 //! 20 -> PropertyDefinition 0066 //! 21 -> ShapeRepresentation 0067 //! 22 -> VersionedActionRequest 0068 //! 0 else 0069 Standard_EXPORT virtual Standard_Integer CaseNum(const Handle(Standard_Transient)& ent) const; 0070 0071 //! returns Value as a Action (Null if another type) 0072 Standard_EXPORT virtual Handle(StepBasic_Action) Action() const; 0073 0074 //! returns Value as a AssemblyComponentUsage (Null if another type) 0075 Standard_EXPORT virtual Handle(StepRepr_AssemblyComponentUsage) AssemblyComponentUsage() const; 0076 0077 //! returns Value as a ConfigurationDesign (Null if another type) 0078 Standard_EXPORT virtual Handle(StepRepr_ConfigurationDesign) ConfigurationDesign() const; 0079 0080 //! returns Value as a ConfigurationEffectivity (Null if another type) 0081 Standard_EXPORT virtual Handle(StepRepr_ConfigurationEffectivity) ConfigurationEffectivity() 0082 const; 0083 0084 //! returns Value as a DraughtingModel (Null if another type) 0085 Standard_EXPORT virtual Handle(StepVisual_DraughtingModel) DraughtingModel() const; 0086 0087 //! returns Value as a GeneralProperty (Null if another type) 0088 Standard_EXPORT virtual Handle(StepBasic_GeneralProperty) GeneralProperty() const; 0089 0090 //! returns Value as a MakeFromUsageOption (Null if another type) 0091 Standard_EXPORT virtual Handle(StepRepr_MakeFromUsageOption) MakeFromUsageOption() const; 0092 0093 //! returns Value as a ProductConcept (Null if another type) 0094 Standard_EXPORT virtual Handle(StepRepr_ProductConcept) ProductConcept() const; 0095 0096 //! returns Value as a ProductDefinitionUsage (Null if another type) 0097 Standard_EXPORT virtual Handle(StepRepr_ProductDefinitionUsage) ProductDefinitionUsage() const; 0098 0099 //! returns Value as a VersionedActionRequest (Null if another type) 0100 Standard_EXPORT virtual Handle(StepBasic_VersionedActionRequest) VersionedActionRequest() const; 0101 0102 protected: 0103 private: 0104 }; 0105 0106 #endif // _StepAP214_SecurityClassificationItem_HeaderFile
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|