#include "Rocin.h"#include "roccom.h"#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include <string>#include "SurfaceProjection.h"#include "Roccom_base.h"
Go to the source code of this file.
Functions | |
| COM_EXTERN_MODULE (Rocin) | |
| void | project_window (const std::string &wName, const std::string &timeStr, const std::string &file_in) |
| int | main (int argc, char *argv[]) |
| COM_EXTERN_MODULE | ( | Rocin | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 97 of file project_test.C.
References COM_call_function(), COM_finalize(), COM_get_attribute_handle(), COM_get_function_handle(), COM_init(), COM_LOAD_MODULE_STATIC_DYNAMIC, COM_set_profiling(), COM_set_verbose(), and project_window().

| void project_window | ( | const std::string & | wName, |
| const std::string & | timeStr, | ||
| const std::string & | file_in | ||
| ) |
Definition at line 37 of file project_test.C.
References COM_free_buffer(), COM_get_panes(), COM_get_roccom(), dist(), i, j, n, paneIds, and q.
Referenced by main().

