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

Go to the source code of this file.

Functions

PTRTYPE lcrelcreate0 ()
 Header file for the f77-wrapper functions of the LCRelation class. More...
 
PTRTYPE lcrelcreate (PTRTYPE objectfrom, PTRTYPE objectto, float weight)
 
int lcreldelete (PTRTYPE relation)
 
int lcrelid (PTRTYPE relation)
 
PTRTYPE lcrelgetfrom (PTRTYPE relation)
 
PTRTYPE lcrelgetto (PTRTYPE relation)
 
float lcrelgetweight (PTRTYPE relation)
 
int lcrelsetfrom (PTRTYPE relation, PTRTYPE object)
 
int lcrelsetto (PTRTYPE relation, PTRTYPE object)
 
int lcrelsetweight (PTRTYPE relation, float weight)
 

Function Documentation

PTRTYPE lcrelcreate ( PTRTYPE  objectfrom,
PTRTYPE  objectto,
float  weight 
)

Definition at line 15 of file lcrel.cc.

PTRTYPE lcrelcreate0 ( )

Header file for the f77-wrapper functions of the LCRelation class.

Author
H. Vogt
Version
Jun 23, 2004

Definition at line 10 of file lcrel.cc.

int lcreldelete ( PTRTYPE  relation)

Definition at line 22 of file lcrel.cc.

PTRTYPE lcrelgetfrom ( PTRTYPE  relation)

Definition at line 33 of file lcrel.cc.

PTRTYPE lcrelgetto ( PTRTYPE  relation)

Definition at line 39 of file lcrel.cc.

float lcrelgetweight ( PTRTYPE  relation)

Definition at line 45 of file lcrel.cc.

int lcrelid ( PTRTYPE  relation)

Definition at line 28 of file lcrel.cc.

int lcrelsetfrom ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 50 of file lcrel.cc.

int lcrelsetto ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 57 of file lcrel.cc.

int lcrelsetweight ( PTRTYPE  relation,
float  weight 
)

Definition at line 64 of file lcrel.cc.