Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkTransform.h"
#include <fstream>
#include <vnl/vnl_inverse.h>
#include <mitkVnlVectorFixedCaster.h>
#include <mitkVnlVectorFromCvMat.h>
#include <mitkVnlMatrixFromCvMat.h>
#include <mitkCvMatFromVnlVector.h>
Go to the source code of this file.
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, mitk::Transform::Pointer p) |
std::ostream& operator<< | ( | std::ostream & | os, |
mitk::Transform::Pointer | p | ||
) |
Definition at line 745 of file mitkTransform.cpp.