cisst-saw
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
catkin_ws
src
cisst-saw
cisst
cisstNumerical
nmrRegistrationRigid.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4
/*
5
6
Author(s): Peter Kazanzides
7
8
(C) Copyright 2007-2009 Johns Hopkins University (JHU), All Rights Reserved.
9
10
--- begin cisst license - do not edit ---
11
12
This software is provided "as is" under an open source license, with
13
no warranty. The complete license can be found in license.txt and
14
http://www.cisst.org/cisst/license.txt.
15
16
--- end cisst license ---
17
*/
18
19
#ifndef _nmrRegistrationRigid_h
20
#define _nmrRegistrationRigid_h
21
22
#include <
cisstVector/vctTypes.h
>
23
24
// Always include last
25
#include <
cisstNumerical/nmrExport.h
>
26
41
template
<
class
_vectorOwnerType>
42
bool
CISST_EXPORT
nmrRegistrationRigid
(
vctDynamicConstVectorBase<_vectorOwnerType, vct3>
&dataSet1,
43
vctDynamicConstVectorBase<_vectorOwnerType, vct3>
&dataSet2,
44
vctFrm3
&transform,
double
*fre = 0);
45
46
#endif
47
CISST_EXPORT
#define CISST_EXPORT
Definition:
cmnExportMacros.h:50
nmrRegistrationRigid
bool CISST_EXPORT nmrRegistrationRigid(vctDynamicConstVectorBase< _vectorOwnerType, vct3 > &dataSet1, vctDynamicConstVectorBase< _vectorOwnerType, vct3 > &dataSet2, vctFrm3 &transform, double *fre=0)
vctDynamicConstVectorBase
Definition:
vctDynamicConstVectorBase.h:77
vctFrameBase< vctRot3 >
vctTypes.h
Typedef for cisstVector.
nmrExport.h
Rules of exporting.
Generated by
1.8.6