0031682: Visualization - Prs3d_ShadingAspect::SetTransparency() has no effect with...
[occt.git] / src / StepFEA / StepFEA_SymmetricTensor43d.hxx
1 // Created on: 2002-12-12
2 // Created by: data exchange team
3 // Copyright (c) 2002-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _StepFEA_SymmetricTensor43d_HeaderFile
17 #define _StepFEA_SymmetricTensor43d_HeaderFile
18
19 #include <Standard.hxx>
20 #include <Standard_DefineAlloc.hxx>
21 #include <Standard_Handle.hxx>
22
23 #include <StepData_SelectType.hxx>
24 #include <Standard_Integer.hxx>
25 #include <TColStd_HArray1OfReal.hxx>
26 class Standard_Transient;
27 class StepData_SelectMember;
28
29
30 //! Representation of STEP SELECT type SymmetricTensor43d
31 class StepFEA_SymmetricTensor43d  : public StepData_SelectType
32 {
33 public:
34
35   DEFINE_STANDARD_ALLOC
36
37   
38   //! Empty constructor
39   Standard_EXPORT StepFEA_SymmetricTensor43d();
40   
41   //! return 0
42   Standard_EXPORT Standard_Integer CaseNum (const Handle(Standard_Transient)& ent) const Standard_OVERRIDE;
43   
44   //! Recognizes a items of select member CurveElementFreedomMember
45   //! 1 -> AnisotropicSymmetricTensor43d
46   //! 2 -> FeaIsotropicSymmetricTensor43d
47   //! 3 -> FeaIsoOrthotropicSymmetricTensor43d
48   //! 4 -> FeaTransverseIsotropicSymmetricTensor43d
49   //! 5 -> FeaColumnNormalisedOrthotropicSymmetricTensor43d
50   //! 6 -> FeaColumnNormalisedMonoclinicSymmetricTensor43d
51   //! 0 else
52   Standard_EXPORT virtual Standard_Integer CaseMem (const Handle(StepData_SelectMember)& ent) const Standard_OVERRIDE;
53   
54   Standard_EXPORT virtual Handle(StepData_SelectMember) NewMember() const Standard_OVERRIDE;
55   
56   //! Returns Value as AnisotropicSymmetricTensor43d (or Null if another type)
57   Standard_EXPORT Handle(TColStd_HArray1OfReal) AnisotropicSymmetricTensor43d() const;
58   
59   Standard_EXPORT void SetFeaIsotropicSymmetricTensor43d (const Handle(TColStd_HArray1OfReal)& val);
60   
61   //! Returns Value as FeaIsotropicSymmetricTensor43d (or Null if another type)
62   Standard_EXPORT Handle(TColStd_HArray1OfReal) FeaIsotropicSymmetricTensor43d() const;
63   
64   //! Returns Value as FeaIsoOrthotropicSymmetricTensor43d (or Null if another type)
65   Standard_EXPORT Handle(TColStd_HArray1OfReal) FeaIsoOrthotropicSymmetricTensor43d() const;
66   
67   //! Returns Value as FeaTransverseIsotropicSymmetricTensor43d (or Null if another type)
68   Standard_EXPORT Handle(TColStd_HArray1OfReal) FeaTransverseIsotropicSymmetricTensor43d() const;
69   
70   //! Returns Value as FeaColumnNormalisedOrthotropicSymmetricTensor43d (or Null if another type)
71   Standard_EXPORT Handle(TColStd_HArray1OfReal) FeaColumnNormalisedOrthotropicSymmetricTensor43d() const;
72   
73   //! Returns Value as FeaColumnNormalisedMonoclinicSymmetricTensor43d (or Null if another type)
74   Standard_EXPORT Handle(TColStd_HArray1OfReal) FeaColumnNormalisedMonoclinicSymmetricTensor43d() const;
75
76
77
78
79 protected:
80
81
82
83
84
85 private:
86
87
88
89
90
91 };
92
93
94
95
96
97
98
99 #endif // _StepFEA_SymmetricTensor43d_HeaderFile