00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 // $Id: pyBALLSipHelper.h,v 1.8 2004/05/27 19:49:44 oliver Exp $ 00005 // 00006 00007 #ifndef BALL_PYTHON_PYBALLSIPHELPER_H 00008 #define BALL_PYTHON_PYBALLSIPHELPER_H 00009 00010 #ifndef BALL_COMMON_H 00011 # include <BALL/common.h> 00012 #endif 00013 00014 namespace BALL 00015 { 00016 class Composite; 00020 PyObject* pyMapBALLObjectToSip(Composite& object); 00021 00022 } // namespace BALL 00023 00024 #endif // BALL_PYTHON_PYBALLSIPHELPER_H