Defines | Functions | Variables

UKFTractography.cxx File Reference

Main file of the project. More...

#include <cassert>
#include <iostream>
#include <fstream>
#include <vector>
#include "filter_model.h"
#include "tractography.h"
#include "UKFTractographyCLP.h"
#include <string>
#include <boost/thread.hpp>
#include "config.h"

Defines

#define boost_support   1

Functions

void setAndTell (double &x, const double y, std::string name)
void tell (double &x, std::string name)
int main (int argc, char **argv)

Variables

bool verbose = true

Detailed Description

Main file of the project.

In this file the input arguments are parsed and passed on to the tractography Also the model choice happens here

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines