#include <2d.h>
Inheritance diagram for vu1221:
Public Member Functions | |
vu1221 () | |
constructor | |
vu1221 (vu1221 &inst) | |
copy constructor | |
virtual | ~vu1221 () |
destructor | |
vu1221 & | operator= (vu1221 &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 dimesnion 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 | |
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. |
This contains the functionality to handle the range of the datasets in each dimension
Definition at line 11 of file Rectilinear/Multimodal/2d/2d.h.
|
constructor
Definition at line 3 of file Rectilinear/Multimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
copy constructor
Definition at line 9 of file Rectilinear/Multimodal/2d/2d.cpp. References m_Dim1Size, and m_Dim2Size. |
|
destructor
Definition at line 15 of file Rectilinear/Multimodal/2d/2d.cpp. |
|
this will return the range of the first dimesnion of the dataset
Definition at line 35 of file Rectilinear/Multimodal/2d/2d.cpp. |
|
this will return the range of the second dimension of the dataset
Definition at line 45 of file Rectilinear/Multimodal/2d/2d.cpp. |
|
assignment operator
Definition at line 19 of file Rectilinear/Multimodal/2d/2d.cpp. References m_Dim1Size, m_Dim2Size, 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 30 of file Rectilinear/Multimodal/2d/2d.cpp. References m_Dim1Size. |
|
this will set the range of the second dimension of the dataset to be val
Definition at line 40 of file Rectilinear/Multimodal/2d/2d.cpp. References m_Dim2Size. |
|
this is the range of the first dimension of the dataset
Definition at line 35 of file Rectilinear/Multimodal/2d/2d.h. Referenced by operator=(), setDim1Size(), and vu1221(). |
|
this is the range of the second dimension of the dataset.
Definition at line 37 of file Rectilinear/Multimodal/2d/2d.h. Referenced by operator=(), setDim2Size(), and vu1221(). |