CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
CartoType::TFixedSizeContour< aPointCount, aClosed > Member List

This is the complete list of members for CartoType::TFixedSizeContour< aPointCount, aClosed >, including all inherited members.

Anticlockwise() constCartoType::MContour
AppendClippedContour(COutline &aDest, const TRect &aClip) constCartoType::MContour
AppendSplitContour(COutline &aDest, const TPointFP &aLineStart, const TPointFP &aLineVector)CartoType::MContour
Area() constCartoType::MPath
begin() constCartoType::MPathinline
CBox() constCartoType::MPath
CBoxBiggerThan(int32_t aSize) constCartoType::MPath
CenterOfGravity() constCartoType::MPath
CentralPath(std::shared_ptr< CEngine > aEngine, const TRect &aClip, bool aFractionalPixels, TLine &aFallbackLine, bool aFallbackMustBeHorizontal) constCartoType::MContour
Clip(TClipOperation aClipOperation, const MPath &aClip) constCartoType::MPath
ClippedContour(const TRect &aClip) constCartoType::MContour
ClippedPath(const TRect &aClip) constCartoType::MPath
ClippedPath(const MPath &aClip) constCartoType::MPath
ClippedPath(const TClipRegion &aClip) constCartoType::MPath
ClipType(const TRect &aRect) constCartoType::MPath
Closed() const overrideCartoType::TFixedSizeContour< aPointCount, aClosed >inlinevirtual
Contains(double aX, double aY) constCartoType::MContour
Contains(const TPoint &aPoint) constCartoType::MContourinline
CartoType::MPath::Contains(const TPointFP &aPoint) constCartoType::MPathinline
Contour(size_t) const overrideCartoType::TFixedSizeContour< aPointCount, aClosed >inlinevirtual
Contours() constCartoType::MContourinlinevirtual
Copy() constCartoType::MPath
DistanceFrom(const MContour &aOther, TPointFP *aNearest1=nullptr, TPointFP *aNearest2=nullptr, TPathIntersectionType *aType=nullptr) constCartoType::MContour
CartoType::MPath::DistanceFrom(const MPath &aOther, TPointFP *aNearest1=nullptr, TPointFP *aNearest2=nullptr, TPathIntersectionType *aType=nullptr) constCartoType::MPath
DistanceFromPoint(const TPointFP &aPoint, TPointFP *aNearest=nullptr, double *aNearestLength=nullptr, bool *aLeft=nullptr, size_t *aLineIndex=nullptr, double *aFractionalLineIndex=nullptr, bool aTreatAsOpen=false) constCartoType::MContour
CartoType::MPath::DistanceFromPoint(const TPointFP &aPoint, TPointFP *aNearest=nullptr, size_t *aContourIndex=nullptr, size_t *aLineIndex=nullptr, double *aFractionaLineIndex=nullptr, bool aTreatAsOpen=false) constCartoType::MPath
End() constCartoType::MPath
end() constCartoType::MPathinline
Envelope(double aOffset) constCartoType::MPath
FlatPath(double aMaxDistance) constCartoType::MPath
FractionalPoint(double aIndex) constCartoType::MContour
GetAngles(double aDistance, double &aStartAngle, double &aEndAngle)CartoType::MContour
GetCenterOfGravity(TPoint &aCenter) constCartoType::MPath
GetHorizontalPaths(int32_t aPathLength, int32_t aLabelHeight, const TPointFP &aUpVector, const TRect *aBounds, const TRect *aClip) constCartoType::MPath
GetOrientation(const TPoint &aCenter, TPoint &aOrientation) constCartoType::MContour
GetPrincipalAxis(TPointFP &aCenter, TPointFP &aVector) constCartoType::MContour
GetSphericalAreaAndLength(const CProjection &aProjection, double *aArea, double *aLength) constCartoType::MPath
HasCurves() constCartoType::MPath
IntersectionInfo(const MContour &aOther) constCartoType::MContour
CartoType::MPath::IntersectionInfo(const MPath &aOther) constCartoType::MPath
IntersectionType(const MContour &aOther, double *aDistance=nullptr, TPointFP *aNearest1=nullptr, TPointFP *aNearest2=nullptr) constCartoType::MContour
CartoType::MPath::IntersectionType(const MPath &aOther, double *aDistance=nullptr, TPointFP *aNearest1=nullptr, TPointFP *aNearest2=nullptr) constCartoType::MPath
Intersects(const TRect &aRect) constCartoType::MContour
CartoType::MPath::Intersects(const MPath &aPath, const TRect *aBounds=nullptr) constCartoType::MPath
IsClippingNeeded(const TRect &aClip) constCartoType::MPath
IsContainedIn(const TRect &aRect) constCartoType::MPath
IsEmpty() constCartoType::MPath
IsGridOrientedRectangle(TRect *aRect=nullptr) constCartoType::MContour
IsPoint() constCartoType::MPath
IsSmoothingNeeded() constCartoType::MPath
LastPoint() constCartoType::MContourinline
Length() constCartoType::MPath
MaxDistanceFromOrigin() constCartoType::MPath
MayHaveCurves() const overrideCartoType::TFixedSizeContour< aPointCount, aClosed >inlinevirtual
MayIntersect(const TRect &aRect) constCartoType::MContour
CartoType::MPath::MayIntersect(const TRect &aRect, int32_t aBorder) constCartoType::MPath
OffsetPath(double aOffset) constCartoType::MPath
operator TContour() constCartoType::MContourinline
operator==(const MPath &aOther) constCartoType::MPath
Point(size_t aIndex) const overrideCartoType::TFixedSizeContour< aPointCount, aClosed >inlinevirtual
PointAtLength(double aLength, double aOffset=0, int32_t *aLineIndex=nullptr) constCartoType::MContour
CartoType::MPath::PointAtLength(double aPos) constCartoType::MPath
Points() const overrideCartoType::TFixedSizeContour< aPointCount, aClosed >inlinevirtual
Smooth(double aRadius) constCartoType::MContour
SmoothPath() constCartoType::MPath
SubContourBetweenFractionalPoints(double aStartIndex, double aEndIndex) constCartoType::MContour
SubContourBetweenNearestPoints(const TPointFP *aStartPoint, const TPointFP *aEndPoint) constCartoType::MContour
TransformedPath(const TTransform &aTransform) constCartoType::MPath
TransformedPath(TDrawResult &aError, MPointTransformer &aTransformer, int32_t aFractionalBits) constCartoType::MPath
Traverse(MPathTraverser &aTraverser, const TRect &aClip) constCartoType::MPathinline
Traverse(MPathTraverser &aTraverser, const TRect *aClip=nullptr) constCartoType::MPathinline
TruncatedContour(double aStart, double aEnd) constCartoType::MContour
TruncatedPath(double aStart, double aEnd) constCartoType::MPath
Write(TDataOutputStream &aOutput) constCartoType::MContour
~MPath()CartoType::MPathinlinevirtual