Skip to content
Snippets Groups Projects
elxDataManager.cxx 757 B
Newer Older
#ifndef __DataManager_cxx
#define __DataManager_cxx

#include <itkSimpleDataObjectDecorator.h>
#include "elxDataManager.h"

DataManager
::GetInputFullPath( const std::string filename ) const 
  const std::string path = this->GetInputDirectory() + this->GetFolderSeparator() + filename;
DataManager
::GetOutputFullPath( const std::string filename ) const
  const std::string path = this->GetOutputDirectory() + this->GetFolderSeparator() + filename;
DataManager
::GetBaselineFullPath( const std::string filename ) const
  const std::string path = this->GetBaselineDirectory() + this->GetFolderSeparator() + filename;