A structure containing info regarding an on-disk FAB. More...
#include <AMReX_VisMF.H>
Public Member Functions | |
| FabOnDisk ()=default | |
| The default constructor – null out all fields. | |
| FabOnDisk (std::string name, Long offset) | |
| Constructor that sets the two values. | |
Public Attributes | |
| std::string | m_name |
| The two data values in a FabOnDisk structure. | |
| Long | m_head = 0 |
| Offset to start of FAB in file. | |
A structure containing info regarding an on-disk FAB.
|
default |
The default constructor – null out all fields.
| amrex::VisMF::FabOnDisk::FabOnDisk | ( | std::string | name, |
| Long | offset | ||
| ) |
Constructor that sets the two values.
| Long amrex::VisMF::FabOnDisk::m_head = 0 |
Offset to start of FAB in file.
| std::string amrex::VisMF::FabOnDisk::m_name |
The two data values in a FabOnDisk structure.
The name of file containing the FAB.