Nicolas Mellado
Nicolas Mellado
API change
Right now the provide/requirement system is based on enum check, which fail if `Base::PROVIDE_SOMETHING` is not defined. It does not allow to check the existence of a given properties, and...
Add class looking like ```cpp template < class P, class W, int Type, BASKET_TP(0), BASKET_TP(1), BASKET_TP(2), BASKET_TP(3), BASKET_TP(4), BASKET_TP(5), BASKET_TP(6), BASKET_TP(7), BASKET_TP(8), BASKET_TP(9), BASKET_TP(10), BASKET_TP(11) > class BasketAutoDiff : public...
Point parameters are specified statically by the 'MyPoint' class. Could be interesting to provide dynamic add/removal of the attribute fields.
split in 3 different tests enable long double on windows
- [x] add link to website source code - [x] add authors - [x] polish title+text - [ ] add download link below the webglviewer
- [ ] Add option in CLI to chose an input file - [ ] Add GUI to select a load an input file
The release digest stops at 1.1: https://poncateam.github.io/ponca/ponca_changelog.html
The pass system allows to run multiple passes over the neighborhood when calling `basket.compute(...)`. In the current implementation, each computation component is in charge of checking if its Base classes...