inline DVcolor::DVcolor( const DVcolor_float R_val, const DVcolor_float G_val, const DVcolor_float B_val, const DVcolor_float A_val )

constructor

[more]friend ostream& operator<<(ostream&, const DVcolor&)
[more]friend istream& operator>>(istream&, DVcolor&)
[more]DVcolor_float R
[more]DVcolor_float G
[more]DVcolor_float B
[more]DVcolor_float A
[more] DVcolor( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
constructor
[more] ~DVcolor()
[more] DVcolor(const DVcolor&)
destructor
[more]const DVcolor& operator=(const DVcolor&)
copy constructor
[more]int operator==(const DVcolor&) const
assignment operator
[more]int operator!=(const DVcolor&) const
check equal
[more]void set_data( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
set_data routine
[more]void set_data(const DVcolor&)
[more]void set_data(const DVcolor_float*)
[more]void get_data( DVcolor_float&, DVcolor_float&, DVcolor_float&, DVcolor_float& ) const
[more]void get_data(DVcolor_float*)
[more]void get_data(DVcolor&) const
[more]DVcolor_float& operator[](const int)
want foo[0] to be foo.R, ... foo[3] to be foo.A
[more] DVcolor(FileOption)
Methods concrening the reading from a file
[more] DVcolor(FileOption, int &)
[more]void print(ostream &, FileOption)
[more]void print(ostream &) const


Documentation

constructor
ofriend ostream& operator<<(ostream&, const DVcolor&)

ofriend istream& operator>>(istream&, DVcolor&)

oDVcolor_float R

oDVcolor_float G

oDVcolor_float B

oDVcolor_float A

o DVcolor( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
constructor

o ~DVcolor()

o DVcolor(const DVcolor&)
destructor

oconst DVcolor& operator=(const DVcolor&)
copy constructor

oint operator==(const DVcolor&) const
assignment operator

oint operator!=(const DVcolor&) const
check equal

ovoid set_data( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
set_data routine

ovoid set_data(const DVcolor&)

ovoid set_data(const DVcolor_float*)

ovoid get_data( DVcolor_float&, DVcolor_float&, DVcolor_float&, DVcolor_float& ) const

ovoid get_data(DVcolor_float*)

ovoid get_data(DVcolor&) const

oDVcolor_float& operator[](const int)
want foo[0] to be foo.R, ... foo[3] to be foo.A

o DVcolor(FileOption)
Methods concrening the reading from a file

o DVcolor(FileOption, int &)

ovoid print(ostream &, FileOption)

ovoid print(ostream &) const

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.