bicotiPixelAttributeSelectorNone

bicotiPixelAttributeSelectorNone
bicotiPixelAttributeSelectorRound
bicotiPixelAttributeSelectorColorRed
bicotiPixelAttributeSelectorColorGreen
bicotiPixelAttributeSelectorColorBlue
bicotiPixelAttributeSelectorColorVectorial


class bicotiPixelAttributeSelectorNone< class AttributeType >



Comentarios Generales:

    Este selector de atributos se utiliza cuando el pixel es del tipo "ColorType" ( generalmente un tipo
    nativo), directamente se retorna el mismo pixel, es como si fuera un pixel vectorial pero con un color.

    Observar que PixelType = AttributeType, en este caso.



Public Methods

AttributeType operator( )(  AttributeType )

AttributeType Inverse( AttributeType, AttributeType )



AttributeType operator( )( AttributeType )

           Retorna el mismo AttributeType. En principio este objeto podría parecer un objeto trivial, pero
           mantiene la interfaz, por con esto los algoritmos como realizar



AttributeType Inverse ( AttributeType, AttributeType )

           Dado un atributo, que se pasa como segundo parámetro, retorna el mismo valor del attributo.