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

plb::BoundedReductiveBoxProcessingFunctional3D_N< T > Struct Template Reference

Easy instantiation of bounded boxed data processor for a single n-tensor field. More...

#include <reductiveDataProcessingFunctional3D.h>

Inheritance diagram for plb::BoundedReductiveBoxProcessingFunctional3D_N< T >:
Collaboration diagram for plb::BoundedReductiveBoxProcessingFunctional3D_N< T >:

List of all members.

Public Member Functions

virtual void processBulkGeneric (Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processPlaneGeneric (int direction, int orientation, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processEdgeGeneric (int plane, int normal1, int normal2, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processCornerGeneric (int normalX, int normalY, int normalZ, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processBulk (Box3D domain, NTensorField3D< T > &lattice)=0
virtual void processPlane (int direction, int orientation, Box3D domain, NTensorField3D< T > &lattice)=0
virtual void processEdge (int plane, int normal1, int normal2, Box3D domain, NTensorField3D< T > &lattice)=0
virtual void processCorner (int normalX, int normalY, int normalZ, Box3D domain, NTensorField3D< T > &lattice)=0

Detailed Description

template<typename T>
struct plb::BoundedReductiveBoxProcessingFunctional3D_N< T >

Easy instantiation of bounded boxed data processor for a single n-tensor field.


Member Function Documentation

template<typename T>
virtual void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processBulk ( Box3D  domain,
NTensorField3D< T > &  lattice 
) [pure virtual]
template<typename T >
void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processBulkGeneric ( Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T>
virtual void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processCorner ( int  normalX,
int  normalY,
int  normalZ,
Box3D  domain,
NTensorField3D< T > &  lattice 
) [pure virtual]
template<typename T >
void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processCornerGeneric ( int  normalX,
int  normalY,
int  normalZ,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T>
virtual void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processEdge ( int  plane,
int  normal1,
int  normal2,
Box3D  domain,
NTensorField3D< T > &  lattice 
) [pure virtual]
template<typename T >
void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processEdgeGeneric ( int  plane,
int  normal1,
int  normal2,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T>
virtual void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processPlane ( int  direction,
int  orientation,
Box3D  domain,
NTensorField3D< T > &  lattice 
) [pure virtual]
template<typename T >
void plb::BoundedReductiveBoxProcessingFunctional3D_N< T >::processPlaneGeneric ( int  direction,
int  orientation,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]

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