ASL
0.1.7
Advanced Simulation Library
|
Class defines a folding rule into a 1D/2D/3D bulk. More...
#include <aslGenerators.h>
Public Member Functions | |
DataWrapper () | |
DataWrapper (const Block &b) | |
DataWrapper (DataWrapper &d) | |
virtual const acl::VectorOfElements | getEContainer () |
virtual const acl::VectorOfElementsData | getDContainer () const |
V & | getContainer () |
void | setContainer (const V &cont) |
![]() | |
const Block & | getBlock () const |
void | setBlock (const Block &b) |
Protected Member Functions | |
virtual bool | checkConsistency () const |
![]() | |
AbstractData () | |
AbstractData (const Block &b) | |
Protected Attributes | |
V | container |
![]() | |
Block | block |
Class defines a folding rule into a 1D/2D/3D bulk.
V | is type of the container |
Definition at line 52 of file aslGenerators.h.
|
inline |
Definition at line 109 of file aslDataWrapper.h.
|
inlineexplicit |
Definition at line 114 of file aslDataWrapper.h.
|
inline |
Definition at line 119 of file aslDataWrapper.h.
|
protectedvirtual |
|
inline |
Definition at line 125 of file aslDataWrapper.h.
|
virtual |
Implements asl::AbstractData.
|
virtual |
Implements asl::AbstractData.
|
inline |
Definition at line 130 of file aslDataWrapper.h.
|
protected |
Definition at line 79 of file aslDataWrapper.h.