Mantid
|
A struct to help export std::vector types. More...
#include <StlExportDefinitions.h>
Public Types | |
using | w_t = std::vector< ElementType > |
A typedef of a vector of template ElementTypes. More... | |
Static Public Member Functions | |
static std::string | to_string (const w_t &values) |
static void | wrap (std::string const &python_name) |
a python wrapper More... | |
A struct to help export std::vector types.
Definition at line 66 of file StlExportDefinitions.h.
using Mantid::PythonInterface::std_vector_exporter< ElementType, NoIndexingProxy >::w_t = std::vector<ElementType> |
A typedef of a vector of template ElementTypes.
Definition at line 68 of file StlExportDefinitions.h.
|
inlinestatic |
Definition at line 70 of file StlExportDefinitions.h.
Referenced by Mantid::PythonInterface::std_vector_exporter< ElementType, NoIndexingProxy >::wrap().
|
inlinestatic |
a python wrapper
Definition at line 80 of file StlExportDefinitions.h.
References Mantid::PythonInterface::std_vector_exporter< ElementType, NoIndexingProxy >::to_string().
Referenced by BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(), export_SymmetryOperation(), and exportStlContainers().