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

vu1111 Class Reference

This is the base class for Regular Unimodal 2D renderers. More...

#include <2d.h>

Inheritance diagram for vu1111:

Inheritance graph
[legend]
Collaboration diagram for vu1111:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1111 ()
 constructor
 vu1111 (vu1111 &inst)
 copy constructor, deep copy
virtual ~vu1111 ()
 destructor
vu1111operator= (vu1111 &rhs)
 Assignment operator.
void setDim1Size (int val)
 sets the size of the first dimension to val
int getDim1Size (void)
 returns the current size of the first dimensions
void setDim2Size (int val)
 sets the size of the second dimension to val
int getDim2Size (void)
 returns the current suze of the second dimension

Protected Attributes

int m_Dim1Size
 this is the size of the 1st dimension
int m_Dim2Size
 this is the size of the second dimension

Detailed Description

This is the base class for Regular Unimodal 2D renderers.

Definition at line 10 of file Regular/Unimodal/2d/2d.h.


Constructor & Destructor Documentation

vu1111::vu1111  ) 
 

constructor

This will initially set the size of both dimensions to 0.

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

References m_Dim1Size, and m_Dim2Size.

vu1111::vu1111 vu1111 inst  ) 
 

copy constructor, deep copy

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

References m_Dim1Size, and m_Dim2Size.

vu1111::~vu1111  )  [virtual]
 

destructor

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


Member Function Documentation

int vu1111::getDim1Size void   ) 
 

returns the current size of the first dimensions

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

int vu1111::getDim2Size void   ) 
 

returns the current suze of the second dimension

Definition at line 45 of file Regular/Unimodal/2d/2d.cpp.

vu1111 & vu1111::operator= vu1111 rhs  ) 
 

Assignment operator.

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

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

Here is the call graph for this function:

void vu1111::setDim1Size int  val  ) 
 

sets the size of the first dimension to val

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

References m_Dim1Size.

void vu1111::setDim2Size int  val  ) 
 

sets the size of the second dimension to val

Definition at line 40 of file Regular/Unimodal/2d/2d.cpp.

References m_Dim2Size.


Member Data Documentation

int vu1111::m_Dim1Size [protected]
 

this is the size of the 1st dimension

Definition at line 37 of file Regular/Unimodal/2d/2d.h.

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

int vu1111::m_Dim2Size [protected]
 

this is the size of the second dimension

Definition at line 39 of file Regular/Unimodal/2d/2d.h.

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


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