Structure to stage position information.
More...
#include <DefaultScanBinder.h>
|
int | Scan |
| Scan index in the project list.
|
|
EBinderStage | Stage |
| Stage in the movement process.
|
|
int | Index |
| Index of the scan line or approach index or system position.
|
|
double | Frac |
| Fraction of the scan line. (bsSCAN only)
|
|
bool | Rect |
| Specifies if the position is rectangular to the surface or not.
|
|
Structure to stage position information.
◆ TStagePosition() [1/3]
sf::TDefaultScanBinder::TStagePosition::TStagePosition |
( |
| ) |
|
|
inline |
◆ TStagePosition() [2/3]
sf::TDefaultScanBinder::TStagePosition::TStagePosition |
( |
const TStagePosition & |
sp | ) |
|
|
inline |
◆ TStagePosition() [3/3]
sf::TDefaultScanBinder::TStagePosition::TStagePosition |
( |
int |
scan, |
|
|
EBinderStage |
stage, |
|
|
int |
index = -1 , |
|
|
double |
frac = -1.0 , |
|
|
bool |
rect = false |
|
) |
| |
|
inline |
Initializing constructor.
- Parameters
-
scan | |
stage | |
index | |
frac | |
rect | |
◆ GetName()
std::string sf::TDefaultScanBinder::TStagePosition::GetName |
( |
TDefaultScanBinder * |
| ) |
const |
Gets the name of this stage position.
◆ GetString()
std::string sf::TDefaultScanBinder::TStagePosition::GetString |
( |
| ) |
const |
Retrieves information as a string.
◆ IsEqual()
bool sf::TDefaultScanBinder::TStagePosition::IsEqual |
( |
const TStagePosition & |
stage_pos | ) |
const |
|
inline |
Compares the members taking the binder stage into account.
- Parameters
-
- Returns
- True when equal.
◆ operator!=()
bool sf::TDefaultScanBinder::TStagePosition::operator!= |
( |
const TStagePosition & |
sp | ) |
const |
|
inline |
◆ operator==()
bool sf::TDefaultScanBinder::TStagePosition::operator== |
( |
const TStagePosition & |
sp | ) |
const |
|
inline |
◆ Set()
Initialize function.
- Parameters
-
scan | |
stage | |
index | |
frac | |
rect | |
- Returns
◆ SetString()
bool sf::TDefaultScanBinder::TStagePosition::SetString |
( |
const std::string & |
s | ) |
|
Sets information as a string.
◆ Frac
double sf::TDefaultScanBinder::TStagePosition::Frac |
Fraction of the scan line. (bsSCAN only)
◆ Index
int sf::TDefaultScanBinder::TStagePosition::Index |
Index of the scan line or approach index or system position.
◆ Rect
bool sf::TDefaultScanBinder::TStagePosition::Rect |
Specifies if the position is rectangular to the surface or not.
◆ Scan
int sf::TDefaultScanBinder::TStagePosition::Scan |
Scan index in the project list.
◆ Stage
Stage in the movement process.
The documentation for this class was generated from the following file: