/usr/include/BALL/PYTHON/pyBALLSipHelper.h is in libball1.4-dev 1.4.1+20111206-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | // -*- Mode: C++; tab-width: 2; -*-
// vi: set ts=2:
//
// $Id: pyBALLSipHelper.h,v 1.8 2004/05/27 19:49:44 oliver Exp $
//
#ifndef BALL_PYTHON_PYBALLSIPHELPER_H
#define BALL_PYTHON_PYBALLSIPHELPER_H
#ifndef BALL_COMMON_H
# include <BALL/common.h>
#endif
namespace BALL
{
class Composite;
/** Virtual mapping of BALL objects to their true class.
\ingroup PythonExtensions
*/
PyObject* pyMapBALLObjectToSip(Composite& object);
} // namespace BALL
#endif // BALL_PYTHON_PYBALLSIPHELPER_H
|