File: antsRegistration2DDouble.cxx

package info (click to toggle)
ants 2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, stretch
  • size: 10,656 kB
  • sloc: cpp: 84,137; sh: 11,419; perl: 694; xml: 115; makefile: 74; python: 48
file content (11 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#include "antsRegistrationTemplateHeader.h"

namespace ants {

//Instantiate the 2DDouble version
int antsRegistration2DDouble(ParserType::Pointer & parser)
{
    return  DoRegistration<double, 2>( parser );
}

} //end namespace ants