RTK  2.5.0
Reconstruction Toolkit
Namespaces | Functions
rtkGgoFunctions.h File Reference
#include "rtkMacro.h"
#include "rtkConstantImageSource.h"
#include "rtkIOFactories.h"
#include "rtkProjectionsReader.h"
#include <itkRegularExpressionSeriesFileNames.h>
#include <itksys/RegularExpression.hxx>
+ Include dependency graph for rtkGgoFunctions.h:

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)