openscenegraph
Public Types | Public Member Functions | Public Attributes | List of all members
osg::Vec2ub Class Reference

#include <Vec2ub>

Public Types

enum  { num_components = 2 }
 
typedef unsigned char value_type
 

Public Member Functions

 Vec2ub ()
 
 Vec2ub (value_type r, value_type g)
 
bool operator== (const Vec2ub &v) const
 
bool operator!= (const Vec2ub &v) const
 
bool operator< (const Vec2ub &v) const
 
value_typeptr ()
 
const value_typeptr () const
 
void set (value_type x, value_type y)
 
void set (const Vec2ub &rhs)
 
value_typeoperator[] (int i)
 
value_type operator[] (int i) const
 
value_typex ()
 
value_typey ()
 
value_type x () const
 
value_type y () const
 
value_typer ()
 
value_typeg ()
 
value_type r () const
 
value_type g () const
 
Vec2ub operator* (float rhs) const
 
Vec2uboperator*= (float rhs)
 
Vec2ub operator/ (float rhs) const
 
Vec2uboperator/= (float rhs)
 
Vec2ub operator+ (const Vec2ub &rhs) const
 
Vec2uboperator+= (const Vec2ub &rhs)
 
Vec2ub operator- (const Vec2ub &rhs) const
 
Vec2uboperator-= (const Vec2ub &rhs)
 

Public Attributes

value_type _v [2]
 

Detailed Description

General purpose unsigned byte pair.

Member Typedef Documentation

◆ value_type

typedef unsigned char osg::Vec2ub::value_type

Data type of vector components.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Number of vector components.

Enumerator
num_components 

Constructor & Destructor Documentation

◆ Vec2ub() [1/2]

osg::Vec2ub::Vec2ub ( )
inline

Constructor that sets all components of the vector to zero

◆ Vec2ub() [2/2]

osg::Vec2ub::Vec2ub ( value_type  r,
value_type  g 
)
inline

Member Function Documentation

◆ g() [1/2]

value_type & osg::Vec2ub::g ( )
inline

◆ g() [2/2]

value_type osg::Vec2ub::g ( ) const
inline

◆ operator!=()

bool osg::Vec2ub::operator!= ( const Vec2ub v) const
inline

◆ operator*()

Vec2ub osg::Vec2ub::operator* ( float  rhs) const
inline

Multiply by scalar.

◆ operator*=()

Vec2ub & osg::Vec2ub::operator*= ( float  rhs)
inline

Unary multiply by scalar.

◆ operator+()

Vec2ub osg::Vec2ub::operator+ ( const Vec2ub rhs) const
inline

Binary vector add.

◆ operator+=()

Vec2ub & osg::Vec2ub::operator+= ( const Vec2ub rhs)
inline

Unary vector add. Slightly more efficient because no temporary intermediate object.

◆ operator-()

Vec2ub osg::Vec2ub::operator- ( const Vec2ub rhs) const
inline

Binary vector subtract.

◆ operator-=()

Vec2ub & osg::Vec2ub::operator-= ( const Vec2ub rhs)
inline

Unary vector subtract.

◆ operator/()

Vec2ub osg::Vec2ub::operator/ ( float  rhs) const
inline

Divide by scalar.

◆ operator/=()

Vec2ub & osg::Vec2ub::operator/= ( float  rhs)
inline

Unary divide by scalar.

◆ operator<()

bool osg::Vec2ub::operator< ( const Vec2ub v) const
inline

◆ operator==()

bool osg::Vec2ub::operator== ( const Vec2ub v) const
inline

◆ operator[]() [1/2]

value_type & osg::Vec2ub::operator[] ( int  i)
inline

◆ operator[]() [2/2]

value_type osg::Vec2ub::operator[] ( int  i) const
inline

◆ ptr() [1/2]

value_type * osg::Vec2ub::ptr ( )
inline

◆ ptr() [2/2]

const value_type * osg::Vec2ub::ptr ( ) const
inline

◆ r() [1/2]

value_type & osg::Vec2ub::r ( )
inline

◆ r() [2/2]

value_type osg::Vec2ub::r ( ) const
inline

◆ set() [1/2]

void osg::Vec2ub::set ( const Vec2ub rhs)
inline

◆ set() [2/2]

void osg::Vec2ub::set ( value_type  x,
value_type  y 
)
inline

◆ x() [1/2]

value_type & osg::Vec2ub::x ( )
inline

◆ x() [2/2]

value_type osg::Vec2ub::x ( ) const
inline

◆ y() [1/2]

value_type & osg::Vec2ub::y ( )
inline

◆ y() [2/2]

value_type osg::Vec2ub::y ( ) const
inline

Member Data Documentation

◆ _v

value_type osg::Vec2ub::_v[2]

Vec member variable.


The documentation for this class was generated from the following file: