GoPxL SDK
GoGdpSurfaceUniform.h
Go to the documentation of this file.
1 
10 #ifndef GO_PXL_SDK_GOGDPSURFACEUNIFORM_H
11 #define GO_PXL_SDK_GOGDPSURFACEUNIFORM_H
12 
15 
16 class GoGdpMsgTests;
17 
18 namespace GoPxLSdk
19 {
21  {
22  public:
30  ~GoGdpSurfaceUniform() = default;
31 
40  void Deserialize(kSerializer serializer) override;
41 
49  const kArray2 Ranges() const;
50 
58  const kArray2 Intensities() const;
59 
60  private:
61  Go::Object<kArray2> ranges;
62  Go::Object<kArray2> intensities;
63 
64  friend class ::GoGdpMsgTests;
65  };
66 }
67 
68 #endif
Definition: GoGdpSurfaceUniform.h:20
#define GoPxLSdkClass
Definition: Def.h:35
Declares the GoPxLSdk.GoGdpMsg class.
Declares the GoPxLSdk.GoGdpSurfaceBase class.
Definition: GoGdpSurfaceBase.h:19
Definition: Def.h:46