$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 > Struct Template Reference

Easy instantiation of boxed data processor for NTensorField-NTensorField coupling. More...

#include <reductiveDataProcessingFunctional2D.h>

Inheritance diagram for plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >:
Collaboration diagram for plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >:

List of all members.

Public Member Functions

virtual void process (Box2D domain, NTensorField2D< T1 > &field1, NTensorField2D< T2 > &field2)=0
virtual void processGenericBlocks (Box2D domain, std::vector< AtomicBlock2D * > atomicBlocks)
 Invoke parent-method "processGenericBlocks" through a type-cast.

Detailed Description

template<typename T1, typename T2>
struct plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >

Easy instantiation of boxed data processor for NTensorField-NTensorField coupling.


Member Function Documentation

template<typename T1, typename T2>
virtual void plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >::process ( Box2D  domain,
NTensorField2D< T1 > &  field1,
NTensorField2D< T2 > &  field2 
) [pure virtual]
template<typename T1 , typename T2 >
void plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >::processGenericBlocks ( Box2D  domain,
std::vector< AtomicBlock2D * >  atomicBlocks 
) [inline, virtual]

Invoke parent-method "processGenericBlocks" through a type-cast.

Implements plb::ReductiveBoxProcessingFunctional2D.

References plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 >::process().


The documentation for this struct was generated from the following files: