GoPxL SDK
GoGdpFeatureLine.h
Go to the documentation of this file.
1 
10 #ifndef GO_PXL_SDK_GOGDPFEATURELINE_H
11 #define GO_PXL_SDK_GOGDPFEATURELINE_H
12 
14 
15 class GoGdpMsgTests;
16 
17 namespace GoPxLSdk
18 {
19 
21  {
22  public:
30 
39  void Deserialize(kSerializer serializer) override;
40 
48  const k64f PositionX() const;
49 
57  const k64f PositionY() const;
58 
66  const k64f PositionZ() const;
67 
75  const k64f DirectionX() const;
76 
84  const k64f DirectionY() const;
85 
93  const k64f DirectionZ() const;
94 
95  private:
96  kPoint3d64f point;
97  kPoint3d64f direction;
98  friend class ::GoGdpMsgTests;
99  };
100 
101 }
102 
103 
104 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Declares the GoPxLSdk.GoGdpMsg class.
Definition: GoGdpFeatureLine.h:20
Definition: Def.h:46
Definition: GoGdpMsg.h:38