#include "itkImageRegion.h"
#include "mitkBaseData.h"
#include <vtkSmartPointer.h>
Go to the source code of this file.
|
| | mitk |
| | Find image slices visible on a given plane.
|
| |
|
| MITKCORE_EXPORT bool | mitk::Equal (mitk::Surface *leftHandSide, mitk::Surface *rightHandSide, mitk::ScalarType eps, bool verbose) |
| | Equal Compare two surfaces for equality, returns true if found equal. More...
|
| |
| MITKCORE_EXPORT bool | mitk::Equal (mitk::Surface &leftHandSide, mitk::Surface &rightHandSide, mitk::ScalarType eps, bool verbose) |
| | Equal Compare two surfaces for equality, returns true if found equal. More...
|
| |
| MITKCORE_EXPORT bool | mitk::Equal (vtkPolyData *leftHandSide, vtkPolyData *rightHandSide, mitk::ScalarType eps, bool verbose) |
| | Equal Compare two vtk PolyDatas for equality, returns true if found equal. More...
|
| |
| MITKCORE_EXPORT bool | mitk::Equal (vtkPolyData &leftHandSide, vtkPolyData &rightHandSide, mitk::ScalarType eps, bool verbose) |
| | Equal Compare two vtk PolyDatas for equality, returns true if found equal. More...
|
| |