creaContours_lib
AxeThing Class Reference

#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
 

Detailed Description

Definition at line 36 of file AxeThing.h.

Constructor & Destructor Documentation

AxeThing::AxeThing ( )

Definition at line 44 of file AxeThing.cxx.

45  {
46 
47  }
AxeThing::~AxeThing ( )

Definition at line 52 of file AxeThing.cxx.

53  {
54 
55  }

Member Function Documentation

std::string AxeThing::getDescription ( )

Definition at line 66 of file AxeThing.cxx.

References description.

67  {
68  return description;
69  }
int AxeThing::getLength ( )

Definition at line 76 of file AxeThing.cxx.

References length.

77  {
78  return length;
79  }
void AxeThing::setDescription ( std::string  aDescription)

Definition at line 61 of file AxeThing.cxx.

References description.

Referenced by OutlineModelManager::createAxe().

62  {
63  description = aDescription;
64  }

Here is the caller graph for this function:

void AxeThing::setLength ( int  aLength)

Definition at line 71 of file AxeThing.cxx.

References length.

72  {
73  length = aLength;
74  }

Member Data Documentation

std::string AxeThing::description
private

Definition at line 75 of file AxeThing.h.

Referenced by getDescription(), and setDescription().

int AxeThing::length
private

Definition at line 77 of file AxeThing.h.

Referenced by getLength(), and setLength().


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