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 
20  {
24 
25  public:
27  public:
28  cRegion3f() noexcept;
29  ~cRegion3f() noexcept;
30 
31  UNITTEST_FRIEND(cRegion3);
32  };
33 }
34 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
#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
Definition: cRegion3.h:20
cValueRange< float > m_z
z bottom/top of the region.
Definition: cRegion3.h:26
Definition: cRegion.h:29
Definition: cMesh.h:22
UNITTEST2_PREDEF(cQuadtree)