Phoenix2D-Library
0.10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
communications
Line.h
Go to the documentation of this file.
1
/*
2
* Phoenix2D (RoboCup Soccer Simulation 2D League)
3
* Copyright (c) 2013 Ivan Gonzalez
4
*
5
* This file is part of Phoenix2D.
6
*
7
* Phoenix2D is free software: you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation, either version 3 of the License, or
10
* (at your option) any later version.
11
*
12
* Phoenix2D is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with Phoenix2D. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#ifndef LINE_H_
22
#define LINE_H_
23
24
#include <string>
25
29
namespace
Phoenix
30
{
35
class
Line
{
36
std::string
name
;
37
int
simulation_time
;
38
double
distance
;
39
double
direction
;
40
public
:
41
Line
(std::string
name
, std::string position,
int
simulation_time
);
42
~Line
();
43
std::string
getName
();
44
double
getDistance
();
45
double
getDirection
();
46
};
47
}
// End namespace Phoenix
50
#endif
/* LINE_H_ */
Phoenix::Line::simulation_time
int simulation_time
Definition:
Line.h:37
Phoenix::Line::getDirection
double getDirection()
Definition:
Line.cpp:49
Phoenix::Line
Line The Line lorem Ipsum
Definition:
Line.h:35
Phoenix::Line::Line
Line(std::string name, std::string position, int simulation_time)
Definition:
Line.cpp:26
Phoenix::Line::name
std::string name
Definition:
Line.h:36
Phoenix::Line::getName
std::string getName()
Definition:
Line.cpp:41
Phoenix::Line::getDistance
double getDistance()
Definition:
Line.cpp:45
Phoenix::Line::direction
double direction
Definition:
Line.h:39
Phoenix::Line::~Line
~Line()
Definition:
Line.cpp:37
Phoenix::Line::distance
double distance
Definition:
Line.h:38
Generated on Wed Mar 26 2014 18:16:41 for Phoenix2D-Library by
1.8.6