17 #ifndef NAVIGATIONTOOLREADER_H_INCLUDED
18 #define NAVIGATIONTOOLREADER_H_INCLUDED
21 #include <itkObjectFactory.h>
28 #include <MitkIGTExports.h>
43 itkFactorylessNewMacro(Self)
55 itkGetMacro(ErrorMessage,
std::
string);
59 ~NavigationToolReader();
63 std::
string m_ToolfilePath;
68 std::
string GetFileWithoutPath(
std::
string FileWithPath);
72 void split(
std::
string& text,
std::
string& separators,
std::vector<
std::
string>& words);
76 #endif //NAVIGATIONTOOLREADER
DataCollection - Class to facilitate loading/accessing structured data.
Data structure which stores a set of points. Superclass of mitk::Mesh.
static const std::string filename
#define mitkClassMacroItkParent(className, SuperClassName)
vnl_quaternion< ScalarType > Quaternion
static std::vector< std::string > & split(const std::string &s, char delim, std::vector< std::string > &elems)
Class for nodes of the DataTree.