GoPxL SDK
GoGdpFeaturePoint.h
Go to the documentation of this file.
1 
10 #ifndef GO_PXL_SDK_GOGDPFEATUREPOINT_H
11 #define GO_PXL_SDK_GOGDPFEATUREPOINT_H
12 
14 
15 class GoGdpMsgTests;
16 
17 namespace GoPxLSdk
18 {
20  {
21  public:
29 
38  void Deserialize(kSerializer serializer) override;
39 
47  const k64f PositionX() const;
48 
56  const k64f PositionY() const;
57 
65  const k64f PositionZ() const;
66 
67  private:
68  kPoint3d64f point;
69  friend class ::GoGdpMsgTests;
70  };
71 
72 }
73 
74 
75 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Declares the GoPxLSdk.GoGdpMsg class.
Definition: GoGdpFeaturePoint.h:19
Definition: Def.h:46
Definition: GoGdpMsg.h:38