GoPxL SDK
GoGdpSurfacePointCloud.h
Go to the documentation of this file.
1 
9 #ifndef GO_PXL_SDK_GOGDPSURFACEPOINTCLOUD_H
10 #define GO_PXL_SDK_GOGDPSURFACEPOINTCLOUD_H
11 
14 
15 class GoGdpMsgTests;
16 
17 namespace GoPxLSdk
18 {
20  {
21  public:
28  ~GoGdpSurfacePointCloud() = default;
29 
38  void Deserialize(kSerializer serializer) override;
39 
47  const bool IsAdjacent() const;
48 
56  const kArray2 Ranges() const;
57 
65  const kArray2 Intensities() const;
66 
67  private:
68  Go::Object<kArray2> ranges;
69  Go::Object<kArray2> intensities;
70  kBool isAdjacent = 0;
71 
72  friend class ::GoGdpMsgTests;
73  };
74 }
75 
76 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpSurfacePointCloud.h:19
Definition: GoGdpSurfaceBase.h:18
Definition: Def.h:46