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
{
17
class
GRAYLIB_LINK
cSurfaceDiff
:
public
cRegion
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
GRAYLIB_LINK
#define GRAYLIB_LINK
Definition:
GrayLibBase.h:35
HRESULT
INT32 HRESULT
_WIN32 style error codes. INT32
Definition:
SysTypes.h:465
GrayLib::cRegion
Definition:
cRegion.h:29
GrayLib::cSurfaceBase
Definition:
cSurfaceBase.h:26
GrayLib::cSurfaceDiff
Definition:
cSurfaceDiff.h:18
GrayLib
Definition:
cMesh.h:22
GrayLib
include
Incomplete
cSurfaceDiff.h
Generated on Tue Feb 2 2021 11:29:40 for Gray C++ Libraries by
1.9.1