plb::BoundedReductiveBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim > Struct Template Reference
Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling.
More...
#include <reductiveDataProcessingFunctional3D.h>
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, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0 |
| virtual void | processPlane (int direction, int orientation, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0 |
| virtual void | processEdge (int plane, int normal1, int normal2, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0 |
| virtual void | processCorner (int normalX, int normalY, int normalZ, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0 |
Detailed Description
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
struct plb::BoundedReductiveBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >
Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling.
Member Function Documentation
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
| virtual void plb::BoundedReductiveBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processCorner |
( |
int |
normalX, |
|
|
int |
normalY, |
|
|
int |
normalZ, |
|
|
Box3D |
domain, |
|
|
BlockLattice3D< T1, Descriptor > & |
lattice, |
|
|
TensorField3D< T2, nDim > & |
field | |
|
) |
| | [pure virtual] |
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
| virtual void plb::BoundedReductiveBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processEdge |
( |
int |
plane, |
|
|
int |
normal1, |
|
|
int |
normal2, |
|
|
Box3D |
domain, |
|
|
BlockLattice3D< T1, Descriptor > & |
lattice, |
|
|
TensorField3D< T2, nDim > & |
field | |
|
) |
| | [pure virtual] |
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
The documentation for this struct was generated from the following files: