ASL  0.1.7
Advanced Simulation Library
Public Types | Public Member Functions | List of all members
asl::DataCoarser Class Reference

Algorithm for generation of coarsed dataset. More...

#include <aslDataResampling.h>

Inheritance diagram for asl::DataCoarser:
Inheritance graph
[legend]
Collaboration diagram for asl::DataCoarser:
Collaboration graph
[legend]

Public Types

typedef SPDataWithGhostNodesACLData Data
 

Public Member Functions

 DataCoarser ()
 
 DataCoarser (Data dIn)
 
Data getDataOut ()
 
- Public Member Functions inherited from asl::SingleKernelNM
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
virtual ~SingleKernelNM ()
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 

Additional Inherited Members

- Protected Member Functions inherited from asl::SingleKernelNM
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)
 
- Protected Attributes inherited from asl::SingleKernelNM
acl::SPKernel kernel
 

Detailed Description

Algorithm for generation of coarsed dataset.

Todo:
make and test
Examples
testVTK_IO.cc.

Definition at line 54 of file aslDataResampling.h.

Member Typedef Documentation

◆ Data

Definition at line 57 of file aslDataResampling.h.

Constructor & Destructor Documentation

◆ DataCoarser() [1/2]

asl::DataCoarser::DataCoarser ( )

◆ DataCoarser() [2/2]

asl::DataCoarser::DataCoarser ( Data  dIn)

Member Function Documentation

◆ getDataOut()

DataCoarser::Data asl::DataCoarser::getDataOut ( )
inline

Definition at line 109 of file aslDataResampling.h.


The documentation for this class was generated from the following file: