qrk::Coordinate Class Reference
座標系
More...
#include <Coordinate.h>
List of all members.
Detailed Description
座標系
Definition at line 18 of file Coordinate.h.
Constructor & Destructor Documentation
qrk::Coordinate::Coordinate |
( |
void |
|
) |
|
virtual qrk::Coordinate::~Coordinate |
( |
void |
|
) |
[virtual] |
qrk::Coordinate::Coordinate |
( |
Coordinate * |
parent |
) |
[private] |
qrk::Coordinate::Coordinate |
( |
const Coordinate & |
rhs |
) |
[private] |
Member Function Documentation
virtual void qrk::Coordinate::beforeEvaluate |
( |
void |
|
) |
[inline, protected, virtual] |
std::set<Coordinate*> qrk::Coordinate::children |
( |
void |
|
) |
const |
子座標系の原点位置を取得
- Parameters:
-
- Return values:
-
- Todo:
- 余力あらば、任意の座標系を与えて処理できるように変更する
Coordinate* qrk::Coordinate::parent |
( |
void |
|
) |
const |
指定した位置が座標系のどこに相当するかを取得
- Parameters:
-
[in] | position | 位置 |
[in] | coordinate | 位置が存在する座標系 |
- Return values:
-
static Coordinate* qrk::Coordinate::root |
( |
void |
|
) |
[static] |
void qrk::Coordinate::setOriginTo |
( |
Coordinate * |
parent, |
|
|
const Position< long > & |
position | |
|
) |
| | |
座標系の原点を設定
指定した座標系に原点位置を割り付ける。
- Parameters:
-
[in,out] | parent | 親として設定する座標系 |
[in] | position | 原点の親座標系での位置 |
Member Data Documentation
The documentation for this class was generated from the following file: