creaContours_lib
|
#include <AxeThing.h>
Public Member Functions | |
AxeThing () | |
~AxeThing () | |
void | setDescription (std::string aDescription) |
std::string | getDescription () |
void | setLength (int aLength) |
int | getLength () |
Private Attributes | |
std::string | description |
int | length |
Definition at line 36 of file AxeThing.h.
AxeThing::AxeThing | ( | ) |
Definition at line 44 of file AxeThing.cxx.
AxeThing::~AxeThing | ( | ) |
Definition at line 52 of file AxeThing.cxx.
std::string AxeThing::getDescription | ( | ) |
Definition at line 66 of file AxeThing.cxx.
References description.
int AxeThing::getLength | ( | ) |
void AxeThing::setDescription | ( | std::string | aDescription | ) |
Definition at line 61 of file AxeThing.cxx.
References description.
Referenced by OutlineModelManager::createAxe().
void AxeThing::setLength | ( | int | aLength | ) |
|
private |
Definition at line 75 of file AxeThing.h.
Referenced by getDescription(), and setDescription().
|
private |
Definition at line 77 of file AxeThing.h.
Referenced by getLength(), and setLength().