Learn R Programming

retistruct (version 0.6.3)

StitchedOutline: Class containing functions and data relating to Stitching outlines

Description

A StitchedOutline contains a function to stitch the tears, setting the correspondences hf, hb and h

Arguments

Public fields

Rset

the set of points on the rim

TFset

list containing indices of points in each forward tear

epsilon

the minimum distance between points, set automatically

Methods

Public methods

Method new()

Constructor

Usage

StitchedOutline$new(...)

Arguments

...

Parameters to superclass constructors

Method stitchTears()

Stitch together the incisions and tears by inserting new points in the tears and creating correspondences between new points.

Usage

StitchedOutline$stitchTears()

Method clone()

The objects of this class are cloneable with this method.

Usage

StitchedOutline$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.