RTK
2.6.0
Reconstruction Toolkit
|
#include "rtkMacro.h"
#include "rtkConstantImageSource.h"
#include "rtkIOFactories.h"
#include "rtkProjectionsReader.h"
#include <itkRegularExpressionSeriesFileNames.h>
#include <itksys/RegularExpression.hxx>
Go to the source code of this file.
Namespaces | |
rtk | |
Functions | |
template<class TArgsInfo > | |
const std::vector< std::string > | rtk::GetProjectionsFileNamesFromGgo (const TArgsInfo &args_info) |
template<class TArgsInfo , class TIterativeReconstructionFilter > | |
void | rtk::SetBackProjectionFromGgo (const TArgsInfo &args_info, TIterativeReconstructionFilter *recon) |
template<class TConstantImageSourceType , class TArgsInfo > | |
void | rtk::SetConstantImageSourceFromGgo (typename TConstantImageSourceType::Pointer source, const TArgsInfo &args_info) |
template<class TArgsInfo , class TIterativeReconstructionFilter > | |
void | rtk::SetForwardProjectionFromGgo (const TArgsInfo &args_info, TIterativeReconstructionFilter *recon) |
template<class TProjectionsReaderType , class TArgsInfo > | |
void | rtk::SetProjectionsReaderFromGgo (typename TProjectionsReaderType::Pointer reader, const TArgsInfo &args_info) |