#include <2d.h>
Inheritance diagram for vu1121:
Public Member Functions | |
vu1121 () | |
constructor, | |
vu1121 (const vu1121 &inst) | |
copy constructor, this will perform a deep copy. | |
virtual | ~vu1121 () |
destructor | |
vu1121 & | operator= (const vu1121 &rhs) |
assignment operator | |
dword | getDim1Size (void) const |
this will return the size of the first dimension (ie, how many increments exist in the dataset along the first dimension). | |
dword | getDim2Size (void) const |
this will return the size of the second dimension (ie, how many increments exist in the datset along the second dimension). | |
Protected Attributes | |
dword | m_Dim1Size |
this is the size of the first dimension (ie., how many increments exist in the first dimension). | |
dword | m_Dim2Size |
this is the ize of the second dimension (ie., how many increments exist in the second dimension). |
This will implement the dimension handling capabilities (set and retrieve the size of the datasets in each dimension).
Definition at line 12 of file Regular/Multimodal/2d/2d.h.
|
constructor, this will set the size of the first and second dimensoins to be 0 Definition at line 3 of file Regular/Multimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
copy constructor, this will perform a deep copy.
Definition at line 9 of file Regular/Multimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
destructor
Definition at line 15 of file Regular/Multimodal/2d/2d.cpp. |
|
this will return the size of the first dimension (ie, how many increments exist in the dataset along the first dimension).
Definition at line 30 of file Regular/Multimodal/2d/2d.cpp. References dword. |
|
this will return the size of the second dimension (ie, how many increments exist in the datset along the second dimension).
Definition at line 35 of file Regular/Multimodal/2d/2d.cpp. References dword. |
|
assignment operator
Definition at line 19 of file Regular/Multimodal/2d/2d.cpp. References m_Dim1Size, m_Dim2Size, and vu112::operator=(). |
Here is the call graph for this function:
|
this is the size of the first dimension (ie., how many increments exist in the first dimension).
Definition at line 40 of file Regular/Multimodal/2d/2d.h. Referenced by operator=(), and vu1121(). |
|
this is the ize of the second dimension (ie., how many increments exist in the second dimension).
Definition at line 44 of file Regular/Multimodal/2d/2d.h. Referenced by operator=(), and vu1121(). |