1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _StepAP203_PersonOrganizationItem_HeaderFile
#define _StepAP203_PersonOrganizationItem_HeaderFile
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <StepData_SelectType.hxx>
#include <Standard_Integer.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Handle_StepAP203_Change.hxx>
#include <Handle_StepAP203_StartWork.hxx>
#include <Handle_StepAP203_ChangeRequest.hxx>
#include <Handle_StepAP203_StartRequest.hxx>
#include <Handle_StepRepr_ConfigurationItem.hxx>
#include <Handle_StepBasic_Product.hxx>
#include <Handle_StepBasic_ProductDefinitionFormation.hxx>
#include <Handle_StepBasic_ProductDefinition.hxx>
#include <Handle_StepBasic_Contract.hxx>
#include <Handle_StepBasic_SecurityClassification.hxx>
class Standard_Transient;
class StepAP203_Change;
class StepAP203_StartWork;
class StepAP203_ChangeRequest;
class StepAP203_StartRequest;
class StepRepr_ConfigurationItem;
class StepBasic_Product;
class StepBasic_ProductDefinitionFormation;
class StepBasic_ProductDefinition;
class StepBasic_Contract;
class StepBasic_SecurityClassification;
//! Representation of STEP SELECT type PersonOrganizationItem
class StepAP203_PersonOrganizationItem : public StepData_SelectType
{
public:
DEFINE_STANDARD_ALLOC
//! Empty constructor
Standard_EXPORT StepAP203_PersonOrganizationItem();
//! Recognizes a kind of PersonOrganizationItem select type
//! 1 -> Change from StepAP203
//! 2 -> StartWork from StepAP203
//! 3 -> ChangeRequest from StepAP203
//! 4 -> StartRequest from StepAP203
//! 5 -> ConfigurationItem from StepRepr
//! 6 -> Product from StepBasic
//! 7 -> ProductDefinitionFormation from StepBasic
//! 8 -> ProductDefinition from StepBasic
//! 9 -> Contract from StepBasic
//! 10 -> SecurityClassification from StepBasic
//! 0 else
Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const;
//! Returns Value as Change (or Null if another type)
Standard_EXPORT Handle(StepAP203_Change) Change() const;
//! Returns Value as StartWork (or Null if another type)
Standard_EXPORT Handle(StepAP203_StartWork) StartWork() const;
//! Returns Value as ChangeRequest (or Null if another type)
Standard_EXPORT Handle(StepAP203_ChangeRequest) ChangeRequest() const;
//! Returns Value as StartRequest (or Null if another type)
Standard_EXPORT Handle(StepAP203_StartRequest) StartRequest() const;
//! Returns Value as ConfigurationItem (or Null if another type)
Standard_EXPORT Handle(StepRepr_ConfigurationItem) ConfigurationItem() const;
//! Returns Value as Product (or Null if another type)
Standard_EXPORT Handle(StepBasic_Product) Product() const;
//! Returns Value as ProductDefinitionFormation (or Null if another type)
Standard_EXPORT Handle(StepBasic_ProductDefinitionFormation) ProductDefinitionFormation() const;
//! Returns Value as ProductDefinition (or Null if another type)
Standard_EXPORT Handle(StepBasic_ProductDefinition) ProductDefinition() const;
//! Returns Value as Contract (or Null if another type)
Standard_EXPORT Handle(StepBasic_Contract) Contract() const;
//! Returns Value as SecurityClassification (or Null if another type)
Standard_EXPORT Handle(StepBasic_SecurityClassification) SecurityClassification() const;
protected:
private:
};
#endif // _StepAP203_PersonOrganizationItem_HeaderFile
|