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