32 Size(
double width,
double height );
33 Size(
double width,
double height,
double depth );
35 void setSize(
double width,
double height );
36 void setSize(
double width,
double height,
double depth );
39 inline double getHeight()
const;
42 inline double getWidth()
const;
45 inline double getDepth()
const;
48 void setDepth (
double );
#define MDL_HIPPOPLOT_API
Class representing a two or three dimension size.
double getWidth() const
The following function returns the width.
double getHeight() const
The following function returns the height.
double getDepth() const
The following function returns the depth.