-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify arguments used in prepareFastDrawSample (#616)
This fixes quite a few static casts and replaces them with lambda functions, which should be more flexible. Now the only argument prepareFastDrawSample passes into the callback is size_t i. The rest of the arguments can be bound to the function. Also removed some unnecessary includes of CParticleFilterCapable.h.
- Loading branch information
Showing
17 changed files
with
155 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.