Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rocsurf.C File Reference
#include "Rocsurf.h"
#include "roccom.h"
#include "Manifold_2.h"
Include dependency graph for Rocsurf.C:

Go to the source code of this file.

Functions

void Rocsurf_load_module (const char *mname)
 
void Rocsurf_unload_module (const char *mname)
 
void rocsurf_load_module (const char *mname, long int length)
 
void rocsurf_unload_module (const char *mname, long int length)
 
void ROCSURF_LOAD_MODULE (const char *mname, long int length)
 
void ROCSURF_UNLOAD_MODULE (const char *mname, long int length)
 
void rocsurf_load_module_ (const char *mname, long int length)
 
void rocsurf_unload_module_ (const char *mname, long int length)
 
void ROCSURF_LOAD_MODULE_ (const char *mname, long int length)
 
void ROCSURF_UNLOAD_MODULE_ (const char *mname, long int length)
 

Function Documentation

void Rocsurf_load_module ( const char *  mname)

Definition at line 229 of file Rocsurf.C.

References Rocsurf::load().

230 { Rocsurf::load( mname); }
static void load(const std::string &mname)
Loads Rocsurf onto Roccom with a given module name.
Definition: Rocsurf.C:139

Here is the call graph for this function:

void rocsurf_load_module ( const char *  mname,
long int  length 
)

Definition at line 237 of file Rocsurf.C.

References Rocsurf::load().

238 { Rocsurf::load( std::string(mname, length)); }
static void load(const std::string &mname)
Loads Rocsurf onto Roccom with a given module name.
Definition: Rocsurf.C:139
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void ROCSURF_LOAD_MODULE ( const char *  mname,
long int  length 
)

Definition at line 243 of file Rocsurf.C.

References Rocsurf::load().

244 { Rocsurf::load( std::string(mname, length)); }
static void load(const std::string &mname)
Loads Rocsurf onto Roccom with a given module name.
Definition: Rocsurf.C:139
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void rocsurf_load_module_ ( const char *  mname,
long int  length 
)

Definition at line 249 of file Rocsurf.C.

References Rocsurf::load().

250 { Rocsurf::load( std::string(mname, length)); }
static void load(const std::string &mname)
Loads Rocsurf onto Roccom with a given module name.
Definition: Rocsurf.C:139
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void ROCSURF_LOAD_MODULE_ ( const char *  mname,
long int  length 
)

Definition at line 255 of file Rocsurf.C.

References Rocsurf::load().

256 { Rocsurf::load( std::string(mname, length)); }
static void load(const std::string &mname)
Loads Rocsurf onto Roccom with a given module name.
Definition: Rocsurf.C:139
double length(Vector3D *const v, int n)

Here is the call graph for this function:

void Rocsurf_unload_module ( const char *  mname)

Definition at line 232 of file Rocsurf.C.

References Rocsurf::unload().

233 { Rocsurf::unload( mname); }
static void unload(const std::string &mname)
Unloads Rocsurf from Roccom.
Definition: Rocsurf.C:219

Here is the call graph for this function:

void rocsurf_unload_module ( const char *  mname,
long int  length 
)

Definition at line 240 of file Rocsurf.C.

References Rocsurf::unload().

241 { Rocsurf::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocsurf from Roccom.
Definition: Rocsurf.C:219

Here is the call graph for this function:

void ROCSURF_UNLOAD_MODULE ( const char *  mname,
long int  length 
)

Definition at line 246 of file Rocsurf.C.

References Rocsurf::unload().

247 { Rocsurf::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocsurf from Roccom.
Definition: Rocsurf.C:219

Here is the call graph for this function:

void rocsurf_unload_module_ ( const char *  mname,
long int  length 
)

Definition at line 252 of file Rocsurf.C.

References Rocsurf::unload().

253 { Rocsurf::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocsurf from Roccom.
Definition: Rocsurf.C:219

Here is the call graph for this function:

void ROCSURF_UNLOAD_MODULE_ ( const char *  mname,
long int  length 
)

Definition at line 258 of file Rocsurf.C.

References Rocsurf::unload().

259 { Rocsurf::unload( std::string(mname, length)); }
double length(Vector3D *const v, int n)
static void unload(const std::string &mname)
Unloads Rocsurf from Roccom.
Definition: Rocsurf.C:219

Here is the call graph for this function: