#include "Rocin.h"#include "roccom.h"#include <stdio.h>#include <iostream>#include <cstring>#include <string>#include <cstdlib>#include <cstdio>#include <sstream>#include <fstream>
Go to the source code of this file.
Functions | |
| std::string | COM_get_type (int type) |
| Use Rocin to read an HDF file, and print out a human-readable text listing of everything in the file. More... | |
| void | COM_print_window (const char *wName, std::ostream &ostr) |
| Print a terse human-readable description of this window to this ostream. More... | |
| COM_EXTERN_MODULE (Rocin) | |
| int | main (int argc, char *argv[]) |
| COM_EXTERN_MODULE | ( | Rocin | ) |
| std::string COM_get_type | ( | int | type | ) |
Use Rocin to read an HDF file, and print out a human-readable text listing of everything in the file.
Orion Sky Lawlor, olawlor@acm.org, 2004/05/07Convert COM datatype to human-readable string.
Definition at line 44 of file printin.C.
References COM_BYTE, COM_CHAR, COM_DOUBLE, COM_DOUBLE_PRECISION, COM_FLOAT, COM_INT, COM_INTEGER, COM_REAL, and COM_VOID.
Referenced by COM_print_window().

| void COM_print_window | ( | const char * | wName, |
| std::ostream & | ostr | ||
| ) |
Print a terse human-readable description of this window to this ostream.
Does not print a header.
Definition at line 64 of file printin.C.
References COM_CHAR, COM_CHARACTER, COM_DOUBLE, COM_DOUBLE_PRECISION, COM_FLOAT, COM_free_buffer(), COM_get_attribute(), COM_get_attributes(), COM_get_connectivities(), COM_get_panes(), COM_get_size(), COM_get_type(), COM_INT, COM_INTEGER, COM_REAL, i, j, and max().
Referenced by main().


| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 254 of file printin.C.
References COM_call_function(), COM_finalize(), COM_get_attribute_handle(), COM_get_function_handle(), COM_init(), COM_LOAD_MODULE_STATIC_DYNAMIC, COM_print_window(), COM_set_profiling(), and COM_set_verbose().
