forked from victorprad/InfiniTAM
-
Notifications
You must be signed in to change notification settings - Fork 3
Use lambdas / function objects wherever possible. #289
Copy link
Copy link
Open
Labels
code clarityMaintenance and further development would be eased if code clarity is improved by solving this issueMaintenance and further development would be eased if code clarity is improved by solving this issueease-of-maintenanceResolving this issue would significantly improve ease of maintenance and future development.Resolving this issue would significantly improve ease of maintenance and future development.
Metadata
Metadata
Assignees
Labels
code clarityMaintenance and further development would be eased if code clarity is improved by solving this issueMaintenance and further development would be eased if code clarity is improved by solving this issueease-of-maintenanceResolving this issue would significantly improve ease of maintenance and future development.Resolving this issue would significantly improve ease of maintenance and future development.
Static methods of classes in Traversal and Reduction APIs should all accept lambdas or functions directly instead of function objects / functors.