class DVnamed_properties

A class which contains the named versions of all of the properties an object can have.

Public Fields

[more]DVnamed_color_table named_color_table
The colors
[more]DVnamed_positive_float_table named_positive_float_table
Not 100 percent sure why this is here
[more]DVnamed_non_negative_float_table named_non_negative_float_table
Not 100 percent sure why this is here
[more]DVnamed_non_negative_int_table named_non_negative_int_table
Not 100 percent sure why this is here
[more]DVnamed_complexity_int_table named_complexity_int_table
The geometry complexity
[more]DVnamed_lighting_exponent_float_table named_lighting_exponent_float_table
The spotlight exponent
[more]DVnamed_spotlight_cutoff_float_table named_spotlight_cutoff_float_table
The spotlight cutoff angle
[more]DVnamed_spotlight_direction_table named_spotlight_direction_table
The spotlight direction
[more]DVnamed_light_position_table named_light_position_table
The lights position
[more]DVnamed_scale_table named_scale_table
Not 100 percent sure why this is here
[more]DVnamed_color_by_data_table named_color_by_data_table
Color by data objects that can be accessed by name.
[more]DVnamed_rich_light_properties_table named_rich_light_properties_table
Light properties
[more]DVnamed_rich_material_properties_table named_rich_material_properties_table
Material properties

Public Methods

[more] DVnamed_properties()
The default constructor
[more] DVnamed_properties(DVnamed_properties&)
Copy constructor
[more] ~DVnamed_properties()
Destructor
[more]const DVnamed_properties& operator=(DVnamed_properties&)
Assignment operator
[more]void erase()
Delete the contents of the object
[more]void print(ostream &output)
Print the object


Documentation

A class which contains the named versions of all of the properties an object can have. It is probably best not to use this, since the named version of the properties will probably go away at some point.
o DVnamed_properties()
The default constructor

o DVnamed_properties(DVnamed_properties&)
Copy constructor

o ~DVnamed_properties()
Destructor

oconst DVnamed_properties& operator=(DVnamed_properties&)
Assignment operator

ovoid erase()
Delete the contents of the object

ovoid print(ostream &output)
Print the object

oDVnamed_color_table named_color_table
The colors

oDVnamed_positive_float_table named_positive_float_table
Not 100 percent sure why this is here

oDVnamed_non_negative_float_table named_non_negative_float_table
Not 100 percent sure why this is here

oDVnamed_non_negative_int_table named_non_negative_int_table
Not 100 percent sure why this is here

oDVnamed_complexity_int_table named_complexity_int_table
The geometry complexity

oDVnamed_lighting_exponent_float_table named_lighting_exponent_float_table
The spotlight exponent

oDVnamed_spotlight_cutoff_float_table named_spotlight_cutoff_float_table
The spotlight cutoff angle

oDVnamed_spotlight_direction_table named_spotlight_direction_table
The spotlight direction

oDVnamed_light_position_table named_light_position_table
The lights position

oDVnamed_scale_table named_scale_table
Not 100 percent sure why this is here

oDVnamed_color_by_data_table named_color_by_data_table
Color by data objects that can be accessed by name.

oDVnamed_rich_light_properties_table named_rich_light_properties_table
Light properties

oDVnamed_rich_material_properties_table named_rich_material_properties_table
Material properties


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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