#include <PawsFieldData.h>
Public Types | |
| typedef Field< T, Dim, M, C > | Field_t |
| typedef DLRepresentation< NDIndex< Dim >, Dim > | Repr |
| typedef DLDescriptor< NDIndex< Dim >, Dim, Field< T, Dim, M, C >, T > | Desc |
| typedef PawsData< Repr, Desc > | PawsData_t |
Public Member Functions | |
| PawsFieldData () | |
| PawsFieldData (const char *name, int io_mode, int sync_mode, int order_mode, PawsApplication &app) | |
| PawsFieldData (const char *name, Field_t *, int io_mode, int sync_mode, int order_mode, PawsApplication &app) | |
| void | initialize (const char *name, int io_mode, int sync_mode, int order_mode, PawsApplication &app) |
| void | initialize (const char *name, Field_t *ptr, int io_mode, int sync_mode, int order_mode, PawsApplication &app) |
| void | update (Field_t *ptr) |
| void | resize (Field_t *ptr) |
| int | dataType () |
| T | sum () |
Definition at line 35 of file PawsFieldData.h.
|
|||||
|
Definition at line 43 of file PawsFieldData.h. |
|
|||||
|
Definition at line 41 of file PawsFieldData.h. |
|
|||||
|
Definition at line 44 of file PawsFieldData.h. |
|
|||||
|
Definition at line 42 of file PawsFieldData.h. |
|
|||||||||
|
Definition at line 47 of file PawsFieldData.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 43 of file PawsFieldData.cpp. References PawsFieldData< T, Dim, M, C >::initialize(). Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||||||
|
Definition at line 56 of file PawsFieldData.cpp. References PawsFieldData< T, Dim, M, C >::initialize(). Here is the call graph for this function: ![]() |
|
|||||||||
|
Definition at line 79 of file PawsFieldData.h. Referenced by PawsFieldData< T, Dim, M, C >::initialize(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 126 of file PawsFieldData.cpp. References PawsFieldData< T, Dim, M, C >::dataType(), BareField< T, Dim >::getLayout(), PAssert, and PInsist. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||
|
Definition at line 72 of file PawsFieldData.cpp. References PawsFieldData< T, Dim, M, C >::dataType(), PAssert, and PInsist. Referenced by PawsFieldData< T, Dim, M, C >::PawsFieldData(). Here is the call graph for this function: ![]() |
|
||||||||||
|
Definition at line 214 of file PawsFieldData.cpp. References BareField< T, Dim >::getLayout(), and PAssert. Here is the call graph for this function: ![]() |
|
|||||||||
|
Definition at line 80 of file PawsFieldData.h. Referenced by sum(). |
|
||||||||||
|
Definition at line 185 of file PawsFieldData.cpp. References BareField< T, Dim >::getLayout(), and PAssert. Here is the call graph for this function: ![]() |
1.4.6