|
| Cylinder (const bool &isNominal, QObject *parent=0) |
| Cylinder::Cylinder. More...
|
|
| Cylinder (const bool &isNominal, const Position &axisPoint, const Direction &axis, const Radius &radius, QObject *parent=0) |
| Cylinder::Cylinder. More...
|
|
| Cylinder (const Cylinder ©, QObject *parent=0) |
| Cylinder::Cylinder. More...
|
|
Cylinder & | operator= (const Cylinder ©) |
| Cylinder::operator =. More...
|
|
| ~Cylinder () |
| Cylinder::~Cylinder. More...
|
|
bool | hasDirection () const |
| Cylinder::hasDirection. More...
|
|
bool | hasPosition () const |
| Cylinder::hasPosition. More...
|
|
bool | hasRadius () const |
| Cylinder::hasRadius. More...
|
|
const Radius & | getRadius () const |
| Cylinder::getRadius Returns the radius of the cylinder. More...
|
|
const Direction & | getDirection () const |
| Cylinder::getDirection Returns the axis of the cylinder. More...
|
|
const Position & | getPosition () const |
| Cylinder::getPosition Returns an arbitrary point on the cylinder axis. More...
|
|
void | setCylinder (const Position &axisPoint, const Direction &axis, const Radius &radius) |
| Cylinder::setCylinder. More...
|
|
virtual QMap< GeometryParameters, QString > | getUnknownParameters (const QMap< DimensionType, UnitType > &displayUnits, const QMap< DimensionType, int > &displayDigits) const |
| Cylinder::getUnknownParameters. More...
|
|
virtual void | setUnknownParameters (const QMap< GeometryParameters, double > ¶meters) |
| Cylinder::setUnknownParameters. More...
|
|
void | recalc () |
| Cylinder::recalc. More...
|
|
QDomElement | toOpenIndyXML (QDomDocument &xmlDoc) const |
| Cylinder::toOpenIndyXML. More...
|
|
bool | fromOpenIndyXML (QDomElement &xmlElem) |
| Cylinder::fromOpenIndyXML. More...
|
|
QString | getDisplayX (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayX. More...
|
|
QString | getDisplayY (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayY. More...
|
|
QString | getDisplayZ (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayZ. More...
|
|
QString | getDisplayPrimaryI (const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayPrimaryI. More...
|
|
QString | getDisplayPrimaryJ (const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayPrimaryJ. More...
|
|
QString | getDisplayPrimaryK (const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayPrimaryK. More...
|
|
QString | getDisplayRadiusA (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Cylinder::getDisplayRadiusA. More...
|
|
| Geometry (const bool &isNominal, QObject *parent=0) |
| Geometry::Geometry. More...
|
|
| Geometry (const Geometry ©, QObject *parent=0) |
| Geometry::Geometry. More...
|
|
Geometry & | operator= (const Geometry ©) |
| Geometry::operator =. More...
|
|
virtual | ~Geometry () |
| Geometry::~Geometry. More...
|
|
const bool & | getIsCommon () const |
| Geometry::getIsCommon. More...
|
|
void | setCommonState (const bool &isCommon) |
| Geometry::setCommonState. More...
|
|
const bool & | getIsNominal () const |
| Geometry::getIsNominal. More...
|
|
const QList< QPointer< Geometry > > & | getNominals () const |
| Geometry::getNominals. More...
|
|
bool | addNominal (const QPointer< Geometry > &nominal) |
| Geometry::addNominal. More...
|
|
bool | removeNominal (const QPointer< Geometry > &nominal) |
| Geometry::removeNominal. More...
|
|
const QPointer< Geometry > & | getActual () const |
| Geometry::getActual. More...
|
|
bool | setActual (const QPointer< Geometry > &actual) |
| Geometry::setActual. More...
|
|
const QList< QPointer< Observation > > & | getObservations () const |
| Geometry::getObservations. More...
|
|
void | addObservation (const QPointer< Observation > &obs) |
| Geometry::addObservation. More...
|
|
void | removeObservation (const QPointer< Observation > &obs) |
| Geometry::removeObservation. More...
|
|
const QPointer< CoordinateSystem > & | getNominalSystem () const |
| Geometry::getNominalSystem. More...
|
|
bool | setNominalSystem (const QPointer< CoordinateSystem > &nomSys) |
| Geometry::setNominalSystem. More...
|
|
const MeasurementConfig & | getMeasurementConfig () const |
| Geometry::getMeasurementConfig. More...
|
|
void | setMeasurementConfig (const MeasurementConfig &myConfig) |
| Geometry::setMeasurementConfig. More...
|
|
const Statistic & | getStatistic () const |
| Geometry::getStatistic. More...
|
|
void | setStatistic (const Statistic &myStatistic) |
| Geometry::setStatistic. More...
|
|
const SimulationData & | getSimulationData () |
| Geometry::getSimulationData. More...
|
|
void | setSimulationData (const SimulationData &s) |
| Geometry::setSimulationData. More...
|
|
const QList< ReadingTypes > & | getUsedReadingTypes () const |
| Geometry::getUsedReadingTypes. More...
|
|
QString | getDisplayStDev (const UnitType &type, const int &digits) const |
| Geometry::getDisplayStDev. More...
|
|
QString | getDisplayMeasurementConfig () const |
| Geometry::getDisplayMeasurementConfig. More...
|
|
QString | getDisplayObservations () const |
| Geometry::getDisplayObservations. More...
|
|
| Feature (QObject *parent=0) |
| Feature::Feature. More...
|
|
| Feature (const Feature ©, QObject *parent=0) |
| Feature::Feature. More...
|
|
Feature & | operator= (const Feature ©) |
| Feature::operator =. More...
|
|
virtual | ~Feature () |
| Feature::~Feature. More...
|
|
const QPointer< FeatureWrapper > & | getFeatureWrapper () const |
| Feature::getFeatureWrapper. More...
|
|
const QString & | getFeatureName () const |
| Feature::getFeatureName. More...
|
|
void | setFeatureName (const QString &name) |
| Feature::setFeatureName. More...
|
|
const QString & | getGroupName () const |
| Feature::getGroupName. More...
|
|
void | setGroupName (const QString &group) |
| Feature::setGroupName. More...
|
|
const QString & | getComment () const |
| Feature::getComment. More...
|
|
void | setComment (const QString &comment) |
| Feature::setComment. More...
|
|
const bool & | getIsUpdated () const |
| Feature::getIsUpdated. More...
|
|
void | setIsUpdated (const bool &isUpdated) |
| Feature::setIsUpdated. More...
|
|
const bool & | getIsSolved () const |
| Feature::getIsSolved. More...
|
|
void | setIsSolved (const bool &isSolved) |
| Feature::setIsSolved. More...
|
|
const QList< QPointer< Function > > & | getFunctions () const |
| Feature::getFunctions. More...
|
|
void | addFunction (const QPointer< Function > &function) |
| Feature::addFunction. More...
|
|
void | removeFunction (const int &index) |
| Feature::removeFunction. More...
|
|
const bool & | getIsActiveFeature () const |
| Feature::getIsActiveFeature. More...
|
|
void | setActiveFeatureState (const bool &isActiveFeature) |
| Feature::setActiveFeatureState. More...
|
|
const QList< QPointer< FeatureWrapper > > & | getUsedFor () const |
| Feature::getUsedFor. More...
|
|
bool | addUsedFor (const QPointer< FeatureWrapper > &feature) |
| Feature::addUsedFor. More...
|
|
bool | removeUsedFor (const QPointer< FeatureWrapper > &feature) |
| Feature::removeUsedFor. More...
|
|
const QList< QPointer< FeatureWrapper > > & | getPreviouslyNeeded () const |
| Feature::getPreviouslyNeeded. More...
|
|
bool | addPreviouslyNeeded (const QPointer< FeatureWrapper > &feature) |
| Feature::addPreviouslyNeeded. More...
|
|
bool | removePreviouslyNeeded (const QPointer< FeatureWrapper > &feature) |
| Feature::removePreviouslyNeeded. More...
|
|
virtual QString | getDisplayType () const |
| Feature::getDisplayType. More...
|
|
virtual QString | getDisplayIsSolved () const |
| Feature::getDisplayIsSolved. More...
|
|
virtual QString | getDisplayIsUpdated () const |
| Feature::getDisplayIsUpdated. More...
|
|
virtual QString | getDisplayFunctions () const |
| Feature::getDisplayFunctions. More...
|
|
virtual QString | getDisplayUsedFor () const |
| Feature::getDisplayUsedFor. More...
|
|
virtual QString | getDisplayPreviouslyNeeded () const |
| Feature::getDisplayPreviouslyNeeded. More...
|
|
virtual QString | getDisplayRadiusB (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayRadiusB. More...
|
|
virtual QString | getDisplaySecondaryI (const int &digits, const bool &showDiff=false) const |
| Feature::getDisplaySecondaryI. More...
|
|
virtual QString | getDisplaySecondaryJ (const int &digits, const bool &showDiff=false) const |
| Feature::getDisplaySecondaryJ. More...
|
|
virtual QString | getDisplaySecondaryK (const int &digits, const bool &showDiff=false) const |
| Feature::getDisplaySecondaryK. More...
|
|
virtual QString | getDisplayAperture (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayAperture. More...
|
|
virtual QString | getDisplayA (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayA. More...
|
|
virtual QString | getDisplayB (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayB. More...
|
|
virtual QString | getDisplayC (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayC. More...
|
|
virtual QString | getDisplayAngle (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayAngle. More...
|
|
virtual QString | getDisplayDistance (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayDistance. More...
|
|
virtual QString | getDisplayMeasurementSeries (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayMeasurementSeries. More...
|
|
virtual QString | getDisplayTemperature (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayTemperature. More...
|
|
virtual QString | getDisplayLength (const UnitType &type, const int &digits, const bool &showDiff=false) const |
| Feature::getDisplayLength. More...
|
|
virtual QString | getDisplayExpansionOriginX (const UnitType &type, const int &digits) const |
| Feature::getDisplayExpansionOriginX. More...
|
|
virtual QString | getDisplayExpansionOriginY (const UnitType &type, const int &digits) const |
| Feature::getDisplayExpansionOriginY. More...
|
|
virtual QString | getDisplayExpansionOriginZ (const UnitType &type, const int &digits) const |
| Feature::getDisplayExpansionOriginZ. More...
|
|
virtual QString | getDisplayXAxisI (const int &digits) const |
| Feature::getDisplayXAxisI. More...
|
|
virtual QString | getDisplayXAxisJ (const int &digits) const |
| Feature::getDisplayXAxisJ. More...
|
|
virtual QString | getDisplayXAxisK (const int &digits) const |
| Feature::getDisplayXAxisK. More...
|
|
virtual QString | getDisplayYAxisI (const int &digits) const |
| Feature::getDisplayYAxisI. More...
|
|
virtual QString | getDisplayYAxisJ (const int &digits) const |
| Feature::getDisplayYAxisJ. More...
|
|
virtual QString | getDisplayYAxisK (const int &digits) const |
| Feature::getDisplayYAxisK. More...
|
|
virtual QString | getDisplayZAxisI (const int &digits) const |
| Feature::getDisplayZAxisI. More...
|
|
virtual QString | getDisplayZAxisJ (const int &digits) const |
| Feature::getDisplayZAxisJ. More...
|
|
virtual QString | getDisplayZAxisK (const int &digits) const |
| Feature::getDisplayZAxisK. More...
|
|
virtual QString | getDisplayStartSystem () const |
| Feature::getDisplayStartSystem. More...
|
|
virtual QString | getDisplayDestinationSystem () const |
| Feature::getDisplayDestinationSystem. More...
|
|
virtual QString | getDisplayTranslationX (const UnitType &type, const int &digits) const |
| Feature::getDisplayTranslationX. More...
|
|
virtual QString | getDisplayTranslationY (const UnitType &type, const int &digits) const |
| Feature::getDisplayTranslationY. More...
|
|
virtual QString | getDisplayTranslationZ (const UnitType &type, const int &digits) const |
| Feature::getDisplayTranslationZ. More...
|
|
virtual QString | getDisplayRotationX (const UnitType &type, const int &digits) const |
| Feature::getDisplayRotationX. More...
|
|
virtual QString | getDisplayRotationY (const UnitType &type, const int &digits) const |
| Feature::getDisplayRotationY. More...
|
|
virtual QString | getDisplayRotationZ (const UnitType &type, const int &digits) const |
| Feature::getDisplayRotationZ. More...
|
|
virtual QString | getDisplayScaleX (const int &digits) const |
| Feature::getDisplayScaleX. More...
|
|
virtual QString | getDisplayScaleY (const int &digits) const |
| Feature::getDisplayScaleY. More...
|
|
virtual QString | getDisplayScaleZ (const int &digits) const |
| Feature::getDisplayScaleZ. More...
|
|
virtual QString | getDisplayIsUsed () const |
| Feature::getDisplayIsUsed. More...
|
|
virtual QString | getDisplayValidTime () const |
| Feature::getDisplayValidTime. More...
|
|
virtual QString | getDisplayIsMovement () const |
| Feature::getDisplayIsMovement. More...
|
|
virtual QString | getDisplayIsDatumTransformation () const |
| Feature::getDisplayIsDatumTransformation. More...
|
|
| Element (QObject *parent=0) |
|
| Element (const Element ©, QObject *parent=0) |
|
Element & | operator= (const Element ©) |
|
virtual | ~Element () |
|
int | getId () const |
| Element::getId. More...
|
|