#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 |
|
) |
| |
8{
16}
Double_t py
Definition: tlg2couples.C:94
Int_t id
Definition: tlg2couples.C:90
Double_t px
Definition: tlg2couples.C:93
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()
19{
21}
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 | ) |
|
24{
25 for (int i = 0; i < static_cast<int>(tArr.size()); i++)
26 _tArr.push_back(tArr.at(i));
27}
◆ _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:
- /home/antonio/fedra_doxygen/src/appl/rwcToEdb/View.h
- /home/antonio/fedra_doxygen/macros/macros/tlg2couples.C
- /home/antonio/fedra_doxygen/macros/tlg2couples.C
- /home/antonio/fedra_doxygen/src/appl/comptonmap/tlg2pattern.C
- /home/antonio/fedra_doxygen/src/appl/macros/tlg2couples.C
- /home/antonio/fedra_doxygen/src/appl/rwcToEdb/View.cpp