Mapper  0.9.0
API documentation
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
OpenOrienteering::PassPoint Struct Reference

Pair of source and destination coordinates used to calculate transformations. More...

#include <transformation.h>

Collaboration diagram for OpenOrienteering::PassPoint:
Collaboration graph
[legend]

Public Member Functions

void save (QXmlStreamWriter &xml) const
 

Static Public Member Functions

static PassPoint load (QXmlStreamReader &xml)
 

Public Attributes

MapCoordF src_coords
 Start position specified by the user. More...
 
MapCoordF dest_coords
 End position specified by the user. More...
 
MapCoordF calculated_coords
 Position where the point really ended up. More...
 
double error
 Distance between dest_coords_map and calculated_coords; negative if not calculated yet. More...
 

Detailed Description

Pair of source and destination coordinates used to calculate transformations.

Member Function Documentation

◆ load()

PassPoint OpenOrienteering::PassPoint::load ( QXmlStreamReader xml)
static

◆ save()

void OpenOrienteering::PassPoint::save ( QXmlStreamWriter xml) const

Member Data Documentation

◆ calculated_coords

MapCoordF OpenOrienteering::PassPoint::calculated_coords

Position where the point really ended up.

◆ dest_coords

MapCoordF OpenOrienteering::PassPoint::dest_coords

End position specified by the user.

◆ error

double OpenOrienteering::PassPoint::error

Distance between dest_coords_map and calculated_coords; negative if not calculated yet.

◆ src_coords

MapCoordF OpenOrienteering::PassPoint::src_coords

Start position specified by the user.


The documentation for this struct was generated from the following files: