An OutlineCommon has functionality for retrieving sets of features (e.g. points or landmarks associated with an outline)
versionVersion of reconstruction file data format
featureSetsList of feature sets associated with the outline, which may be of various types, e.g. a PointSet or LandmarkSet
getFeatureSets()Get all the feature sets
OutlineCommon$getFeatureSets()
List of FeatureSets associated with the outline
getFeatureSet()Get all feature sets of a particular type, e.g. PointSet or LandmarkSet
OutlineCommon$getFeatureSet(type)
typeThe type of the feature set as a string
All FeatureSets of that type
clearFeatureSets()Clear all feature sets from the outline
OutlineCommon$clearFeatureSets()
getIDs()Get all the distinct IDs contained in the FeatureSets
OutlineCommon$getIDs()
Vector of IDs
getFeatureSetTypes()Get all the distinct types of FeatureSets
OutlineCommon$getFeatureSetTypes()
Vector of types as strings, e.g. PointSet, LandmarkSet
clone()The objects of this class are cloneable with this method.
OutlineCommon$clone(deep = FALSE)
deepWhether to make a deep clone.