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

vu1311 Class Reference

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

#include <2d.h>

Inheritance diagram for vu1311:

Inheritance graph
[legend]
Collaboration diagram for vu1311:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vu1311 ()
 constructor
 vu1311 (vu1311 &inst)
 copy constructor
virtual ~vu1311 ()
 destructor
vu1311operator= (vu1311 &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 datasaet

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

Detailed Description

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

Definition at line 11 of file Curvilinear/Unimodal/2d/2d.h.


Constructor & Destructor Documentation

vu1311::vu1311  ) 
 

constructor

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

References m_Dim1Size, and m_Dim2Size.

vu1311::vu1311 vu1311 inst  ) 
 

copy constructor

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

References m_Dim1Size, and m_Dim2Size.

vu1311::~vu1311  )  [virtual]
 

destructor

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


Member Function Documentation

int vu1311::getDim1Size void   ) 
 

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

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

int vu1311::getDim2Size void   ) 
 

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

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

vu1311 & vu1311::operator= vu1311 rhs  ) 
 

assignment operator

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

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

Here is the call graph for this function:

void vu1311::setDim1Size int  val  ) 
 

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

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

References m_Dim1Size.

void vu1311::setDim2Size int  val  ) 
 

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

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

References m_Dim2Size.


Member Data Documentation

int vu1311::m_Dim1Size [protected]
 

this is the range of the first dimension of the dataset

Definition at line 35 of file Curvilinear/Unimodal/2d/2d.h.

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

int vu1311::m_Dim2Size [protected]
 

this is the range of the second dimension of the dataset

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

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


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