23#ifndef _SO_SURFACE_FITTING_APPROXIMATION_3D_H
24#define _SO_SURFACE_FITTING_APPROXIMATION_3D_H
211 SoImageVizEngineOutput <SoSFStructuredQuadrilateralMesh, SbStructuredQuadrilateralMesh*>
outSurface;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
Multiple-value field containing any number of floating point values.
Multiple-value field containing any number of three-dimensional vectors.
Field containing a floating-point value.
Field containing an enumerated value.
Field containing a floating-point value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing a SbS...
Field containing a two-dimensional vector.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoSurfaceFittingApprox...
SoMFVec3f directions
Defines the search direction for each vertex.
SoSFImageDataAdapter inFeatureImage
Input 3D image containing weight values.
SoMFFloat dirichletValues
Dirichlet values for left, right, top and bottom boundary conditions.
SoSFVec2d thresholdLevel
Defines a range of values that can be considered for the best fit.
SoSFDouble distance
Defines the maximum distance that vertices can be moved.
SoSFFloat smoothing
A regularization is applied on the fitted mesh in order to smooth it and limit the effect of outliers...
SoSFEnum leftBoundaryCondition
The type of boundary conditions for the left boundary.
SoSFStructuredQuadrilateralMesh inSurface
Input surface.
SoImageVizEngineMFieldOutput< SoMFVec3f, const SbVec3f * > outDirections
Directions along which the most fitted value was searched.
SoSFEnum topBoundaryCondition
The type of boundary conditions for the top boundary.
SoSFEnum detectionType
Defines the criterion on which a vertex will be kept as the best fit.
@ MAXIMUM
Uses the maximum value.
BoundaryCondition
Define the type of supported boundaries condition.
SoSFEnum regularizationType
The type of regularization used to enforce the smoothness of the mesh.
RegularizationType
The type of regularization applied to the mesh.
SoSurfaceFittingApproximation3d()
Constructor.
SoSFEnum rightBoundaryCondition
The type of boundary conditions for the right boundary.
SoSFEnum bottomBoundaryCondition
The type of boundary conditions for the bottom boundary.
SoImageVizEngineOutput< SoSFStructuredQuadrilateralMesh, SbStructuredQuadrilateralMesh * > outSurface
Output surface with fitted vertices.