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

vu1222 Class Reference

This is the base class from which Rectilinear, Multimodal, 3D renderers will be derived. More...

#include <3d.h>

Inheritance diagram for vu1222:

Inheritance graph
[legend]
Collaboration diagram for vu1222:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1222 ()
 constructor
 vu1222 (vu1222 &inst)
 copy constructor, performs a deep copy
virtual ~vu1222 ()
 destructor
vu1222operator= (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

Detailed Description

This is the base class from which Rectilinear, Multimodal, 3D renderers will be derived.

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 & Destructor Documentation

vu1222::vu1222  ) 
 

constructor

Definition at line 3 of file Rectilinear/Multimodal/3d/3d.cpp.

References m_Dim1Size, m_Dim2Size, and m_Dim3Size.

vu1222::vu1222 vu1222 inst  ) 
 

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.

vu1222::~vu1222  )  [virtual]
 

destructor

Definition at line 17 of file Rectilinear/Multimodal/3d/3d.cpp.


Member Function Documentation

int vu1222::getDim1Size void   ) 
 

This will return the range of the first dimension of the dataset.

Definition at line 38 of file Rectilinear/Multimodal/3d/3d.cpp.

int vu1222::getDim2Size void   ) 
 

This will return the range of the second dimension of the dataset.

Definition at line 48 of file Rectilinear/Multimodal/3d/3d.cpp.

int vu1222::getDim3Size void   ) 
 

This will return the range of the third dimension of the dataset.

Definition at line 58 of file Rectilinear/Multimodal/3d/3d.cpp.

vu1222 & vu1222::operator= vu1222 rhs  ) 
 

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:

void vu1222::setDim1Size int  val  ) 
 

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.

void vu1222::setDim2Size int  val  ) 
 

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.

void vu1222::setDim3Size int  val  ) 
 

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.


Member Data Documentation

int vu1222::m_Dim1Size [protected]
 

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().

int vu1222::m_Dim2Size [protected]
 

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().

int vu1222::m_Dim3Size [protected]
 

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().


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