PathOutline | R Documentation |
Add point fullcuts to the outline
Add point fullcuts to the outline
The member function stitchSubpaths()
stitches together two
subpaths of the outline. One subpath is stitched in the forward
direction from the point indexed by VF0
to the point
indexed by VF1
. The other is stitched in the backward
direction from VB0
to VB1
. Each point in the subpath
is linked to points in the opposing pathway at an equal or
near-equal fraction along. If a point exists in the opposing
pathway within a distance epsilon
of the projection, this
point is connected. If no point exists within this tolerance, a
new point is created.
To the Outline
object this adds
hf |
point cut mapping in forward direction for points on boundary |
hb |
point cut mapping in backward direction for points on boundary |
retistruct::OutlineCommon
-> retistruct::Outline
-> PathOutline
hf
Forward fullcuts
hb
Backward fullcuts
retistruct::OutlineCommon$clearFeatureSets()
retistruct::OutlineCommon$getFeatureSet()
retistruct::OutlineCommon$getFeatureSetTypes()
retistruct::OutlineCommon$getFeatureSets()
retistruct::OutlineCommon$getIDs()
retistruct::Outline$addFeatureSet()
retistruct::Outline$getDepth()
retistruct::Outline$getFragment()
retistruct::Outline$getFragmentIDs()
retistruct::Outline$getFragmentIDsFromPointIDs()
retistruct::Outline$getFragmentPointIDs()
retistruct::Outline$getFragmentPoints()
retistruct::Outline$getImage()
retistruct::Outline$getOutlineLengths()
retistruct::Outline$getOutlineSet()
retistruct::Outline$getPoints()
retistruct::Outline$getPointsScaled()
retistruct::Outline$getPointsXY()
retistruct::Outline$getRimSet()
retistruct::Outline$initialize()
retistruct::Outline$mapFragment()
retistruct::Outline$mapPids()
retistruct::Outline$replaceImage()
addPoints()
Add points to the outline register of points
PathOutline$addPoints(P, fid)
P
2 column matrix of points to add
fid
fragment id of the points
The ID of each added point in the register. If points already exist a point will not be created in the register, but an ID will be returned
nextPoint()
Get next point in path for
PathOutline$nextPoint(pids)
pids
Point IDs of points to get next position
insertPoint()
Insert point at a fractional distance between points
PathOutline$insertPoint(i0, i1, f)
i0
Point ID of first point
i1
Point ID of second point
f
Fraction of distance between points i0
and
i1
at which to insert point
stitchSubpaths()
Stitch subpaths
PathOutline$stitchSubpaths(VF0, VF1, VB0, VB1, epsilon)
VF0
First vertex of “forward” subpath
VF1
Second vertex of “forward” subpath
VB0
First vertex of “backward” subpath
VB1
Second vertex of “backward” subpath
epsilon
Minimum distance between points
clone()
The objects of this class are cloneable with this method.
PathOutline$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.