The AreaCon Library  1.0
A C++ library for area-constrained partitioning operations
 All Classes Namespaces Files Functions Variables Pages
AreaCon::Mult_Array Class Reference

#include <areacon.h>

Public Member Functions

 Mult_Array (const int N)
 
 Mult_Array (const Mult_Array &obj)
 
Mult_Arrayoperator= (const Mult_Array &obj)
 
 ~Mult_Array (void)
 

Public Attributes

double ** Array
 
const int N
 

Detailed Description

Container for storing two-dimensional arrays of size NxN.

Author
Jeffrey R. Peters

Constructor & Destructor Documentation

AreaCon::Mult_Array::Mult_Array ( const int  N)

Constructor

Parameters
[in]NThe size of the array
AreaCon::Mult_Array::Mult_Array ( const Mult_Array obj)

Copy Constructor

Parameters
[in]objElement to by copied
AreaCon::Mult_Array::~Mult_Array ( void  )

Destructor. Cleans up dynamically allocated memory.

Member Function Documentation

Mult_Array & AreaCon::Mult_Array::operator= ( const Mult_Array obj)

Copy Assignment Operator

Parameters
[in]objElement to by copied

Member Data Documentation

double** AreaCon::Mult_Array::Array

A two-dimensional array

const int AreaCon::Mult_Array::N

The size of the array.


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