LCIO
02.17
|
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) |
PTRTYPE lcrelcreate0 | ( | ) |