A StitchedOutline contains a function to stitch the
tears and fullcuts, setting the correspondences hf
, hb
and
h
David Sterratt
retistruct::OutlineCommon
-> retistruct::Outline
-> retistruct::PathOutline
-> retistruct::AnnotatedOutline
-> retistruct::TriangulatedOutline
-> StitchedOutline
Rset
the set of points on the rim
TFset
list containing indices of points in each forward tear
CFset
list containing indices of points in each forward cut
epsilon
the minimum distance between points, set automatically
tearsStitched
Boolean indicating if tears have been stitched
fullCutsStitched
Boolean indicating if full cuts have been stitched
Inherited methods
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$mapFragment()
retistruct::Outline$mapPids()
retistruct::Outline$replaceImage()
retistruct::PathOutline$insertPoint()
retistruct::PathOutline$nextPoint()
retistruct::PathOutline$stitchSubpaths()
retistruct::AnnotatedOutline$addFullCut()
retistruct::AnnotatedOutline$addPoints()
retistruct::AnnotatedOutline$addTear()
retistruct::AnnotatedOutline$checkTears()
retistruct::AnnotatedOutline$computeFullCutRelationships()
retistruct::AnnotatedOutline$computeTearRelationships()
retistruct::AnnotatedOutline$ensureFixedPointInRim()
retistruct::AnnotatedOutline$getFixedPoint()
retistruct::AnnotatedOutline$getFullCut()
retistruct::AnnotatedOutline$getFullCuts()
retistruct::AnnotatedOutline$getRimLengths()
retistruct::AnnotatedOutline$getRimSet()
retistruct::AnnotatedOutline$getTear()
retistruct::AnnotatedOutline$getTears()
retistruct::AnnotatedOutline$labelFullCutPoints()
retistruct::AnnotatedOutline$labelTearPoints()
retistruct::AnnotatedOutline$removeFullCut()
retistruct::AnnotatedOutline$removeTear()
retistruct::AnnotatedOutline$setFixedPoint()
retistruct::AnnotatedOutline$whichFullCut()
retistruct::AnnotatedOutline$whichTear()
retistruct::TriangulatedOutline$mapTriangulatedFragment()
retistruct::TriangulatedOutline$triangulate()
new()
Constructor
StitchedOutline$new(...)
...
Parameters to superclass constructors
stitchTears()
Stitch together the incisions and tears by inserting new points in the tears and creating correspondences between new points.
StitchedOutline$stitchTears()
stitchFullCuts()
Stitch together the fullcuts by inserting new points in the tears and creating correspondences between new points.
StitchedOutline$stitchFullCuts()
isStitched()
Test if the outline has been stitched
StitchedOutline$isStitched()
Boolean, indicating if the outline has been stitched or not
getBoundarySets()
Get point IDs of points on boundaries
StitchedOutline$getBoundarySets()
List of Point IDs of points on the boundaries.
If the outline has been stitched,
the point IDs in each
element of the list will be ordered in the direction of the
forward pointer, and the boundary that is longest will be
named as Rim
. If the outline has not been stitched,
the list will have one element named Rim
.
clone()
The objects of this class are cloneable with this method.
StitchedOutline$clone(deep = FALSE)
deep
Whether to make a deep clone.