User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Pixel Types - ByteVYUValueC
 

  PUBLIC
ByteVYUValueC::ByteVYUValueC(void)
ByteVYUValueC::ByteVYUValueC(SByteT,ByteT,SByteT)
ByteVYUValueC::ByteVYUValueC(VYUValueC &)
ByteVYUValueC::Set(const SByteT &,const ByteT &,const SByteT &)
ByteVYUValueC::V(void) const
ByteVYUValueC::Y(void) const
ByteVYUValueC::U(void) const
ByteVYUValueC::V(void)
ByteVYUValueC::Y(void)
ByteVYUValueC::U(void)
ByteVYUValueC::operator VYUValueC(void) const

   ByteVYUValueC   
 
Byte VYU value class.
 
include "Ravl/Image/ByteVYUValue.hh"
Created:24/01/2001 
User Level:Normal
Library:RavlImage
In Scope:RavlImageN

Variables:
Methods:
ByteVYUValueC()
Default constructor.
creates an undefined VYU pixel.

ByteVYUValueC(SByteT xv,ByteT xy,SByteT xu)
Construct from components.

ByteVYUValueC(VYUValueC<OCompT> & oth)
Construct from another component type.

void Set(const SByteT & nv,const ByteT & ny,const SByteT & nu)
Set the values.

const SByteT & V() const
Returns the level of the V component.

const ByteT & Y() const
Returns the level of the Y component.

const SByteT & U() const
Returns the level of the U component.

SByteT & V()
Returns the level of the V component.

ByteT & Y()
Returns the level of the Y component.

SByteT & U()
Returns the level of the U component.

operator VYUValueC<RealT>() const
Convert to real values.


Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002