GoPxL SDK
GoGdpFeaturePlane.h
Go to the documentation of this file.
1 
10 #ifndef GO_PXL_SDK_GOGDPFEATUREPLANE_H
11 #define GO_PXL_SDK_GOGDPFEATUREPLANE_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 NormalX() const;
49 
57  const k64f NormalY() const;
58 
66  const k64f NormalZ() const;
67 
75  const k64f DistanceToOrigin() const;
76 
77  private:
78  kPoint3d64f normal;
79  k64f distanceToOrigin;
80  friend class ::GoGdpMsgTests;
81  };
82 
83 }
84 
85 
86 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpFeaturePlane.h:20
Declares the GoPxLSdk.GoGdpMsg class.
Definition: Def.h:46
Definition: GoGdpMsg.h:38