Skip to content

abstract dataType PolCoordinate

extends Coordinate

Abstract head of the polarization coordinate types. Current use cases only require support for discrete polarization states, however, we include this head class to facilitate extension for other types (eg: polarization fraction and angle).

classDiagram

        class PolCoordinate{

        }
        PolCoordinate --|> Coordinate
PolState --|> PolCoordinate

link Coordinate "../Coordinate"
link PolState "../PolState"

Members

name type mult description