ITK  4.10.0
Insight Segmentation and Registration Toolkit
Namespaces | Functions
itkFDFCommonImageIO.h File Reference
#include <itkFDFImageIO.h>
#include <itkIndent.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <iterator>
#include <algorithm>
+ Include dependency graph for itkFDFCommonImageIO.h:

Go to the source code of this file.

Namespaces

 itk
 

Functions

template<class T >
void itk::ConvertFromString (std::string s, T &value)
 
std::string itk::ParseLine (std::string line)
 
template<class T >
void itk::PrintVector (std::ostream &os, std::string name, const std::vector< T > &vect)
 
std::string itk::RemoveCharacters (std::string, char)
 
template<class T >
void itk::StringToVector (std::string value, std::vector< T > &values)
 
void itk::Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ")