Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

vu1423 Class Reference

This is the base class from which Irregular, multimodal, 4D renderers will be derived This provides the functionality to handle the range of the dataset in each dimension. More...

#include <4d.h>

Inheritance diagram for vu1423:

Inheritance graph
[legend]
Collaboration diagram for vu1423:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1423 ()
 constructor
 vu1423 (vu1423 &inst)
 copy constructor
virtual ~vu1423 ()
 destructor
vu1423operator= (vu1423 &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
void setDim4Size (int val)
 this will set the range of the fourth dimension of the dataset to be val
int getDim4Size (void)
 this will return the range of the fourth 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
int m_Dim4Size
 this is the range of the fourth dimension of the dataset

Detailed Description

This is the base class from which Irregular, multimodal, 4D renderers will be derived This provides the functionality to handle the range of the dataset in each dimension.

Definition at line 11 of file Irregular/Multimodal/4d/4d.h.


Constructor & Destructor Documentation

vu1423::vu1423  ) 
 

constructor

Definition at line 3 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size.

vu1423::vu1423 vu1423 inst  ) 
 

copy constructor

Definition at line 11 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size.

vu1423::~vu1423  )  [virtual]
 

destructor

Definition at line 19 of file Irregular/Multimodal/4d/4d.cpp.


Member Function Documentation

int vu1423::getDim1Size void   ) 
 

this will return the range of the first dimension of the dataset

Definition at line 41 of file Irregular/Multimodal/4d/4d.cpp.

int vu1423::getDim2Size void   ) 
 

this will return the range of the second dimension of the dataset

Definition at line 51 of file Irregular/Multimodal/4d/4d.cpp.

int vu1423::getDim3Size void   ) 
 

this will return the range of the third dimension of the dataset

Definition at line 61 of file Irregular/Multimodal/4d/4d.cpp.

int vu1423::getDim4Size void   ) 
 

this will return the range of the fourth dimension of the dataset

Definition at line 71 of file Irregular/Multimodal/4d/4d.cpp.

vu1423 & vu1423::operator= vu1423 rhs  ) 
 

assignment operator

Definition at line 23 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim1Size, m_Dim2Size, m_Dim3Size, m_Dim4Size, and vu142::operator=().

Here is the call graph for this function:

void vu1423::setDim1Size int  val  ) 
 

this will set the range of the first dimension of the dataset to be val

Definition at line 36 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim1Size.

void vu1423::setDim2Size int  val  ) 
 

this will set the range of the second dimension of the dataset to be val

Definition at line 46 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim2Size.

void vu1423::setDim3Size int  val  ) 
 

this will set the range of the third dimension of the dataset to be val

Definition at line 56 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim3Size.

void vu1423::setDim4Size int  val  ) 
 

this will set the range of the fourth dimension of the dataset to be val

Definition at line 66 of file Irregular/Multimodal/4d/4d.cpp.

References m_Dim4Size.


Member Data Documentation

int vu1423::m_Dim1Size [protected]
 

this is the range of the first dimension of the dataset

Definition at line 43 of file Irregular/Multimodal/4d/4d.h.

Referenced by operator=(), setDim1Size(), and vu1423().

int vu1423::m_Dim2Size [protected]
 

this is the range of the second dimension of the dataset

Definition at line 45 of file Irregular/Multimodal/4d/4d.h.

Referenced by operator=(), setDim2Size(), and vu1423().

int vu1423::m_Dim3Size [protected]
 

this is the range of the third dimension of the dataset

Definition at line 47 of file Irregular/Multimodal/4d/4d.h.

Referenced by operator=(), setDim3Size(), and vu1423().

int vu1423::m_Dim4Size [protected]
 

this is the range of the fourth dimension of the dataset

Definition at line 49 of file Irregular/Multimodal/4d/4d.h.

Referenced by operator=(), setDim4Size(), and vu1423().


The documentation for this class was generated from the following files:
Generated on Wed Dec 15 21:21:08 2004 for vuVolume by  doxygen 1.3.9.1