ImageDev

FieldInformation

Represents information about a measurement like shape, physicalUnit, ...

Enumerations
Possible values for PhysicalDimension are:
UNKNOWN = 0 /// Dimension unknown
DIMENSIONLESS /// Dimensionless elements
LENGTH /// A dimension distance
AREA /// A dimension area
VOLUME /// A dimension volume

Possible values for PhysicalInformation are:
UNKNOWN = 0 /// No information
LENGTH /// A dimension distance
AREA /// A dimension area
VOLUME /// A dimension volume
ANGLE /// Dimensionless elements representing an angle
INTENSITY /// Elements representing an intensity
SQUARE_INTENSITY /// Elements representing a square intensity
BOOLEAN /// Element representing a boolean
COORDINATE /// Element representing a coordinate
COEFFICIENT /// Dimensionless element representing a coefficient
COUNT /// Dimensionless element representing a count
FRACTION /// Dimensionless element representing a fraction
INDEX /// Dimensionless element representing an index
PERCENTAGE /// Dimensionless element representing a percentage
RATIO /// Dimensionless element representing a ratio

See related example

Syntax

Method Description
iolink::VectorXu64 shape() Returns the shape of the measurement.
PhysicalDimension physicalDimension() Returns the physical dimension of the measurement.
PhysicalInformation physicalInformation() Returns the physical information about the measurement.
std::string physicalUnit() Returns the physical unit of the measurement.
Attributes Description
shape -> int[] Returns the shape of the measurement.
physical_dimension -> imagedev.PhysicalDimension Returns the physical dimension of the measurement.
physical_information -> imagedev.PhysicalInformation Returns the physical information about the measurement.
physical_unit -> str Returns the physical unit of the measurement.
Attributes Description
shape -> int[] Returns the shape of the measurement.
physical_dimension -> imagedev.PhysicalDimension Returns the physical dimension of the measurement.
physical_information -> imagedev.PhysicalInformation Returns the physical information about the measurement.
physical_unit -> String Returns the physical unit of the measurement.