|
ARTEMIS
|
An empty base class from which specific resampling algorithms are derived. More...
#include <Resampling.H>
Public Member Functions | |
| virtual void | operator() (WarpXParIter &, const int, WarpXParticleContainer *) const =0 |
| Virtual operator() of the abstract ResamplingAlgorithm class. More... | |
| virtual | ~ResamplingAlgorithm ()=default |
| Virtual destructor of the abstract ResamplingAlgorithm class. More... | |
An empty base class from which specific resampling algorithms are derived.
|
virtualdefault |
Virtual destructor of the abstract ResamplingAlgorithm class.
|
pure virtual |
Virtual operator() of the abstract ResamplingAlgorithm class.
Implemented in LevelingThinning.