8#ifndef KOPATHPOINTDATA_H
9#define KOPATHPOINTDATA_H
12#include <boost/operators.hpp>
QPair< int, int > KoPathPointIndex
Describe a KoPathPoint by a KoPathShape and its indices.
KoPathPointIndex pointIndex
position of the point in the path shape
KoPathShape * pathShape
path shape the path point belongs too
bool operator<(const KoPathPointData &other) const
operator used for sorting
bool operator==(const KoPathPointData &other) const
KoPathPointData(KoPathShape *path, const KoPathPointIndex &pointIndex)
constructor
The position of a path point within a path shape.