Warning, file /include/opencascade/StepFEA_FeaParametricPoint.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepFEA_FeaParametricPoint_HeaderFile
0017 #define _StepFEA_FeaParametricPoint_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <NCollection_Array1.hxx>
0023 #include <NCollection_HArray1.hxx>
0024 #include <StepGeom_Point.hxx>
0025 class TCollection_HAsciiString;
0026
0027
0028 class StepFEA_FeaParametricPoint : public StepGeom_Point
0029 {
0030
0031 public:
0032
0033 Standard_EXPORT StepFEA_FeaParametricPoint();
0034
0035
0036 Standard_EXPORT void Init(const occ::handle<TCollection_HAsciiString>& aRepresentationItem_Name,
0037 const occ::handle<NCollection_HArray1<double>>& aCoordinates);
0038
0039
0040 Standard_EXPORT occ::handle<NCollection_HArray1<double>> Coordinates() const;
0041
0042
0043 Standard_EXPORT void SetCoordinates(const occ::handle<NCollection_HArray1<double>>& Coordinates);
0044
0045 DEFINE_STANDARD_RTTIEXT(StepFEA_FeaParametricPoint, StepGeom_Point)
0046
0047 private:
0048 occ::handle<NCollection_HArray1<double>> theCoordinates;
0049 };
0050
0051 #endif