#include <View.h>
◆ View() [1/2]
◆ View() [2/2]
| View::View |
( |
Side |
topSide, |
|
|
Side |
bottomSide, |
|
|
int |
id, |
|
|
double |
px, |
|
|
double |
py, |
|
|
double |
topZ, |
|
|
double |
bottomZ |
|
) |
| |
Double_t py
Definition: tlg2pattern.C:95
Int_t id
Definition: tlg2pattern.C:91
Double_t px
Definition: tlg2pattern.C:94
double _topZ
Definition: View.h:17
int _id
Definition: View.h:16
Vector2 _position
Definition: View.h:13
Side _bottomSide
Definition: View.h:12
double _bottomZ
Definition: View.h:18
Side _topSide
Definition: View.h:11
double y
Definition: Struct.h:9
double x
Definition: Struct.h:8
◆ ~View()
std::vector< Track > _tArr
Definition: View.h:19
◆ getBottomSide() [1/2]
| Side* View::getBottomSide |
( |
| ) |
|
|
inline |
◆ getBottomSide() [2/2]
| Side View::getBottomSide |
( |
| ) |
const |
|
inline |
◆ getBottomZ()
| double View::getBottomZ |
( |
| ) |
const |
|
inline |
◆ getId()
| int View::getId |
( |
| ) |
const |
|
inline |
◆ getPosition()
| Vector2 View::getPosition |
( |
| ) |
const |
|
inline |
◆ getTileX()
| int View::getTileX |
( |
| ) |
const |
|
inline |
int _tileX
Definition: View.h:14
◆ getTileY()
| int View::getTileY |
( |
| ) |
const |
|
inline |
int _tileY
Definition: View.h:15
◆ getTopSide() [1/2]
| Side* View::getTopSide |
( |
| ) |
|
|
inline |
◆ getTopSide() [2/2]
| Side View::getTopSide |
( |
| ) |
const |
|
inline |
◆ getTopZ()
| double View::getTopZ |
( |
| ) |
const |
|
inline |
◆ getTrackArray()
| std::vector<Track> View::getTrackArray |
( |
| ) |
const |
|
inline |
◆ setBottomSide()
◆ setBottomZ()
| void View::setBottomZ |
( |
double |
bottomZ | ) |
|
|
inline |
◆ setId()
| void View::setId |
( |
int |
id | ) |
|
|
inline |
◆ setPosition()
MFTYPE32 long position
Definition: Milproto.h:644
◆ setTile()
| void View::setTile |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ setTileX()
| void View::setTileX |
( |
int |
x | ) |
|
|
inline |
◆ setTileY()
| void View::setTileY |
( |
int |
y | ) |
|
|
inline |
◆ setTopSide()
◆ setTopZ()
| void View::setTopZ |
( |
double |
topZ | ) |
|
|
inline |
◆ setTrackArray()
| void View::setTrackArray |
( |
std::vector< Track > |
tArr | ) |
|
25 for (
int i = 0; i < static_cast<int>(tArr.size()); i++)
26 _tArr.push_back(tArr.at(i));
◆ _bottomSide
◆ _bottomZ
◆ _id
◆ _position
◆ _tArr
| std::vector<Track> View::_tArr |
|
private |
◆ _tileX
◆ _tileY
◆ _topSide
◆ _topZ
◆ bottomz
◆ id
◆ px
◆ py
◆ topz
The documentation for this class was generated from the following files: