Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoDataMeasureAttributes.h
Go to the documentation of this file.
1/*=======================================================================
2 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4 *** ***
5 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7 *** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8 *** ***
9 *** RESTRICTED RIGHTS LEGEND ***
10 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15 *** ***
16 *** COPYRIGHT (C) 1996-2023 BY FEI S.A.S, ***
17 *** BORDEAUX, FRANCE ***
18 *** ALL RIGHTS RESERVED ***
19**=======================================================================*/
20/*=======================================================================
21** Author : Martial Papillon (Sep 2014)
22**=======================================================================*/
23#ifndef _SO_DATA_MEASURE_ATTRIBUTES_H_
24#define _SO_DATA_MEASURE_ATTRIBUTES_H_
25
26#include <ImageViz/SoImageViz.h>
34class SoDEPRECATED SoDataMeasureAttributes : public SoFieldContainer
44{
46public:
49
55
62
67
73
79
85
90
96
102
108
114
120
121private:
123 virtual ~SoDataMeasureAttributes();
124};
125
126#endif /* _SO_DATA_MEASURE_ATTRIBUTES_H_ */
#define SO_FIELDCONTAINER_HEADER(className)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Class for all ImageViz...
SoDataMeasureAttributes()
Default constructor.
SoMFFloat feretAngles2D
List of 2D angles for measures using Feret 2D.
SoMFVec2f feretAngles3D
List of 3D angles for measures using Feret 3D.
SoSFBool neighborDistanceInSpatialUnit
Indicates if the cut-off distance is expressed in pixels (FALSE) or in spatial unit (TRUE).
SoMFVec2i32 cooccurrenceDirections
List of directions for measures using cooccurence.
SoMFFloat quantilePercents
List of 6 quantiles for measures using histogram with custom quantiles.
SoSFFloat histogramMinGrayLevel
Minimum gray level for histogram measures.
SoSFFloat neighborDistance
Distance to the current label boundaries where neighbors are searched (cut-off distance).
SoSFFloat histogramBinSize
Size of bins for histogram measures.
SoSFFloat overlap
Minimal percentage that must represent a label volume overlapping the searched area to be counted as ...
SoSFFloat histogramMaxGrayLevel
Maximum gray level for histogram measures.
SoSFInt32 breadth3DNumAngles
Define the number of angles used in BREADTH3D measure.
SoSFBool histogramAutoAdjust
When TRUE, measures use an auto computed histogram.
Abstract base class for objects that contain fields.
Multiple-value field containing any number of floating point values.
Definition SoMFFloat.h:90
Multiple-value field containing any number of two-dimensional vectors.
Definition SoMFVec2f.h:89
Multiple-value field containing any number of two-dimensional vectors.
Definition SoMFVec2i32.h:63
Field containing a single Boolean value.
Definition SoSFBool.h:79
Field containing a floating-point value.
Definition SoSFFloat.h:78
Field containing a int32_t integer.
Definition SoSFInt32.h:80