Functions | |
void | Style::setArgDouble (double argDouble) |
void | Style::setArgInt (int argInt) |
void | Style::setArgVectorDouble (const VectorDouble &argVectorDouble) |
void | Style::setArgVectorInt (const VectorInt &argVectorInt) |
Usually, a class should not have these kind of simple accessors (setters). Otherwise, defining member attributes as private makes no sense.
Mutators* are usually non trivial and must be defined in the C++ body files.
|
inline |
|
inline |
|
inline |
|
inline |