Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "itkStochasticTractographyFilter.h"
#include "itkVectorImage.h"
#include "itkImageSeriesReader.h"
#include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkMetaDataDictionary.h"
#include "itkAddImageFilter.h"
#include "itkUnaryFunctorImageFilter.h"
#include <iostream>
#include <vector>
#include "itkImageRegionConstIterator.h"
#include "StochasticTractographyFilterCLP.h"
#include "itkTensorFractionalAnisotropyImageFilter.h"
#include "itkPathIterator.h"
#include <string>
#include <fstream>
Go to the source code of this file.
Namespaces | |
Functor | |
Functions | |
std::string | stripExtension (const std::string &fileName) |
template<class TTOContainerType > | |
bool | SamplingDirections (const char *fn, typename TTOContainerType::Pointer directions) |
template<class TractContainerType > | |
bool | WriteTractContainerToFile (const char *fn, TractContainerType *tractcontainer) |
template<class FAContainerType > | |
bool | WriteScalarContainerToFile (const char *fn, FAContainerType *facontainer) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 174 of file StochasticTractographyFilter.cxx.
References mitk::New().
bool SamplingDirections | ( | const char * | fn, |
typename TTOContainerType::Pointer | directions | ||
) |
Definition at line 30 of file StochasticTractographyFilter.cxx.
std::string stripExtension | ( | const std::string & | fileName | ) |
Definition at line 18 of file StochasticTractographyFilter.cxx.
bool WriteScalarContainerToFile | ( | const char * | fn, |
FAContainerType * | facontainer | ||
) |
Definition at line 98 of file StochasticTractographyFilter.cxx.
bool WriteTractContainerToFile | ( | const char * | fn, |
TractContainerType * | tractcontainer | ||
) |
Definition at line 65 of file StochasticTractographyFilter.cxx.