Skip to content

objectType PixelSpace

extends CoordSpace

A PixelSpace SHALL include one or more BinnedAxis objects describing the pixel coordinate space. A handedness value MAY be provided to specify the relative orientation of the axes.

classDiagram

        class PixelSpace{
        coords:BinnedAxis axis
coords:Handedness handedness

        }
        PixelSpace --|> CoordSpace

link CoordSpace "../CoordSpace"

Members

name type mult description
axis BinnedAxis subset
handedness Handedness optional Specifies the handedness of the coordinate space.

Subset Detail

axis

Subsets axis in CoordSpace from type Axis to BinnedAxis