|
| SystemTransformation (QObject *parent=0) |
|
virtual | ~SystemTransformation () |
|
void | setInputPoint (const QList< Point > &startSystem, const QList< Point > &destinationSystem) |
|
| Function (QObject *parent=0) |
| Function::Function. More...
|
|
virtual | ~Function () |
| Function::~Function. More...
|
|
virtual void | init () |
| Function::init. More...
|
|
bool | exec (const QPointer< FeatureWrapper > &feature) |
| Function::exec. More...
|
|
const QList< NeededElement > & | getNeededElements () const |
| Function::getNeededElements. More...
|
|
const QList< FeatureTypes > & | getApplicableFor () const |
| Function::getApplicableFor. More...
|
|
const PluginMetaData & | getMetaData () const |
| Function::getMetaData. More...
|
|
const QMap< QString, int > & | getIntegerParameter () const |
| Function::getIntegerParameter. More...
|
|
const QMap< QString, double > & | getDoubleParameter () const |
| Function::getDoubleParameter. More...
|
|
const QMultiMap< QString, QString > & | getStringParameter () const |
| Function::getStringParameter. More...
|
|
void | setScalarInputParams (const ScalarInputParams ¶ms) |
| Function::setScalarInputParams. More...
|
|
const ScalarInputParams & | getScalarInputParams () |
| Function::getScalarInputParams. More...
|
|
const QList< FixedParameter > & | getFixedParameters () const |
| Function::getFixedParameters. More...
|
|
void | fixParameter (const FixedParameter ¶meter) |
| Function::fixParameter. More...
|
|
void | unfixParameter (const GeometryParameters ¶meter) |
| Function::unfixParameter. More...
|
|
void | unfixAllParameters () |
| Function::unfixAllParameters. More...
|
|
const QStringList & | getResultProtocol () const |
| Function::getResultProtocol. More...
|
|
const Statistic & | getStatistic () const |
| Function::getStatistic. More...
|
|
const int & | getId () const |
| Function::getId. More...
|
|
const QMap< int, QList< InputElement > > & | getInputElements () const |
| Function::getInputElements. More...
|
|
InputElement | getInputElement (const int &id) const |
| Function::getInputElement Returns the InputElement with the specified id or an empty InputElement. More...
|
|
InputElement | getInputElement (const int &id, const int &position) const |
| Function::getInputElement Returns the InputElement with the specified id at the specified position. More...
|
|
bool | hasInputElement (const int &id) const |
| Function::hasInputElement Check wether the function contains the specified InputElement. More...
|
|
void | addInputElement (const InputElement &element, const int &position) |
| Function::addInputElement. More...
|
|
void | removeInputElement (const int &id, const int &position) |
| Function::removeInputElement. More...
|
|
void | removeInputElement (const int &id) |
| Function::removeInputElement. More...
|
|
void | replaceInputElement (const InputElement &element, const int &position) |
| Function::replaceInputElement. More...
|
|
bool | getIsUsed (const int &position, const int &id) |
| Function::getIsUsed. More...
|
|
bool | getShouldBeUsed (const int &position, const int &id) |
| Function::getShouldBeUsed. More...
|
|
void | setShouldBeUsed (const int &position, const int &id, const bool &state) |
| Function::setShouldBeUsed. More...
|
|
virtual void | clear () |
| Function::clear. More...
|
|
virtual void | clearResults () |
| Function::clearResults. More...
|
|
QDomElement | toOpenIndyXML (QDomDocument &xmlDoc) const |
| Function::toOpenIndyXML. More...
|
|
bool | fromOpenIndyXML (QDomElement &xmlElem) |
| Function::fromOpenIndyXML. More...
|
|
The SystemTransformation class Functions that solves transformation parameters between two coordinate systems (station-station, part-part, alignments)