Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cSurfaceDiff.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cSurfaceDiff_H
7 #define _INC_cSurfaceDiff_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../Image/cSurfaceBase.h"
13 #include "../Geometry/cRegion.h"
14 
15 namespace GrayLib
16 {
18  {
21  public:
22  static const int k_SizeMin = 32;
23  cSurfaceDiff(void);
24  ~cSurfaceDiff(void);
25  HRESULT ComputeDiff( const cSurfaceBase* pOrig, const cSurfaceBase* pNew );
26  };
27 };
28 #endif // _INC_cSurfaceDiff_H
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cRegion.h:29
Definition: cSurfaceBase.h:26
Definition: cSurfaceDiff.h:18
Definition: cMesh.h:22