casacore
|
#include <boost/python.hpp>
#include <boost/python/object.hpp>
#include <casacore/python/Converters/PycArray.h>
#include <casacore/casa/BasicSL/String.h>
#include <casacore/casa/Arrays/IPosition.h>
#include <casacore/casa/Arrays/Vector.h>
#include <casacore/casa/Utilities/Assert.h>
#include <casacore/casa/Exceptions/Error.h>
#include <vector>
#include <map>
Go to the source code of this file.
Namespaces | |
casacore | |
this file contains all the compiler specific defines | |
casacore::python | |
Functions | |
bool | casacore::python::getSeqObject (boost::python::object &py_obj) |
Check if the given object is a sequence object. More... | |
void | casacore::python::register_convert_casa_string () |
void | casacore::python::register_convert_casa_iposition () |
template<typename T > | |
void | casacore::python::register_convert_std_vector () |
template<typename T > | |
void | casacore::python::register_convert_casa_vector () |
void | casacore::python::register_convert_basicdata () |
Register all standard basic conversions. More... | |