Inviwo
0.9.10.1
Inviwo documentation
|
Classes | |
struct | ModulePath |
Functions | |
IVW_MODULE_PYTHON3_API pybind11::dtype | toNumPyFormat (const DataFormatBase *df) |
IVW_MODULE_PYTHON3_API const DataFormatBase * | getDataFormat (size_t components, pybind11::array &arr) |
IVW_MODULE_PYTHON3_API std::unique_ptr< BufferBase > | createBuffer (pybind11::array &arr) |
IVW_MODULE_PYTHON3_API std::unique_ptr< Layer > | createLayer (pybind11::array &arr) |
IVW_MODULE_PYTHON3_API std::unique_ptr< Volume > | createVolume (pybind11::array &arr) |
template<int Dim> | |
void | checkDataFormat (const DataFormatBase *format, const Vector< Dim, size_t > &dim, const pybind11::array &data) |
template<typename T > | |
pybind11::dtype | toNumPyFormat () |
template<typename T > | |
T | toPyBindObjectBorrow (PyObject *obj) |
template<typename T > | |
T | toPyBindObjectSteal (PyObject *obj) |
template<typename T > | |
pybind11::array | toNpArray (const std::vector< T > &v) |
IVW_MODULE_PYTHON3_API void | addModulePath (const std::string &path) |
IVW_MODULE_PYTHON3_API void | removeModulePath (const std::string &path) |
pyutil