#include <3d.h>
Inheritance diagram for vu1222:
Public Member Functions | |
vu1222 () | |
constructor | |
vu1222 (vu1222 &inst) | |
copy constructor, performs a deep copy | |
virtual | ~vu1222 () |
destructor | |
vu1222 & | operator= (vu1222 &rhs) |
assignment operator | |
void | setDim1Size (int val) |
This will set the range of the first dimension of the dataset to be val. | |
int | getDim1Size (void) |
This will return the range of the first dimension of the dataset. | |
void | setDim2Size (int val) |
This will set the range of the second dimension of the dataset to be val. | |
int | getDim2Size (void) |
This will return the range of the second dimension of the dataset. | |
void | setDim3Size (int val) |
This will set the range of the third dimension of the dataset to be val. | |
int | getDim3Size (void) |
This will return the range of the third dimension of the dataset. | |
Protected Attributes | |
int | m_Dim1Size |
this is the range of the first dimension of the dataset | |
int | m_Dim2Size |
this is the range of the second dimension of the dataset | |
int | m_Dim3Size |
this is the range of the third dimension of the dataset |
This calss will provide the functionality to handle the range of the dataset in each dimension
Definition at line 11 of file Rectilinear/Multimodal/3d/3d.h.
|
constructor
Definition at line 3 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim1Size, m_Dim2Size, and m_Dim3Size. |
|
copy constructor, performs a deep copy
Definition at line 10 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim1Size, m_Dim2Size, and m_Dim3Size. |
|
destructor
Definition at line 17 of file Rectilinear/Multimodal/3d/3d.cpp. |
|
This will return the range of the first dimension of the dataset.
Definition at line 38 of file Rectilinear/Multimodal/3d/3d.cpp. |
|
This will return the range of the second dimension of the dataset.
Definition at line 48 of file Rectilinear/Multimodal/3d/3d.cpp. |
|
This will return the range of the third dimension of the dataset.
Definition at line 58 of file Rectilinear/Multimodal/3d/3d.cpp. |
|
assignment operator
Definition at line 21 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim1Size, m_Dim2Size, m_Dim3Size, and vu122::operator=(). |
Here is the call graph for this function:
|
This will set the range of the first dimension of the dataset to be val.
Definition at line 33 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim1Size. |
|
This will set the range of the second dimension of the dataset to be val.
Definition at line 43 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim2Size. |
|
This will set the range of the third dimension of the dataset to be val.
Definition at line 53 of file Rectilinear/Multimodal/3d/3d.cpp. References m_Dim3Size. |
|
this is the range of the first dimension of the dataset
Definition at line 39 of file Rectilinear/Multimodal/3d/3d.h. Referenced by operator=(), setDim1Size(), and vu1222(). |
|
this is the range of the second dimension of the dataset
Definition at line 41 of file Rectilinear/Multimodal/3d/3d.h. Referenced by operator=(), setDim2Size(), and vu1222(). |
|
this is the range of the third dimension of the dataset
Definition at line 43 of file Rectilinear/Multimodal/3d/3d.h. Referenced by operator=(), setDim3Size(), and vu1222(). |