#include <Resolution.h>
Inheritance diagram for rnaml::Resolution:
Public Methods | |
Resolution () | |
Initializes the object. | |
Resolution (const Resolution &right) | |
Initializes the object with the right's content. | |
Resolution * | clone () const |
Clones the object. | |
virtual | ~Resolution () |
Destroys the object. | |
Resolution & | operator= (const Resolution &right) |
Assigns the object with the right's content. | |
float | getValue () const |
Gets the resolution value. | |
void | setValue (float value) |
Sets the resolution value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the resolution value.
|
|
Assigns the object with the right's content.
|
|
Sets the resolution value.
|