ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
This is the complete list of members for itk::StringTools, including all inherited members.
ContainSub(const std::string &s1, const std::string &s2, bool ignoreCase=true) | itk::StringTools | static |
EndWith(const std::string &s1, const std::string &s2, bool ignoreCase=true) | itk::StringTools | static |
FromData(std::string &s, const std::vector< T > &data) | itk::StringTools | static |
FromData(std::string &s, const Array< T > &data) | itk::StringTools | static |
FromData(std::string &s, const T &data) | itk::StringTools | static |
MatchWith(const std::string &s1, const std::string &s2, bool ignoreCase=true) | itk::StringTools | static |
Split(const std::string &s, std::string &lpart, std::string &rpart, const std::string &delims="=:") | itk::StringTools | static |
Split(const std::string &s, std::vector< std::string > &result, const std::string &delims=";|") | itk::StringTools | static |
Split(const std::string &s, std::map< std::string, std::string > &result, const std::string &delims=";|") | itk::StringTools | static |
StartWith(const std::string &s1, const std::string &s2, bool ignoreCase=true) | itk::StringTools | static |
ToData(std::string &s, std::vector< T > &data, int count=-1) | itk::StringTools | static |
ToData(std::string &s, Array< T > &data, int count=-1) | itk::StringTools | static |
ToData(std::string &s, T &data) | itk::StringTools | static |
ToLowerCase(std::string &str) | itk::StringTools | static |
ToUpperCase(std::string &str) | itk::StringTools | static |
Trim(std::string &str, const std::string &dislike=" \t\n\r") | itk::StringTools | static |
TrimLeft(std::string &str, const std::string &dislike=" \t\n\r") | itk::StringTools | static |
TrimRight(std::string &str, const std::string &dislike=" \t\n\r") | itk::StringTools | static |