Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rocin.h File Reference

Rocin creates a series of Roccom windows by reading in a list of files. More...

#include "roccom.h"
#include "HDF4.h"
#include "rocin_block.h"
#include "roccom_devel.h"
Include dependency graph for Rocin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rocin
 

Functions

Module loading and unloading
void Rocin_load_module (const char *name)
 Load the module Rocin into Roccom using the given module name. More...
 
void Rocin_unload_module (const char *name)
 Unload the module Rocin from Roccom. More...
 

Detailed Description

Rocin creates a series of Roccom windows by reading in a list of files.

Rocin can also copy Roccom attributes from window to window. Only HDF4 files are supported in the current implementation.

Definition in file Rocin.h.

Function Documentation

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.

Referenced by COM_F_FUNC2(), main(), read_pane_sp(), and RFC_Window_base::read_sdv().

3064 { Rocin::init( std::string(name)); }
static void init(const std::string &mname)
Initialize the module by registering it to Roccom with the given module name.
Definition: Rocin.C:2351

Here is the caller graph for this function:

void Rocin_unload_module ( const char *  name)

Unload the module Rocin from Roccom.

Definition at line 3066 of file Rocin.C.

Referenced by COM_F_FUNC2(), read_pane_sp(), and RFC_Window_base::read_sdv().

3067 { Rocin::finalize( std::string(name)); }
static void finalize(const std::string &mname)
Finalize the module by deregistering it from Roccom.
Definition: Rocin.C:2417

Here is the caller graph for this function: