osg::Vec3s Class Reference

List of all members.

Public Types

typedef short value_type
 num_components = 3
enum  { num_components = 3 }

Public Member Functions

 Vec3s ()
 Vec3s (value_type r, value_type g, value_type b)
bool operator== (const Vec3s &v) const
bool operator!= (const Vec3s &v) const
bool operator< (const Vec3s &v) const
value_typeptr ()
const value_typeptr () const
void set (value_type r, value_type g, value_type b)
void set (const Vec3s &rhs)
value_typeoperator[] (unsigned int i)
value_type operator[] (unsigned int i) const
value_typex ()
value_typey ()
value_typez ()
value_type x () const
value_type y () const
value_type z () const
value_typer ()
value_typeg ()
value_typeb ()
value_type r () const
value_type g () const
value_type b () const
Vec3s operator * (value_type rhs) const
Vec3s operator/ (value_type rhs) const
Vec3s operator+ (value_type rhs) const
Vec3s operator- (value_type rhs) const
Vec3s operator+ (const Vec3s &rhs) const
Vec3s operator- (const Vec3s &rhs) const
Vec3s operator * (const Vec3s &rhs) const

Public Attributes

value_type _v [3]

Member Typedef Documentation

typedef short osg::Vec3s::value_type

Type of Vec class.


Member Enumeration Documentation

anonymous enum

Number of vector components.

Enumerator:
num_components 


Constructor & Destructor Documentation

osg::Vec3s::Vec3s (  )  [inline]

osg::Vec3s::Vec3s ( value_type  r,
value_type  g,
value_type  b 
) [inline]


Member Function Documentation

value_type osg::Vec3s::b (  )  const [inline]

value_type& osg::Vec3s::b (  )  [inline]

value_type osg::Vec3s::g (  )  const [inline]

value_type& osg::Vec3s::g (  )  [inline]

Vec3s osg::Vec3s::operator * ( const Vec3s rhs  )  const [inline]

Vec3s osg::Vec3s::operator * ( value_type  rhs  )  const [inline]

Multiply by scalar.

bool osg::Vec3s::operator!= ( const Vec3s v  )  const [inline]

Vec3s osg::Vec3s::operator+ ( const Vec3s rhs  )  const [inline]

Vec3s osg::Vec3s::operator+ ( value_type  rhs  )  const [inline]

Vec3s osg::Vec3s::operator- ( const Vec3s rhs  )  const [inline]

Vec3s osg::Vec3s::operator- ( value_type  rhs  )  const [inline]

Vec3s osg::Vec3s::operator/ ( value_type  rhs  )  const [inline]

bool osg::Vec3s::operator< ( const Vec3s v  )  const [inline]

bool osg::Vec3s::operator== ( const Vec3s v  )  const [inline]

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

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

const value_type* osg::Vec3s::ptr (  )  const [inline]

value_type* osg::Vec3s::ptr (  )  [inline]

value_type osg::Vec3s::r (  )  const [inline]

value_type& osg::Vec3s::r (  )  [inline]

void osg::Vec3s::set ( const Vec3s rhs  )  [inline]

void osg::Vec3s::set ( value_type  r,
value_type  g,
value_type  b 
) [inline]

value_type osg::Vec3s::x (  )  const [inline]

value_type& osg::Vec3s::x (  )  [inline]

value_type osg::Vec3s::y (  )  const [inline]

value_type& osg::Vec3s::y (  )  [inline]

value_type osg::Vec3s::z (  )  const [inline]

value_type& osg::Vec3s::z (  )  [inline]


Member Data Documentation

value_type osg::Vec3s::_v[3]

Vec member varaible.


The documentation for this class was generated from the following file:
Generated on Sun Oct 1 13:17:08 2006 for openscenegraph by  doxygen 1.4.7