include
tuw_geometry
tuw_geometry.h
Go to the documentation of this file.
1
#ifndef TUW_GEOMETRY
2
#define TUW_GEOMETRY
3
4
#include <
tuw_geometry/point2d.h
>
5
#include <
tuw_geometry/polar2d.h
>
6
#include <
tuw_geometry/pose2d.h
>
7
#include <
tuw_geometry/line2d.h
>
8
#include <
tuw_geometry/linesegment2d.h
>
9
#include <
tuw_geometry/figure.h
>
10
#include <
tuw_geometry/command.h
>
11
#include <string>
12
#include <map>
13
14
namespace
tuw
15
{
16
enum
DistributionType
{
17
NORMAL_DISTRIBUTION
= 0,
18
UNIFORM_DISTRIBUTION
= 1,
19
GRID_DISTRIBUTION
= 2
20
};
21
static
std::map<DistributionType, std::string>
DistributionTypeName
;
22
23
}
24
25
#endif // TUW_GEOMETRY
pose2d.h
figure.h
point2d.h
tuw::DistributionTypeName
static std::map< DistributionType, std::string > DistributionTypeName
Definition:
tuw_geometry.h:21
line2d.h
command.h
tuw::GRID_DISTRIBUTION
@ GRID_DISTRIBUTION
Definition:
tuw_geometry.h:19
tuw::DistributionType
DistributionType
Definition:
tuw_geometry.h:16
tuw
Definition:
command.h:8
tuw::UNIFORM_DISTRIBUTION
@ UNIFORM_DISTRIBUTION
Definition:
tuw_geometry.h:18
linesegment2d.h
polar2d.h
tuw::NORMAL_DISTRIBUTION
@ NORMAL_DISTRIBUTION
Definition:
tuw_geometry.h:17
tuw_geometry
Author(s): Markus Bader
autogenerated on Sun Feb 26 2023 03:25:40