calculateArea() const | OpenOrienteering::VirtualPath | inline |
calculateExtent() const | OpenOrienteering::VirtualPath | inline |
calculateIncomingTangent(size_type i, bool &ok) const | OpenOrienteering::VirtualPath | |
calculateOutgoingTangent(size_type i, bool &ok) const | OpenOrienteering::VirtualPath | |
calculatePathParts(const VirtualCoordVector &coords) | OpenOrienteering::PathPart | static |
calculateTangent(size_type i) const | OpenOrienteering::VirtualPath | |
calculateTangent(size_type i, bool backward, bool &ok) const | OpenOrienteering::VirtualPath | |
calculateTangentScaling(size_type i) const | OpenOrienteering::VirtualPath | |
connectEnds() | OpenOrienteering::PathPart | |
coords | OpenOrienteering::VirtualPath | |
copy(const SplitPathCoord &first, const SplitPathCoord &last, MapCoordVector &out_coords) const | OpenOrienteering::VirtualPath | |
copy(const SplitPathCoord &first, const SplitPathCoord &last, MapCoordVector &out_flags, MapCoordVectorF &out_coords) const | OpenOrienteering::VirtualPath | |
copyLengths(const SplitPathCoord &first, const SplitPathCoord &last, std::vector< PathCoord::length_type > &out_lengths) const | OpenOrienteering::VirtualPath | |
countRegularNodes() const | OpenOrienteering::VirtualPath | |
empty() const | OpenOrienteering::VirtualPath | inline |
findClosestPointTo(MapCoordF coord, float &distance_squared, float distance_bound_squared, size_type start_index, size_type end_index) const | OpenOrienteering::VirtualPath | |
first_index | OpenOrienteering::VirtualPath | |
intersectsBox(const QRectF &box) const | OpenOrienteering::VirtualPath | inline |
isClosed() const | OpenOrienteering::VirtualPath | |
isPointInside(const MapCoordF &coord) const | OpenOrienteering::VirtualPath | inline |
last_index | OpenOrienteering::VirtualPath | |
length() const | OpenOrienteering::VirtualPath | inline |
nextCoordIndex(size_type base_index) const | OpenOrienteering::VirtualPath | |
operator=(const PathPart &rhs) | OpenOrienteering::PathPart | inline |
OpenOrienteering::VirtualPath::operator=(const VirtualPath &)=default | OpenOrienteering::VirtualPath | protected |
OpenOrienteering::VirtualPath::operator=(VirtualPath &&)=default | OpenOrienteering::VirtualPath | protected |
path | OpenOrienteering::PathPart | |
path_coords | OpenOrienteering::VirtualPath | |
PathPart(PathObject &path, MapCoordVector::size_type start_index, MapCoordVector::size_type end_index) | OpenOrienteering::PathPart | inline |
PathPart(const VirtualCoordVector &coords, MapCoordVector::size_type start_index, MapCoordVector::size_type end_index) | OpenOrienteering::PathPart | inline |
PathPart(PathObject &path, const VirtualPath &virtual_path) | OpenOrienteering::PathPart | |
prevCoordIndex(size_type base_index) const | OpenOrienteering::VirtualPath | |
reverse() | OpenOrienteering::PathPart | |
setClosed(bool closed, bool may_use_existing_close_point=false) | OpenOrienteering::PathPart | |
size() const | OpenOrienteering::VirtualPath | inline |
size_type typedef | OpenOrienteering::VirtualPath | |
VirtualPath(const MapCoordVector &coords) | OpenOrienteering::VirtualPath | explicit |
VirtualPath(const MapCoordVector &coords, size_type first, size_type last) | OpenOrienteering::VirtualPath | |
VirtualPath(const VirtualCoordVector &coords) | OpenOrienteering::VirtualPath | explicit |
VirtualPath(const VirtualCoordVector &coords, size_type first, size_type last) | OpenOrienteering::VirtualPath | |
VirtualPath(const MapCoordVector &flags, const MapCoordVectorF &coords) | OpenOrienteering::VirtualPath | |
VirtualPath(const MapCoordVector &flags, const MapCoordVectorF &coords, size_type first, size_type last) | OpenOrienteering::VirtualPath | |
VirtualPath(const VirtualPath &)=default | OpenOrienteering::VirtualPath | |
VirtualPath(VirtualPath &&)=default | OpenOrienteering::VirtualPath | |
~PathPart()=default | OpenOrienteering::PathPart | |