ASL
0.1.7
Advanced Simulation Library
|
Algorithm for generation of coarsed dataset. More...
#include <aslDataResampling.h>
Public Types | |
typedef SPDataWithGhostNodesACLData | Data |
Public Member Functions | |
DataClipper () | |
DataClipper (Data dIn, AVec< int > a0, AVec< int > aE) | |
Data | getDataOut () |
![]() | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
virtual | ~SingleKernelNM () |
![]() | |
virtual | ~NumMethod () |
Additional Inherited Members | |
![]() | |
virtual void | preProcessing () |
the function executed before kernel->compute() More... | |
virtual void | postProcessing () |
the function executed after kernel->compute() More... | |
SingleKernelNM (const acl::KernelConfiguration &kernelCongig) | |
![]() | |
acl::SPKernel | kernel |
Algorithm for generation of coarsed dataset.
Definition at line 82 of file aslDataResampling.h.
Definition at line 85 of file aslDataResampling.h.
asl::DataClipper::DataClipper | ( | ) |
|
inline |
Definition at line 114 of file aslDataResampling.h.