#include <ImLib3D/FFT.hpp>#include <ImLib3D/Image3DSet.hpp>#include <ImLib3D/BitImage3D.hpp>#include <ImLib3D/TypeSafeGenericPointer.hpp>Include dependency graph for StringArgumentConversion.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| template<class T> | |
| void | ImProcOutputArgToFile (const T &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< double > (const double &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< float > (const float &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< int > (const int &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< uint > (const uint &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< short int > (const short int &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< byte > (const byte &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< bool > (const bool &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< complexd > (const complexd &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< complexf > (const complexf &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< Vect3Di > (const Vect3Di &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< Vect3Df > (const Vect3Df &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< RectZone3Di > (const RectZone3Di &arg, const string &str) |
| template<> | |
| void | ImProcOutputArgToFile< BitMask3D::BitValue > (const BitMask3D::BitValue &arg, const string &str) |
| template<class T> | |
| void | ImProcOutputArg (T &arg, const string &str, vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| void | CleanupArg (T &arg, vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| T | FromString (const string &str) |
| template<> | |
| complexd | FromString< complexd > (const string &s) |
| template<> | |
| complexf | FromString< complexf > (const string &s) |
| template<> | |
| int | FromString< int > (const string &s) |
| template<> | |
| uint | FromString< uint > (const string &s) |
| template<> | |
| short int | FromString< short int > (const string &s) |
| template<> | |
| unsigned short | FromString< unsigned short > (const string &s) |
| template<> | |
| byte | FromString< byte > (const string &s) |
| template<> | |
| double | FromString< double > (const string &s) |
| template<> | |
| float | FromString< float > (const string &s) |
| template<> | |
| Image3DSet< Image3Df > | FromString< Image3DSet< Image3Df > > (const string &s) |
| template<> | |
| vector< float > | FromString< vector< float > > (const string &s) |
| template<> | |
| vector< double > | FromString< vector< double > > (const string &s) |
| template<> | |
| Vect3Df | FromString< Vect3Df > (const string &s) |
| template<> | |
| Vect3Di | FromString< Vect3Di > (const string &s) |
| template<> | |
| RectZone3Di | FromString< RectZone3Di > (const string &s) |
| template<> | |
| Size3D | FromString< Size3D > (const string &s) |
| template<> | |
| bool | FromString< bool > (const string &s) |
| template<> | |
| BitMask3D::BitValue | FromString< BitMask3D::BitValue > (const string &s) |
| template<class T> | |
| T * | StringOrAlternateInputArg (const string &str, vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| T * | CreateOutputArg (vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| T * | OptionalPointerArg (const string &str, vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| T * | OptionalPointerArgCreateOutput (const string &str, vector< TypeSafeGenericPointer > &alternateArgs, int argNum) |
| template<class T> | |
| T * | OptionalDefaultValueArg (const string &str, vector< TypeSafeGenericPointer > &alternateArgs, int argNum, const T &defaultValue) |
Definition in file StringArgumentConversion.hpp.
1.4.2