Functions of arc length.
More...
#include <SFunction.h>
|
| | SFunction () |
| | Default constructor.
|
| | ~SFunction () |
| | Destructor.
|
| void | reset () |
| | Reset the arc length to zero.
|
| void | update (double length) |
| | Advance position by element length.
|
|
| static double | arcIn () |
| | Return arc length at entrance SI().
|
| static double | arcCtr () |
| | Return arc length at center SC().
|
| static double | arcOut () |
| | Return arc length at exit SO().
|
Functions of arc length.
Definition at line 31 of file SFunction.h.
◆ SFunction() [1/2]
◆ ~SFunction()
| SFunction::~SFunction |
( |
| ) |
|
◆ SFunction() [2/2]
◆ arcCtr()
| double SFunction::arcCtr |
( |
| ) |
|
|
static |
Return arc length at center SC().
Definition at line 54 of file SFunction.cpp.
References sfun.
◆ arcIn()
| double SFunction::arcIn |
( |
| ) |
|
|
static |
Return arc length at entrance SI().
Definition at line 43 of file SFunction.cpp.
References sfun.
◆ arcOut()
| double SFunction::arcOut |
( |
| ) |
|
|
static |
◆ operator=()
| void SFunction::operator= |
( |
const SFunction & | | ) |
|
|
private |
◆ position()
| double SFunction::position |
( |
double | flag | ) |
const |
|
private |
◆ reset()
| void SFunction::reset |
( |
| ) |
|
◆ update()
| void SFunction::update |
( |
double | length | ) |
|
◆ elementLength
| double SFunction::elementLength |
|
private |
◆ exitArc
| double SFunction::exitArc |
|
private |
◆ sfun
The documentation for this class was generated from the following files: