class DVnamed_property_item template<class T> ostream& operator<<(ostream&, const DVnamed_property_item<T>&)


[more]friend ostream& operator<<(ostream&, DVnamed_properties&)
A friend routine to overload the << operator
[more] DVnamed_properties()
the default constructor
[more] DVnamed_properties(DVnamed_properties&)
copy constructor
[more] ~DVnamed_properties()
[more]const DVnamed_properties& operator=(DVnamed_properties&)
destructor
[more]void erase()
[more]void print(ostream &output)
[more]DVnamed_color_table named_color_table
everything is public, since we want this to act like a struct.
[more]DVnamed_positive_float_table named_positive_float_table
[more]DVnamed_non_negative_float_table named_non_negative_float_table
[more]DVnamed_non_negative_int_table named_non_negative_int_table
[more]DVnamed_complexity_int_table named_complexity_int_table
[more]DVnamed_lighting_exponent_float_table named_lighting_exponent_float_table
[more]DVnamed_spotlight_cutoff_float_table named_spotlight_cutoff_float_table
[more]DVnamed_spotlight_direction_table named_spotlight_direction_table
[more]DVnamed_light_position_table named_light_position_table
[more]DVnamed_scale_table named_scale_table
[more]DVnamed_color_by_data_table named_color_by_data_table
[more]DVnamed_rich_light_properties_table named_rich_light_properties_table
[more]DVnamed_rich_material_properties_table named_rich_material_properties_table


Documentation

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

o DVnamed_properties()
the default constructor

o DVnamed_properties(DVnamed_properties&)
copy constructor

o ~DVnamed_properties()

oconst DVnamed_properties& operator=(DVnamed_properties&)
destructor

ovoid erase()

ovoid print(ostream &output)

oDVnamed_color_table named_color_table
everything is public, since we want this to act like a struct.

oDVnamed_positive_float_table named_positive_float_table

oDVnamed_non_negative_float_table named_non_negative_float_table

oDVnamed_non_negative_int_table named_non_negative_int_table

oDVnamed_complexity_int_table named_complexity_int_table

oDVnamed_lighting_exponent_float_table named_lighting_exponent_float_table

oDVnamed_spotlight_cutoff_float_table named_spotlight_cutoff_float_table

oDVnamed_spotlight_direction_table named_spotlight_direction_table

oDVnamed_light_position_table named_light_position_table

oDVnamed_scale_table named_scale_table

oDVnamed_color_by_data_table named_color_by_data_table

oDVnamed_rich_light_properties_table named_rich_light_properties_table

oDVnamed_rich_material_properties_table named_rich_material_properties_table

Alphabetic index HTML hierarchy of classes or Java



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