AxeThing Class Reference

#include <AxeThing.h>

List of all members.

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


Detailed Description

Definition at line 11 of file AxeThing.h.


Constructor & Destructor Documentation

AxeThing::AxeThing (  ) 

Definition at line 19 of file AxeThing.cxx.

00020         {
00021 
00022         }

AxeThing::~AxeThing (  ) 

Definition at line 27 of file AxeThing.cxx.

00028         {
00029 
00030         }


Member Function Documentation

std::string AxeThing::getDescription (  ) 

Definition at line 41 of file AxeThing.cxx.

References description.

00042         {
00043                 return description;
00044         }

int AxeThing::getLength (  ) 

Definition at line 51 of file AxeThing.cxx.

References length.

00052         {
00053                 return length;
00054         }

void AxeThing::setDescription ( std::string  aDescription  ) 

Definition at line 36 of file AxeThing.cxx.

References description.

Referenced by OutlineModelManager::createAxe().

00037         {
00038                 description = aDescription;
00039         }

Here is the caller graph for this function:

void AxeThing::setLength ( int  aLength  ) 

Definition at line 46 of file AxeThing.cxx.

References length.

00047         {
00048                 length = aLength;
00049         }


Member Data Documentation

std::string AxeThing::description [private]

Definition at line 50 of file AxeThing.h.

Referenced by getDescription(), and setDescription().

int AxeThing::length [private]

Definition at line 52 of file AxeThing.h.

Referenced by getLength(), and setLength().


The documentation for this class was generated from the following files:

Generated on Wed Jun 27 23:28:33 2012 for creaContours_lib by  doxygen 1.5.7.1