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

vu1123 Class Reference

this is the bsae class from which regular, multimodal, 4d renderers will be derived This will provide the dimension handling capabilities to those methods (ie get the number of increments of the dataset in each dimension More...

#include <4d.h>

Inheritance diagram for vu1123:

Inheritance graph
[legend]
Collaboration diagram for vu1123:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1123 ()
 constructor
 vu1123 (const vu1123 &inst)
 copy constructor, this will perform a deep copy.
virtual ~vu1123 ()
 destuctor
vu1123operator= (const vu1123 &rhs)
 assignment operator
dword getDim1Size () const
 this will return the size of the dataset in the first dimension (ie, this will return the number of increments along the first dimension).
dword getDim2Size () const
dword getDim3Size () const
dword getDim4Size () const

Protected Attributes

dword m_Dim1Size
dword m_Dim2Size
dword m_Dim3Size
dword m_Dim4Size

Detailed Description

this is the bsae class from which regular, multimodal, 4d renderers will be derived This will provide the dimension handling capabilities to those methods (ie get the number of increments of the dataset in each dimension

Definition at line 12 of file Regular/Multimodal/4d/4d.h.


Constructor & Destructor Documentation

vu1123::vu1123  ) 
 

constructor

This will initialize the number of increments in each dimension to be 0

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

References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size.

vu1123::vu1123 const vu1123 inst  ) 
 

copy constructor, this will perform a deep copy.

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

References m_Dim1Size, m_Dim2Size, m_Dim3Size, and m_Dim4Size.

vu1123::~vu1123  )  [virtual]
 

destuctor

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


Member Function Documentation

dword vu1123::getDim1Size  )  const
 

this will return the size of the dataset in the first dimension (ie, this will return the number of increments along the first dimension).

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

References dword.

dword vu1123::getDim2Size  )  const
 

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

References dword.

dword vu1123::getDim3Size  )  const
 

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

References dword.

dword vu1123::getDim4Size  )  const
 

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

References dword.

vu1123 & vu1123::operator= const vu1123 rhs  ) 
 

assignment operator

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

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

Here is the call graph for this function:


Member Data Documentation

dword vu1123::m_Dim1Size [protected]
 

Definition at line 38 of file Regular/Multimodal/4d/4d.h.

Referenced by operator=(), and vu1123().

dword vu1123::m_Dim2Size [protected]
 

Definition at line 39 of file Regular/Multimodal/4d/4d.h.

Referenced by operator=(), and vu1123().

dword vu1123::m_Dim3Size [protected]
 

Definition at line 40 of file Regular/Multimodal/4d/4d.h.

Referenced by operator=(), and vu1123().

dword vu1123::m_Dim4Size [protected]
 

Definition at line 41 of file Regular/Multimodal/4d/4d.h.

Referenced by operator=(), and vu1123().


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