Updates to handle pcomposition and pcollection objects #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in a set of functions to deal with
pcomposition
andpcollection
objects. This set of functions include fuzzy numerical operations, fuzzy geometric set operations, and related functions (i.e.,spa_add_component
,spa_eval
,spa_core
,spa_exact_equal
,spa_exact_inside
,spa_boundary
, andcheck_spa_topological_condition
). Further, some functions are now deprecated (spa_common_points
andspa_boundary_pregion
). The fuzzy topological relationships still work only forpregion
objects (but some minor modifications were needed because of the updates on classes and internal functions).Inclusion of a set of internal functions to manipulate
pcomposition
andpcollection
objects in the previous operations. Further, some external functions are now available:pcollection_to_pcomposition
andspa_flatten
.According to the following papers: