#include <mitkBinaryFilter.h>
Inherits mitkVolumeToVolumeFilter.
Inheritance diagram for mitkBinaryFilter:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkBinaryFilter () | |
float | GetCubage () |
mitkBinaryFilter is a filter to get binary data of a source volume. The data type of the output volume is MITK_UNSIGNED_CHAR. All non-zero values of the source volume are set to 255. Zeros are not changed.
|
Default constructor. |
|
Get the cubage of the output object (non zero parts). |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeToVolumeFilter. |