GoPxL SDK
GoGdpProfilePointCloud.h
Go to the documentation of this file.
1 
9 #ifndef GO_PXL_SDK_GOGDPPROFILEPOINTCLOUD_H
10 #define GO_PXL_SDK_GOGDPPROFILEPOINTCLOUD_H
11 
14 
15 class GoGdpMsgTests;
16 
17 namespace GoPxLSdk
18 {
20  {
21  public:
29  ~GoGdpProfilePointCloud() = default;
30 
39  void Deserialize(kSerializer serializer) override;
40 
48  const kArray1 Ranges() const;
49 
57  const kArray1 Intensities() const;
58 
59  private:
60  Go::Object<kArray1> ranges;
61  Go::Object<kArray1> intensities;
62 
63  friend class ::GoGdpMsgTests;
64  };
65 
66 
67 }
68 
69 #endif
70 
71 
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoGdpProfileBase.h:18
Definition: Def.h:46
Definition: GoGdpProfilePointCloud.h:19