Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkMarchingCubes Class Reference

mitkMarchingCubes - implementing 3d reconstruction algorithm More...

#include <mitkMarchingCubes.h>

Inherits mitkVolumeToMeshFilter.

Inheritance diagram for mitkMarchingCubes:

Inheritance graph
[legend]
Collaboration diagram for mitkMarchingCubes:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)
 mitkMarchingCubes ()
void SetThreshold (float lowThreshold, float highThreshold)
float GetLowThreshold ()
float GetHighThreshold ()

Detailed Description

mitkMarchingCubes - implementing 3d reconstruction algorithm

mitkMarchingCubes is a process object that defines a set of function to process Volume Data to generate 3D Image using Marching Cubes algorithm.

Warning:
Marching Cubes algorithm may have the protect of United States patent, please use it at your own risk.


Constructor & Destructor Documentation

mitkMarchingCubes::mitkMarchingCubes  ) 
 

Default constructor.


Member Function Documentation

float mitkMarchingCubes::GetHighThreshold  )  [inline]
 

Get low and high threshold.

Returns:
Return the high threshold.

float mitkMarchingCubes::GetLowThreshold  )  [inline]
 

Get low threshold.

Returns:
Retrurn the low threshold.

virtual void mitkMarchingCubes::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkVolumeToMeshFilter.

void mitkMarchingCubes::SetThreshold float  lowThreshold,
float  highThreshold
 

Set low and high threshold.

Parameters:
lowThreshold the low threshold
highThreshold the high threshold


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:03:47 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3