Class SoObjectLinearDensityQuantification3d
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.engines.SoEngine
-
- com.openinventor.imageviz.engines.SoImageVizEngine
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoObjectLinearDensityQuantification3d
-
- All Implemented Interfaces:
SafeDisposable
@Deprecated(since="2023.2") public class SoObjectLinearDensityQuantification3d extends SoImageVizEngine
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.SoObjectLinearDensityQuantification3d
engine. TheSoObjectLinearDensityQuantification3d
engine measures the structure linear density.For an introduction, see section Morphometry.
This engine measures the structure linear density. It represents the number of traversals across a structure made per unit length on a linear path.
Plate and rod model 2D-based definitions of object linear density take the corresponding average object thickness values:
- Parallel plate model :
- Cylinder rod model :
where
is total volume and
is solid volume.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoObjectLinearDensityQuantification3d.Models
Deprecated.static class
SoObjectLinearDensityQuantification3d.SbObjectLinearDensityDetail
Deprecated.As of Open Inventor 2023.2.-
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFImageDataAdapter
inImage
Deprecated.The input 3D binary image.SoSFImageDataAdapter
inMaskImage
Deprecated.The binary image for the mask or empty (command looks for only inside).SoSFEnum<SoObjectLinearDensityQuantification3d.Models>
model
Deprecated.The trabecular model.SoImageVizEngineAnalysisOutput<SoObjectLinearDensityQuantification3d.SbObjectLinearDensityDetail>
outResult
Deprecated.The output measure result.-
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
onBegin, onEnd, onProgress
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoObjectLinearDensityQuantification3d()
Deprecated.Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
-
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputName
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
inImage
public final SoSFImageDataAdapter inImage
Deprecated.The input 3D binary image. Default value is NULL. Supported types include: binary image.
-
inMaskImage
public final SoSFImageDataAdapter inMaskImage
Deprecated.The binary image for the mask or empty (command looks for only inside). This parameter is optional. Default value is NULL. Supported types include: binary image.
-
model
public final SoSFEnum<SoObjectLinearDensityQuantification3d.Models> model
Deprecated.The trabecular model. . Default is PARALLEL_PLATE_MODEL
-
outResult
public final SoImageVizEngineAnalysisOutput<SoObjectLinearDensityQuantification3d.SbObjectLinearDensityDetail> outResult
Deprecated.The output measure result. Default value is NULL.
-
-