#include <4d.h>
Inheritance diagram for vu1123:
Public Member Functions | |
vu1123 () | |
constructor | |
vu1123 (const vu1123 &inst) | |
copy constructor, this will perform a deep copy. | |
virtual | ~vu1123 () |
destuctor | |
vu1123 & | operator= (const vu1123 &rhs) |
assignment operator | |
dword | getDim1Size () const |
this will return the size of the dataset in the first dimension (ie, this will return the number of increments along the first dimension). | |
dword | getDim2Size () const |
dword | getDim3Size () const |
dword | getDim4Size () const |
Protected Attributes | |
dword | m_Dim1Size |
dword | m_Dim2Size |
dword | m_Dim3Size |
dword | m_Dim4Size |
Definition at line 12 of file Regular/Multimodal/4d/4d.h.
|
constructor This will initialize the number of increments in each dimension to be 0 Definition at line 3 of file Regular/Multimodal/4d/4d.cpp. References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size. |
|
copy constructor, this will perform a deep copy.
Definition at line 11 of file Regular/Multimodal/4d/4d.cpp. References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size. |
|
destuctor
Definition at line 19 of file Regular/Multimodal/4d/4d.cpp. |
|
this will return the size of the dataset in the first dimension (ie, this will return the number of increments along the first dimension).
Definition at line 36 of file Regular/Multimodal/4d/4d.cpp. References dword. |
|
Definition at line 41 of file Regular/Multimodal/4d/4d.cpp. References dword. |
|
Definition at line 46 of file Regular/Multimodal/4d/4d.cpp. References dword. |
|
Definition at line 51 of file Regular/Multimodal/4d/4d.cpp. References dword. |
|
assignment operator
Definition at line 23 of file Regular/Multimodal/4d/4d.cpp. References m_Dim1Size, m_Dim2Size, m_Dim3Size, m_Dim4Size, and vu112::operator=(). |
Here is the call graph for this function:
|
Definition at line 38 of file Regular/Multimodal/4d/4d.h. Referenced by operator=(), and vu1123(). |
|
Definition at line 39 of file Regular/Multimodal/4d/4d.h. Referenced by operator=(), and vu1123(). |
|
Definition at line 40 of file Regular/Multimodal/4d/4d.h. Referenced by operator=(), and vu1123(). |
|
Definition at line 41 of file Regular/Multimodal/4d/4d.h. Referenced by operator=(), and vu1123(). |