24#ifndef _SO_IMAGE_BOUNDARY_AREA_IMAGE_FILTER_H_
25#define _SO_IMAGE_BOUNDARY_AREA_IMAGE_FILTER_H_
97 {
return m_voxelNumber; }
101 {
return m_interceptionSurface; }
107 unsigned long m_voxelNumber;
108 float m_interceptionSurface;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> class to handle image ...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...
Results details of object boundary area global measure.
float getInterceptionSurface() const
The surface of the volume of interest intercepted by objects, expressed in calibration unit with dime...
unsigned long getVoxelNumber() const
The number of voxels of the volume of interest intercepted by objects.
SbImageBoundaryAreaDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoTotalImageBoundaryAr...
SoSFImageDataAdapter inMaskImage
The binary image for the mask or empty (command looks for only inside).
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoImageVizEngineAnalysisOutput< SbImageBoundaryAreaDetail > outResult
The output measure result.
SoSFImageDataAdapter inBinaryImage
The input binary image.
SoTotalImageBoundaryAreaQuantification()
Constructor.