BALL 1.5.0
pyBALLSipHelper.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $Id: pyBALLSipHelper.h,v 1.8 2004/05/27 19:49:44 oliver Exp $
5//
6
7#ifndef BALL_PYTHON_PYBALLSIPHELPER_H
8#define BALL_PYTHON_PYBALLSIPHELPER_H
9
10#ifndef BALL_COMMON_H
11# include <BALL/common.h>
12#endif
13
14namespace BALL
15{
16 class Composite;
20 PyObject* pyMapBALLObjectToSip(Composite& object);
21
22} // namespace BALL
23
24#endif // BALL_PYTHON_PYBALLSIPHELPER_H
PyObject * pyMapBALLObjectToSip(Composite &object)
Definition: constants.h:13