13 #ifndef NAVIGATIONTOOLREADER_H_INCLUDED 14 #define NAVIGATIONTOOLREADER_H_INCLUDED 17 #include <itkObjectFactory.h> 24 #include <MitkIGTExports.h> 39 itkFactorylessNewMacro(Self);
49 mitk::NavigationTool::Pointer DoRead(std::string filename);
51 itkGetMacro(ErrorMessage,std::string);
61 mitk::NavigationTool::Pointer ConvertDataNodeToNavigationTool(
mitk::DataNode::Pointer node, std::string toolPath);
64 std::string GetFileWithoutPath(std::string FileWithPath);
68 void split(std::string& text, std::string& separators, std::vector<std::string>& words);
72 #endif //NAVIGATIONTOOLREADER
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacroItkParent(className, SuperClassName)
vnl_quaternion< ScalarType > Quaternion