Closed nmellado closed 7 years ago
@simogasp yes indeed. I've updated the PR description accordingly.
This should be solved at no cost (at least for me) in a couple of weeks, Travis is updating its linux VMs to ubuntu trusty.
Thanks @simogasp for the tips. I'll add that tomorrow if it doesn't affect to much the package generation (shouldn't be the case), then I'll merge this to the master and deploy the release (assuming the CI tests are ok).
Purpose of this release
Stabilizing API before use in other contexts (wrappers to other libraries, Meshlab plugin, etc...)
List of changes
GlobalRegistration
036972d4ea7f5c304f6a04c690dfd789b920c656 ba79cae738e8bac8e412971c5875e316fbc558e8match4pcsBase
API: keep onlyComputeTransformation
as public method (+ getters), and mark other internal methods as protected. Consequence of this change: the test applications will have to create local classes inheriting frommatch4pcsBase
to allow access to these internal routines. db3d7a06f48900f96a9af9a9fd657993fbe38806match4pcsBase.hpp
was not visible in IDEs) 65b8156a8af8cb885a75c31aacade89f099d6fc6TransformVisitor
default behavior d2048b5534d528df5abb2d4f5c816cf2d462a99aAborted changes
TransformationVisitor
inmatch4pcsBase
: visit all the transformations associated to an LCP computation This functionality is no longer in the roadmap: it can already be implemented by inheriting fromMatchSuper4PCS
orMatch4PCS
and extending theVerify
method.Feature requests and contributions
Please open an issue (or comment existing one) to request an additional feature, as long as it fits the release purpose.
Contributions are welcome, please submit Pull Request against this branch.