Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cRegion3.h
Go to the documentation of this file.
1
//
4
//
5
6
#ifndef _INC_cRegion3_H
7
#define _INC_cRegion3_H
8
#ifndef NO_PRAGMA_ONCE
9
#pragma once
10
#endif
11
12
#include "
cRegion.h
"
13
#include "../Math/cValueRange.h"
14
15
namespace
GrayLib
16
{
17
UNITTEST2_PREDEF
(cRegion3);
18
19
class
GRAYLIB_LINK
cRegion3f
:
public
cRegion
20
{
24
25
public
:
26
cValueRange<float>
m_z
;
27
public
:
28
cRegion3f
() noexcept;
29
~
cRegion3f
() noexcept;
30
31
UNITTEST_FRIEND
(cRegion3);
32
};
33
}
34
#endif
GRAYLIB_LINK
#define GRAYLIB_LINK
Definition:
GrayLibBase.h:35
cRegion.h
UNITTEST_FRIEND
#define UNITTEST_FRIEND(n)
Define this in the class body to be unit tested. Allow the unit test to access private/protected stuf...
Definition:
cUnitTestDecl.h:17
GrayLib::cRegion3f
Definition:
cRegion3.h:20
GrayLib::cRegion3f::m_z
cValueRange< float > m_z
z bottom/top of the region.
Definition:
cRegion3.h:26
GrayLib::cRegion
Definition:
cRegion.h:29
GrayLib::cValueRange< float >
GrayLib
Definition:
cMesh.h:22
GrayLib::UNITTEST2_PREDEF
UNITTEST2_PREDEF(cQuadtree)
GrayLib
include
Geometry
cRegion3.h
Generated on Tue Feb 2 2021 11:29:38 for Gray C++ Libraries by
1.9.1