Phoenix2D-Library  0.10
Public Member Functions | Private Attributes | List of all members
Phoenix::Line Class Reference

Line
The Line lorem Ipsum More...

#include <Line.h>

Collaboration diagram for Phoenix::Line:
Collaboration graph
[legend]

Public Member Functions

 Line (std::string name, std::string position, int simulation_time)
 
 ~Line ()
 
std::string getName ()
 
double getDistance ()
 
double getDirection ()
 

Private Attributes

std::string name
 
int simulation_time
 
double distance
 
double direction
 

Detailed Description

Line
The Line lorem Ipsum

Definition at line 35 of file Line.h.

Constructor & Destructor Documentation

Phoenix::Line::Line ( std::string  name,
std::string  position,
int  simulation_time 
)

Definition at line 26 of file Line.cpp.

References direction, distance, name, and simulation_time.

Phoenix::Line::~Line ( )

Definition at line 37 of file Line.cpp.

Member Function Documentation

double Phoenix::Line::getDirection ( )

Definition at line 49 of file Line.cpp.

References direction.

double Phoenix::Line::getDistance ( )

Definition at line 45 of file Line.cpp.

References distance.

std::string Phoenix::Line::getName ( )

Definition at line 41 of file Line.cpp.

References name.

Member Data Documentation

double Phoenix::Line::direction
private

Definition at line 39 of file Line.h.

Referenced by getDirection(), and Line().

double Phoenix::Line::distance
private

Definition at line 38 of file Line.h.

Referenced by getDistance(), and Line().

std::string Phoenix::Line::name
private

Definition at line 36 of file Line.h.

Referenced by getName(), and Line().

int Phoenix::Line::simulation_time
private

Definition at line 37 of file Line.h.

Referenced by Line().


The documentation for this class was generated from the following files: