class DVlights ostream& operator<<(ostream&, const DVlights&)


[more]friend ostream& operator<<(ostream&, const DVlight_properties&)
A friend routine to overload the << operator
[more] DVlight_properties()
constructors and destructors
[more] DVlight_properties(const DVlight_properties&)
first the default constructor
[more] DVlight_properties(const DVrich_light_properties&)
next the copy constructor
[more] ~DVlight_properties()
copy rich
[more]const DVlight_properties& operator=(const DVlight_properties &)
destructor
[more]const DVlight_properties& operator=(const DVrich_light_properties &)
[more]int operator==(const DVlight_properties&) const
[more]int operator!=(const DVlight_properties&) const
equality operator
[more]int is_spotlight() const
not equal operator
[more]int is_positional() const
[more]void print(ostream&) const
[more]int active
data
[more]DVcolor ambient
[more]DVcolor diffuse
[more]DVcolor specular
[more]DVlight_position position
[more]DVspotlight_direction spot_direction
[more]DVlighting_exponent_float spot_exponent
[more]DVspotlight_cutoff_float spot_cutoff
[more]DVnon_negative_float constant_attenuation
[more]DVnon_negative_float linear_attenuation
[more]DVnon_negative_float quadratic_attenuation


Documentation

ofriend ostream& operator<<(ostream&, const DVlight_properties&)
A friend routine to overload the << operator

o DVlight_properties()
constructors and destructors

o DVlight_properties(const DVlight_properties&)
first the default constructor

o DVlight_properties(const DVrich_light_properties&)
next the copy constructor

o ~DVlight_properties()
copy rich

oconst DVlight_properties& operator=(const DVlight_properties &)
destructor

oconst DVlight_properties& operator=(const DVrich_light_properties &)

oint operator==(const DVlight_properties&) const

oint operator!=(const DVlight_properties&) const
equality operator

oint is_spotlight() const
not equal operator

oint is_positional() const

ovoid print(ostream&) const

oint active
data

oDVcolor ambient

oDVcolor diffuse

oDVcolor specular

oDVlight_position position

oDVspotlight_direction spot_direction

oDVlighting_exponent_float spot_exponent

oDVspotlight_cutoff_float spot_cutoff

oDVnon_negative_float constant_attenuation

oDVnon_negative_float linear_attenuation

oDVnon_negative_float quadratic_attenuation

Alphabetic index HTML hierarchy of classes or Java



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