xmsgrid
1.0
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
c
d
g
i
m
p
q
r
t
v
x
+
Functions
c
d
g
i
m
t
x
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
c
d
i
m
o
p
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
GmPolyLinePtRedistributer.t.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
6
//------------------------------------------------------------------------------
7
#pragma once
8
#ifdef CXX_TEST
9
10
//----- Included files ---------------------------------------------------------
11
// 3. Standard Library Headers
12
13
// 4. External Library Headers
14
#include <cxxtest/TestSuite.h>
15
16
// 5. Shared Headers
17
18
// 6. Non-shared Headers
19
20
//----- Forward declarations ---------------------------------------------------
21
22
//----- Namespace declaration --------------------------------------------------
23
24
//----- Constants / Enumerations -----------------------------------------------
25
26
//----- Structs / Classes ------------------------------------------------------
28
class
GmPolyLinePtRedistributerUnitTests
:
public
CxxTest::TestSuite
29
{
30
public
:
31
void
testCreateClass
();
32
void
testRedistribute
();
33
void
testRedistribute1
();
34
};
35
//----- Function prototypes ----------------------------------------------------
36
37
#endif
GmPolyLinePtRedistributerUnitTests::testRedistribute1
void testRedistribute1()
tests redistributing 2 line segments
Definition:
GmPolyLinePtRedistributer.cpp:205
GmPolyLinePtRedistributerUnitTests::testCreateClass
void testCreateClass()
tests creating the class
Definition:
GmPolyLinePtRedistributer.cpp:185
GmPolyLinePtRedistributerUnitTests::testRedistribute
void testRedistribute()
tests redistributing 1 line segment
Definition:
GmPolyLinePtRedistributer.cpp:193
GmPolyLinePtRedistributerUnitTests
Tests GmPolyLinePtRedistributer.
Definition:
GmPolyLinePtRedistributer.t.h:28
xmsgrid
geometry
GmPolyLinePtRedistributer.t.h
Generated on Thu Oct 8 2020 09:54:34 for xmsgrid by
1.8.14