Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkGeometryDataToSurfaceFilterTest.cpp File Reference
#include "mitkPlaneGeometryDataToSurfaceFilter.h"
#include "mitkPlaneGeometry.h"
#include "mitkPlaneGeometryData.h"
#include "mitkSurface.h"
#include "vtkPolyData.h"
#include <fstream>

Go to the source code of this file.

Functions

template<typename TScalarType >
int testExpectedIndexBoundingBox (mitk::BaseGeometry *geometry, TScalarType expectedIndexBounds[6])
 
template<typename TScalarType >
int testExpectedAxisParallelBoundingBox (mitk::BaseGeometry *geometry, TScalarType expectedAxisParallelBounds[6])
 
int testSurfaceBoundingBoxConsistency (mitk::Surface *surface, bool expectIdentityTransform)
 
int testGeometryDataToSurfaceFilter (mitk::PlaneGeometryDataToSurfaceFilter *geometryToSurfaceFilter, mitk::ScalarType expectedIndexBounds[6], mitk::ScalarType expectedAxisParallelBounds[6], bool expectIdentityTransform)
 
int mitkGeometryDataToSurfaceFilterTest (int, char *[])
 

Function Documentation

template<typename TScalarType >
int testExpectedAxisParallelBoundingBox ( mitk::BaseGeometry geometry,
TScalarType  expectedAxisParallelBounds[6] 
)
template<typename TScalarType >
int testExpectedIndexBoundingBox ( mitk::BaseGeometry geometry,
TScalarType  expectedIndexBounds[6] 
)