Click or drag to resize
SoEuclideanDistanceMapProcessing3dMappingModes Enumeration

This enumeration defines all regions in which the distance map is computed.

Namespace: OIV.ImageViz.Engines.MathematicalMorphology.DistanceMaps
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum MappingModes
Members
  Member nameValueDescription
INSIDE0

Inside the object (outside will be set to zero).

OUTSIDE1

Outside the object (inside will be set to zero).

Remarks