ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
aslDataResampling.h File Reference
#include "aslSingleKernelNM.h"
#include "math/aslVectors.h"
#include "acl/cl.hpp"
Include dependency graph for aslDataResampling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asl::DataCoarser
 Algorithm for generation of coarsed dataset. More...
 
class  asl::DataClipper
 Algorithm for generation of coarsed dataset. More...
 

Namespaces

namespace  acl
 Advanced Computational Language.
 
namespace  asl
 Advanced Simulation Library.
 

Typedefs

typedef std::shared_ptr< DataCoarserasl::SPDataCoarser
 
typedef std::shared_ptr< DataClipperasl::SPDataClipper
 

Functions

SPDataWithGhostNodesACLData asl::coarseData (SPDataWithGhostNodesACLData d)
 
SPDataWithGhostNodesACLData asl::clipData (SPDataWithGhostNodesACLData d, AVec< int > a0, AVec< int > aE)