Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

model::Contour Class Reference
[The PCG model layer]

#include <Contour.h>

List of all members.

Public Member Functions

 Contour ()
 ~Contour ()
 Contour (const Contour &other)
Contouroperator= (const Contour &other)
bool operator== (const Contour &other) const
bool operator!= (const Contour &other) const


Detailed Description

Write brief comment for Contour here.

Write detailed description for Contour here.

Remarks:
Write remarks for Contour here.
See also:
Separate items with the '|' character.

Definition at line 25 of file Contour.h.


Constructor & Destructor Documentation

model::Contour::Contour  )  [inline]
 

Write brief comment for Contour here.

Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for Contour here.

Remarks:
Write remarks for Contour here.
See also:
Separate items with the '|' character.

Definition at line 44 of file Contour.h.

00044 {};

model::Contour::~Contour  )  [inline]
 

Write brief comment for ~Contour here.

Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for ~Contour here.

Remarks:
Write remarks for ~Contour here.
See also:
Separate items with the '|' character.

Definition at line 60 of file Contour.h.

00060 {};

Contour::Contour const Contour other  ) 
 

Write brief comment for Contour here.

Parameters:
other Description of parameter other.
Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for Contour here.

Remarks:
Write remarks for Contour here.
See also:
Separate items with the '|' character.

Definition at line 23 of file Contour.cpp.

00023                                      {
00024         
00025 }  


Member Function Documentation

bool Contour::operator!= const Contour other  )  const
 

Write brief comment for operator != here.

Parameters:
other Description of parameter other.
Returns:
Write description of return value here.
Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for operator != here.

Remarks:
Write remarks for operator != here.
See also:
Separate items with the '|' character.

Definition at line 109 of file Contour.cpp.

00110 {
00111         if( true ) {
00112         return false;
00113         }
00114     return true;
00115 }  

Contour & Contour::operator= const Contour other  ) 
 

Write brief comment for operator = here.

Parameters:
other Description of parameter other.
Returns:
Write description of return value here.
Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for operator = here.

Remarks:
Write remarks for operator = here.
See also:
Separate items with the '|' character.

Definition at line 48 of file Contour.cpp.

00049 {
00050     // if same object
00051     if ( this == &other )
00052         return *this;
00053         
00054         
00055     return *this;
00056 }  

bool Contour::operator== const Contour other  )  const
 

Write brief comment for operator == here.

Parameters:
other Description of parameter other.
Returns:
Write description of return value here.
Exceptions:
<exception class> Description of criteria for throwing this exception.
Write detailed description for operator == here.

Remarks:
Write remarks for operator == here.
See also:
Separate items with the '|' character.

Definition at line 79 of file Contour.cpp.

00080 {
00081 
00082     if( true ) {
00083         return true;
00084         }
00085     return false;  
00086 }   


The documentation for this class was generated from the following files:
Generated on Tue Apr 17 09:39:59 2007 for PCG Library by  doxygen 1.3.9.1