#include <mitkMeshToMeshFilter.h>
Inherits mitkFilter.
Inherited by mitkMeshTransform, and mitkTriangleMeshSimplification.
Inheritance diagram for mitkMeshToMeshFilter:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
void | SetInput (mitkMesh *mesh) |
mitkMesh * | GetInput () |
void | SetOoCSupport (char const *diskPath=mitkOoCGlobalSettings::DiskCachePath, unsigned int bufBlockNum=mitkOoCGlobalSettings::BufferedSliceNumber, bool supportOoC=true) |
mitkMesh * | GetOutput () |
void | SetOutputMesh (mitkMesh *mesh) |
mitkMeshToMeshFilter is an abstract class specifies interface for mesh to mesh filter. This type of filter has a mesh input and generates a mesh as output.
|
Get the input mesh
|
|
Get the output mesh
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkFilter. Reimplemented in mitkQEMSimplification, and mitkTriangleMeshSimplification. |
|
Set the input mesh.
|
|
Let the reader support out-of-core mesh data.
|
|
Set user defined output mesh to replace the default generated mesh.
|