MITK-IGT
IGT Extension of MITK
|
#include <itkDataObject.h>
#include "MitkOpenIGTLinkExports.h"
#include <mitkNumericTypes.h>
#include <mitkCommon.h>
#include "igtlMessageBase.h"
Go to the source code of this file.
Classes | |
class | mitk::IGTLMessage |
A wrapper for the OpenIGTLink message type. More... | |
Namespaces | |
namespace | mitk |
IGT Exceptions. | |
Functions | |
MITKOPENIGTLINK_EXPORT bool | mitk::Equal (const mitk::IGTLMessage &leftHandSide, const mitk::IGTLMessage &rightHandSide, ScalarType eps=mitk::eps, bool verbose=false) |
Equal A function comparing two OpenIGTLink message objects for being equal in meta- and imagedata. | |