#include "LayoutData.H"
#include "LevelData.H"
#include "FArrayBox.H"
#include "BaseFab.H"
Include dependency graph for DatasetClient.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
bool | ArrayView (BaseFab< Real > *a_debugFab) |
View a single BaseFab<Real> or FAB. | |
bool | ArrayViewInt (BaseFab< int > *a_intFabPtr) |
View a single BaseFab<int>. | |
bool | ArrayViewFabFormatLabel (BaseFab< Real > *a_debugFab, const char *a_format, const char *a_label) |
View a single FAB with custom format and window title. | |
bool | MultiArrayView (LayoutData< FArrayBox > *a_debugLayoutData) |
View a LayoutData of FABs. | |
bool | ArrayViewLDF (LevelData< FArrayBox > *a_debugLevelData) |
View a LevelData of FABs. | |
bool | ArrayViewLDFFormatLabel (LevelData< FArrayBox > *a_debugLevelData, const char *a_format, const char *a_label) |
View a LevelData of FABs with custom format and window title. | |
bool | MultiArrayViewFab (LayoutData< FArrayBox > *a_debugLayoutData) |
View a LayoutData of FABs. | |
bool | MultiArrayViewRealBaseFab (LayoutData< BaseFab< Real > > *a_debugLayoutData) |
View a LayoutData of BaseFab<Real>s. | |
bool | MultiArrayViewFormatLabel (LayoutData< BaseFab< Real > > *a_layoutdata, const char *a_format, const char *a_label) |
View a LayoutData of BaseFab<Real>s with custom format and title. | |
bool | ArrayViewRealPtrArrayNVarDims (Real *a_data[], int a_nvar, const int *a_lodim, const int *a_hidim, const char *a_format, const char *a_label) |
bool | CreateSocket (int &a_newsocket) |
bool | SendRealArray (int a_sockfd, Real *a_data[], int a_nvar, const int *a_lodim, const int *a_hidim) |
bool | SendString (int a_sockfd, const char *a_sendstring) |
Variables | |
int | arrayview_user_port_offset |
|
View a single BaseFab<Real> or FAB. Sends single fab information to DatasetServer port. For use inside debuggers. |
|
View a single BaseFab<int>. Sends single fab of ints information to DatasetServer port. For use inside debuggers. |
|
View a single FAB with custom format and window title. Sends a single FAB to the DatasetServer port using the given label and given format.
|
|
View a LayoutData of FABs. Send layoutdata information to the DatasetServer port. For use inside debuggers. |
|
View a LevelData of FABs. Send leveldata information to the DatasetServer port. This is for parallel debugging and can only be used inside the code. If you use this inside the debugger in parallel, it will hang on a leveldata::copyTo call. |
|
View a LevelData of FABs with custom format and window title. Send leveldata information to the DatasetServer port.
|
|
View a LayoutData of FABs. Send layoutdata information to the DatasetServer port. For use inside debuggers. |
|
View a LayoutData of BaseFab<Real>s. Send LayoutData information to the DatasetServer port. For use inside debuggers. |
|
View a LayoutData of BaseFab<Real>s with custom format and title. Send LayoutData information to the DatasetServer port.
|
|
|
|
|
|
|
|
|
|
|