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