|
MeVisLab Toolbox Reference
|
#include "mlInitSystemVTKSupport.h"#include "mlModuleIncludes.h"#include <mlUnicode.h>#include <mlFileSystem.h>Go to the source code of this file.
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
Functions | |
| MLVTK_SUPPORT_EXPORT std::string | ml::mlVTKMakeStdString (const char *str) |
| Convert for a char pointer to a std::string safely. | |
| MLVTK_SUPPORT_EXPORT std::string | ml::mlVTKMakeStdString (const std::string &str) |
| Convert for a std::string to a std::string safely. | |
| MLVTK_SUPPORT_EXPORT std::string | ml::mlVTKGetLatin1FromUTF8 (const std::string &utf8StdString) |
| MLVTK_SUPPORT_EXPORT std::string & | ml::mlVTKGetLatin1FromUTF8Static (const std::string &utf8StdString) |
| MLVTK_SUPPORT_EXPORT std::string | ml::mlVTKGetUTF8FromLatin1 (const std::string &latin1StdString) |
| MLVTK_SUPPORT_EXPORT std::string & | ml::mlVTKGetUTF8FromLatin1Static (const std::string &latin1StdString) |
| template<typename TemplArrElemType> | |
| void | ml::VTKArrayFromFixedSizeSTLVector (const typename std::vector< TemplArrElemType > &stlVec, TemplArrElemType *arr, size_t TemplArrSize) |
| template<typename TemplArrElemType, unsigned int TemplArrSize> | |
| const std::vector< TemplArrElemType > | ml::STLVectorFromFixedSizeVTKArray (const TemplArrElemType *theArray) |