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

plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor > Struct Template Reference

Easy instantiation of boxed data processor for a single lattice with bool mask. More...

#include <dataProcessingFunctional2D.h>

Inheritance diagram for plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >:
Collaboration diagram for plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >:

List of all members.

Public Member Functions

virtual void process (Box2D domain, BlockLattice2D< T, Descriptor > &lattice, NTensorField2D< int > &mask)=0
virtual void processGenericBlocks (Box2D domain, std::vector< AtomicBlock2D * > atomicBlocks)
 Invoke parent-method "processGenericBlocks" through a type-cast.

Detailed Description

template<typename T, template< typename U > class Descriptor>
struct plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >

Easy instantiation of boxed data processor for a single lattice with bool mask.


Member Function Documentation

template<typename T, template< typename U > class Descriptor>
virtual void plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >::process ( Box2D  domain,
BlockLattice2D< T, Descriptor > &  lattice,
NTensorField2D< int > &  mask 
) [pure virtual]
template<typename T , template< typename U > class Descriptor>
void plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >::processGenericBlocks ( Box2D  domain,
std::vector< AtomicBlock2D * >  atomicBlocks 
) [inline, virtual]

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

Implements plb::BoxProcessingFunctional2D.

References plb::MaskedBoxProcessingFunctional2D_L< T, Descriptor >::process().


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