#include <2d.h>
Inheritance diagram for vu1111:
Public Member Functions | |
vu1111 () | |
constructor | |
vu1111 (vu1111 &inst) | |
copy constructor, deep copy | |
virtual | ~vu1111 () |
destructor | |
vu1111 & | operator= (vu1111 &rhs) |
Assignment operator. | |
void | setDim1Size (int val) |
sets the size of the first dimension to val | |
int | getDim1Size (void) |
returns the current size of the first dimensions | |
void | setDim2Size (int val) |
sets the size of the second dimension to val | |
int | getDim2Size (void) |
returns the current suze of the second dimension | |
Protected Attributes | |
int | m_Dim1Size |
this is the size of the 1st dimension | |
int | m_Dim2Size |
this is the size of the second dimension |
Definition at line 10 of file Regular/Unimodal/2d/2d.h.
|
constructor This will initially set the size of both dimensions to 0. Definition at line 3 of file Regular/Unimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
copy constructor, deep copy
Definition at line 9 of file Regular/Unimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
destructor
Definition at line 15 of file Regular/Unimodal/2d/2d.cpp. |
|
returns the current size of the first dimensions
Definition at line 35 of file Regular/Unimodal/2d/2d.cpp. |
|
returns the current suze of the second dimension
Definition at line 45 of file Regular/Unimodal/2d/2d.cpp. |
|
Assignment operator.
Definition at line 19 of file Regular/Unimodal/2d/2d.cpp. References m_Dim1Size, m_Dim2Size, and vu1::operator=(). |
Here is the call graph for this function:
|
sets the size of the first dimension to val
Definition at line 30 of file Regular/Unimodal/2d/2d.cpp. References m_Dim1Size. |
|
sets the size of the second dimension to val
Definition at line 40 of file Regular/Unimodal/2d/2d.cpp. References m_Dim2Size. |
|
this is the size of the 1st dimension
Definition at line 37 of file Regular/Unimodal/2d/2d.h. Referenced by operator=(), setDim1Size(), and vu1111(). |
|
this is the size of the second dimension
Definition at line 39 of file Regular/Unimodal/2d/2d.h. Referenced by operator=(), setDim2Size(), and vu1111(). |