Go to the source code of this file.
|
| PTRTYPE | lcrnvcreate (const char *fromType, const char *toType) |
| | Header file for the f77-wrapper functions of the LCRelationNavigator class. More...
|
| |
| int | lcrnvdelete (PTRTYPE relation) |
| |
| PTRTYPE | lcrnvcreatefromcollection (PTRTYPE collection) |
| |
| char * | lcrnvgetfromtype (PTRTYPE relation) |
| |
| char * | lcrnvgettotype (PTRTYPE relation) |
| |
| PTRTYPE | lcrnvgetrelatedtoobjects (PTRTYPE relation, PTRTYPE object) |
| |
| PTRTYPE | lcrnvgetrelatedfromobjects (PTRTYPE relation, PTRTYPE object) |
| |
| PTRTYPE | lcrnvgetrelatedtoweights (PTRTYPE relation, PTRTYPE object) |
| |
| PTRTYPE | lcrnvgetrelatedfromweights (PTRTYPE relation, PTRTYPE object) |
| |
| int | lcrnvgaddrelation (PTRTYPE relation, PTRTYPE objectfrom, PTRTYPE objectto, float weight) |
| |
| int | lcrnvgremoverelation (PTRTYPE relation, PTRTYPE objectfrom, PTRTYPE objectto) |
| |
| PTRTYPE | lcrnvcreatecollection (PTRTYPE relation) |
| |
| PTRTYPE lcrnvcreate |
( |
const char * |
fromType, |
|
|
const char * |
toType |
|
) |
| |
Header file for the f77-wrapper functions of the LCRelationNavigator class.
- Author
- H. Vogt
- Version
- sep 14, 2004
Definition at line 15 of file lcrnv.cc.
| int lcrnvdelete |
( |
PTRTYPE |
relation | ) |
|
| char* lcrnvgetfromtype |
( |
PTRTYPE |
relation | ) |
|
| char* lcrnvgettotype |
( |
PTRTYPE |
relation | ) |
|