OEColorForceFieldLegendDisplayOptions¶
class OEColorForceFieldLegendDisplayOptions
This class represents OEColorForceFieldLegendDisplayOptions
that encapsulates properties that determine how the legend of
a color force field is depicted by the
OEDrawColorForceFieldLegend
function.
See also
OEColorForceFieldDisplay class
OEDrawColorForceFieldLegend
function
Constructors¶
OEColorForceFieldLegendDisplayOptions(unsigned int rows, unsigned int cols)
Creates an OEColorForceFieldLegendDisplayOptions object with the specified number of rows and columns..
- rows
The number of rows in the legend.
- cols
The number of columns in the legend.
OEColorForceFieldLegendDisplayOptions(const OEColorForceFieldLegendDisplayOptions &rhs)
Copy constructor.
operator=¶
OEColorForceFieldLegendDisplayOptions &
operator=(const OEColorForceFieldLegendDisplayOptions &rhs)
Assignment operator.