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

vu1121 Class Reference

this is the base class for Regular, MultiModal, 2D renderers More...

#include <2d.h>

Inheritance diagram for vu1121:

Inheritance graph
[legend]
Collaboration diagram for vu1121:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1121 ()
 constructor,
 vu1121 (const vu1121 &inst)
 copy constructor, this will perform a deep copy.
virtual ~vu1121 ()
 destructor
vu1121operator= (const vu1121 &rhs)
 assignment operator
dword getDim1Size (void) const
 this will return the size of the first dimension (ie, how many increments exist in the dataset along the first dimension).
dword getDim2Size (void) const
 this will return the size of the second dimension (ie, how many increments exist in the datset along the second dimension).

Protected Attributes

dword m_Dim1Size
 this is the size of the first dimension (ie., how many increments exist in the first dimension).
dword m_Dim2Size
 this is the ize of the second dimension (ie., how many increments exist in the second dimension).

Detailed Description

this is the base class for Regular, MultiModal, 2D renderers

This will implement the dimension handling capabilities (set and retrieve the size of the datasets in each dimension).

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


Constructor & Destructor Documentation

vu1121::vu1121  ) 
 

constructor,

this will set the size of the first and second dimensoins to be 0

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

References m_Dim1Size, and m_Dim2Size.

vu1121::vu1121 const vu1121 inst  ) 
 

copy constructor, this will perform a deep copy.

Definition at line 9 of file Regular/Multimodal/2d/2d.cpp.

References m_Dim1Size, and m_Dim2Size.

vu1121::~vu1121  )  [virtual]
 

destructor

Definition at line 15 of file Regular/Multimodal/2d/2d.cpp.


Member Function Documentation

dword vu1121::getDim1Size void   )  const
 

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

Definition at line 30 of file Regular/Multimodal/2d/2d.cpp.

References dword.

dword vu1121::getDim2Size void   )  const
 

this will return the size of the second dimension (ie, how many increments exist in the datset along the second dimension).

Definition at line 35 of file Regular/Multimodal/2d/2d.cpp.

References dword.

vu1121 & vu1121::operator= const vu1121 rhs  ) 
 

assignment operator

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

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

Here is the call graph for this function:


Member Data Documentation

dword vu1121::m_Dim1Size [protected]
 

this is the size of the first dimension (ie., how many increments exist in the first dimension).

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

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

dword vu1121::m_Dim2Size [protected]
 

this is the ize of the second dimension (ie., how many increments exist in the second dimension).

Definition at line 44 of file Regular/Multimodal/2d/2d.h.

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


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