CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fwCintInterfaces.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_fwCintInterfaces_h
2 #define Fireworks_Core_fwCintInterfaces_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : fwCintInterfaces
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Jun 12 15:00:50 EDT 2008
19 // $Id: fwCintInterfaces.h,v 1.2 2008/11/06 22:05:27 amraktad Exp $
20 //
21 
22 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 
28 void fwSetInCint(double);
29 void fwSetInCint(long);
30 
31 void* fwGetObjectPtr();
32 
33 #if !defined(__CINT__) && !defined(__MAKECINT__)
34 void fwSetObjectPtr(const void*);
36 {
40 };
41 
43 double& fwGetFromCintDouble();
44 long& fwGetFromCintLong();
45 
46 #endif
47 #endif
void fwSetInCint(double iValue)
double & fwGetFromCintDouble()
void * fwGetObjectPtr()
void fwSetObjectPtr(const void *iValue)
FWCintReturnTypes & fwCintReturnType()
long & fwGetFromCintLong()
FWCintReturnTypes