
Go to the source code of this file.
Classes | |
| struct | Subdiv |
Functions | |
| void | Rocin_load_module (const char *) |
| Load the module Rocin into Roccom using the given module name. More... | |
| void | Rocin_unload_module (const char *) |
| Unload the module Rocin from Roccom. More... | |
| void | read_pane_sp (std::string &fname, const std::string &prefix, int pid, Subdiv &sd) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 137 of file readsdv.C.
References COM_finalize(), COM_init(), and read_pane_sp().

| void read_pane_sp | ( | std::string & | fname, |
| const std::string & | prefix, | ||
| int | pid, | ||
| Subdiv & | sd | ||
| ) |
Definition at line 52 of file readsdv.C.
References COM_call_function(), COM_copy_array(), COM_delete_window(), COM_get_attribute_handle(), COM_get_function_handle(), COM_get_size(), MPI_COMM_SELF, Rocin_load_module(), Rocin_unload_module(), Subdiv::subface_counterparts, Subdiv::subface_nat_coors, Subdiv::subface_offsets, Subdiv::subface_parents, Subdiv::subfaces, Subdiv::subnode_counterparts, Subdiv::subnode_ncs, Subdiv::subnode_parents, and Subdiv::subnode_subIDs.
Referenced by main().


| void Rocin_load_module | ( | const char * | name | ) |
Load the module Rocin into Roccom using the given module name.
This module provides three subroutines: "read_windows", "read_by_control_file", and "obtain_attribute".
Definition at line 3063 of file Rocin.C.
References Rocin::init().

| void Rocin_unload_module | ( | const char * | ) |
Unload the module Rocin from Roccom.
Definition at line 3066 of file Rocin.C.
References Rocin::finalize().
