#include <iostream>
#include <string>
Include dependency graph for pythonIO.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::utilities |
Functions | |
| template<class ArrayType> | |
| std::string | dlr::utilities::toPythonList (const ArrayType &array0) |
| This function formats a 1D array in a way that python can parse into a built-in list. | |
| template<class ArrayType> | |
| std::string | dlr::utilities::toPythonNumericArray (const ArrayType &array0) |
| template<class ArrayType> | |
| std::string | dlr::utilities::toPythonNumeric1DArray (const ArrayType &array0) |
| This function formats a 1D Array object in a way that python can parse into a Numeric array. | |
| template<class ArrayType> | |
| std::string | dlr::utilities::toPythonNumeric2DArray (const ArrayType &array0) |
| This function formats an 2D Array object in a way that python can parse into a Numeric array. | |
Copyright (C) 2005-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file pythonIO.h.
1.5.2