LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcrnv.cc File Reference
#include "CPPFORT/lcrnv.h"
#include "UTIL/LCRelationNavigator.h"
#include "lcio.h"
#include "IMPL/LCRelationImpl.h"
#include "EVENT/LCCollection.h"
#include "EVENT/LCObject.h"
#include "LCIOSTLTypes.h"
#include <iostream>
+ Include dependency graph for lcrnv.cc:

Go to the source code of this file.

Functions

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)
 

Function Documentation

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.

PTRTYPE lcrnvcreatecollection ( PTRTYPE  relation)

Definition at line 89 of file lcrnv.cc.

PTRTYPE lcrnvcreatefromcollection ( PTRTYPE  collection)

Definition at line 28 of file lcrnv.cc.

int lcrnvdelete ( PTRTYPE  relation)

Definition at line 21 of file lcrnv.cc.

int lcrnvgaddrelation ( PTRTYPE  relation,
PTRTYPE  objectfrom,
PTRTYPE  objectto,
float  weight 
)

Definition at line 73 of file lcrnv.cc.

char* lcrnvgetfromtype ( PTRTYPE  relation)

Definition at line 35 of file lcrnv.cc.

PTRTYPE lcrnvgetrelatedfromobjects ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 52 of file lcrnv.cc.

PTRTYPE lcrnvgetrelatedfromweights ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 66 of file lcrnv.cc.

PTRTYPE lcrnvgetrelatedtoobjects ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 45 of file lcrnv.cc.

PTRTYPE lcrnvgetrelatedtoweights ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 59 of file lcrnv.cc.

char* lcrnvgettotype ( PTRTYPE  relation)

Definition at line 40 of file lcrnv.cc.

int lcrnvgremoverelation ( PTRTYPE  relation,
PTRTYPE  objectfrom,
PTRTYPE  objectto 
)

Definition at line 81 of file lcrnv.cc.