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