Newer
Older
#ifndef __DataManager_cxx
#define __DataManager_cxx
Kasper Marstal
committed
#include <itkSimpleDataObjectDecorator.h>
Kasper Marstal
committed
const std::string
::GetInputFullPath( const std::string filename ) const
const std::string path = this->GetInputDirectory() + this->GetFolderSeparator() + filename;
Kasper Marstal
committed
const std::string
::GetOutputFullPath( const std::string filename ) const
const std::string path = this->GetOutputDirectory() + this->GetFolderSeparator() + filename;
Kasper Marstal
committed
const std::string
::GetBaselineFullPath( const std::string filename ) const
const std::string path = this->GetBaselineDirectory() + this->GetFolderSeparator() + filename;
Kasper Marstal
committed
#endif // __DataManager_cxx