|
The AreaCon Library
1.0
A C++ library for area-constrained partitioning operations
|
#include <areacon.h>
Public Member Functions | |
| Mult_Array (const int N) | |
| Mult_Array (const Mult_Array &obj) | |
| Mult_Array & | operator= (const Mult_Array &obj) |
| ~Mult_Array (void) | |
Public Attributes | |
| double ** | Array |
| const int | N |
Container for storing two-dimensional arrays of size NxN.
| AreaCon::Mult_Array::Mult_Array | ( | const int | N | ) |
Constructor
| [in] | N | The size of the array |
| AreaCon::Mult_Array::Mult_Array | ( | const Mult_Array & | obj | ) |
Copy Constructor
| [in] | obj | Element to by copied |
| AreaCon::Mult_Array::~Mult_Array | ( | void | ) |
Destructor. Cleans up dynamically allocated memory.
| Mult_Array & AreaCon::Mult_Array::operator= | ( | const Mult_Array & | obj | ) |
Copy Assignment Operator
| [in] | obj | Element to by copied |
| double** AreaCon::Mult_Array::Array |
A two-dimensional array
| const int AreaCon::Mult_Array::N |
The size of the array.