|
FreePOOMA
2.4.1
|
Class encapsulating the reading of a "DiscField" .layout file. More...
#include <DiskLayout.h>
Public Types | |
| typedef Interval< Dim > | Domain_t |
| typedef DiskNode< Dim > | Node_t |
| typedef std::vector< Node_t > | NodeList_t |
Public Member Functions | |
| DiskLayout (const char *filesetname) | |
| ~DiskLayout () | |
| bool | open () |
| bool | read () |
| const NodeList_t & | allNodes () const |
| const NodeList_t & | localNodes () const |
| const Domain_t & | domain () const |
| bool | bytesReversed () const |
Class encapsulating the reading of a "DiscField" .layout file.
Handles byte-ordering correction, unlike the r1 DiscField
| typedef Interval<Dim> DiskLayout< Dim >::Domain_t |
| typedef DiskNode<Dim> DiskLayout< Dim >::Node_t |
| typedef std::vector<Node_t> DiskLayout< Dim >::NodeList_t |
| DiskLayout< Dim >::DiskLayout | ( | const char * | filesetname | ) |
| DiskLayout< Dim >::~DiskLayout | ( | ) |
| bool DiskLayout< Dim >::open | ( | ) |
| bool DiskLayout< Dim >::read | ( | ) |
| const NodeList_t& DiskLayout< Dim >::allNodes | ( | ) | const [inline] |
| const NodeList_t& DiskLayout< Dim >::localNodes | ( | ) | const [inline] |
| const Domain_t& DiskLayout< Dim >::domain | ( | ) | const [inline] |
| bool DiskLayout< Dim >::bytesReversed | ( | ) | const [inline] |
1.7.6.1