LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcrel.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcrel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 15 of file lcrel.cc.

LCIO_DEPRECATED_CAPI 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.

LCIO_DEPRECATED_CAPI int lcreldelete ( PTRTYPE  relation)

Definition at line 22 of file lcrel.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcrelgetfrom ( PTRTYPE  relation)

Definition at line 33 of file lcrel.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcrelgetto ( PTRTYPE  relation)

Definition at line 39 of file lcrel.cc.

LCIO_DEPRECATED_CAPI float lcrelgetweight ( PTRTYPE  relation)

Definition at line 45 of file lcrel.cc.

LCIO_DEPRECATED_CAPI int lcrelid ( PTRTYPE  relation)

Definition at line 28 of file lcrel.cc.

LCIO_DEPRECATED_CAPI int lcrelsetfrom ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 50 of file lcrel.cc.

LCIO_DEPRECATED_CAPI int lcrelsetto ( PTRTYPE  relation,
PTRTYPE  object 
)

Definition at line 57 of file lcrel.cc.

LCIO_DEPRECATED_CAPI int lcrelsetweight ( PTRTYPE  relation,
float  weight 
)

Definition at line 64 of file lcrel.cc.