Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkSurface.h>
#include <mitkSurfaceToSurfaceFilter.h>
#include <mitkTimeGeometry.h>
#include <MitkRemeshingExports.h>
Go to the source code of this file.
Classes | |
class | mitk::RemeshFilter |
Encapsulates mitk::Remesh function as filter. More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
MITKREMESHING_EXPORT Surface::Pointer | mitk::Remesh (const Surface *surface, TimeStepType t, int numVertices, double gradation, int subsampling=10, double edgeSplitting=0.0, int optimizationLevel=1, bool forceManifold=false, bool boundaryFixing=false) |
Remesh a surface and store the result in a new surface. More... | |