Fixed doxygen comments.
This commit is contained in:
@@ -102,12 +102,13 @@ public:
|
||||
Construct a ScalarBar with the supplied parameters.
|
||||
@param numColors Specify the number of colors in the scalar bar. Color
|
||||
interpolation occurs where necessary.
|
||||
@param numLabels Specify the number of labels in the scalar bar.
|
||||
@param stc The ScalarsToColors defining the range of scalars
|
||||
and the colors they map to.
|
||||
@param title The title to be used when displaying the ScalarBar.
|
||||
Specify "" for no title.
|
||||
@param orientation The orientation of the ScalarBar. @see Orientation.
|
||||
@param apectRatio The aspect ration (y/x) for the displayed bar. Bear in mind you
|
||||
@param aspectRatio The aspect ration (y/x) for the displayed bar. Bear in mind you
|
||||
may want to change this if you change the orientation.
|
||||
@param sp A ScalarPrinter object for the ScalarBar. For every displayed
|
||||
ScalarBar label, the scalar value will be passed to the
|
||||
|
||||
@@ -94,7 +94,7 @@ public:
|
||||
@param centre sphere centre
|
||||
@param radius radius of sphere
|
||||
@param azMin azimuth minimum
|
||||
@param azMin azimuth maximum
|
||||
@param azMax azimuth maximum
|
||||
@param elevMin elevation minimum
|
||||
@param elevMax elevation maximum
|
||||
@param density number of units to divide the azimuth and elevation ranges into
|
||||
@@ -155,7 +155,7 @@ public:
|
||||
@param azRange azimuth range in radians (with centre along vec)
|
||||
@param elevRange elevation range in radians (with centre along vec)
|
||||
*/
|
||||
void setArea(const osg::Vec3& v, float azRange, float elevRange);
|
||||
void setArea(const osg::Vec3& vec, float azRange, float elevRange);
|
||||
|
||||
/** Get the area of the sphere segment
|
||||
|
||||
@@ -164,11 +164,11 @@ public:
|
||||
@param azRange azimuth range in radians (with centre along vec)
|
||||
@param elevRange elevation range in radians (with centre along vec)
|
||||
*/
|
||||
void getArea(osg::Vec3& v, float& azRange, float& elevRange) const;
|
||||
void getArea(osg::Vec3& vec, float& azRange, float& elevRange) const;
|
||||
|
||||
/** Set the area of the sphere segment
|
||||
@param azMin azimuth minimum
|
||||
@param azMin azimuth maximum
|
||||
@param azMax azimuth maximum
|
||||
@param elevMin elevation minimum
|
||||
@param elevMax elevation maximum
|
||||
*/
|
||||
@@ -176,7 +176,7 @@ public:
|
||||
|
||||
/** Get the area of the sphere segment
|
||||
@param azMin azimuth minimum
|
||||
@param azMin azimuth maximum
|
||||
@param azMax azimuth maximum
|
||||
@param elevMin elevation minimum
|
||||
@param elevMax elevation maximum
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user