MeshGrid Class Reference

List of all members.

Public Member Functions

 MeshGrid (REAL StartX, REAL EndX, REAL StepX, REAL StartY, REAL EndY, REAL StepY)
 MeshGrid (REAL StartX, REAL EndX, int nX, REAL StartY, REAL EndY, int nY)
 MeshGrid (REAL StartX, REAL EndX, int nX, REAL StartY, REAL EndY, int nY, REAL StartZ, REAL EndZ, int nZ)
 ~MeshGrid ()
int nX () const
int nY () const
int nZ () const
int Length () const
REAL X (int i) const
REAL Y (int i) const
REAL Z (int i) const
REAL const * X () const
REAL const * Y () const
REAL const * Z () const

Private Attributes

int _nX
int _nY
int _nZ
int _length
REAL * _X
REAL * _Y
REAL * _Z

Detailed Description

Definition at line 36 of file meshgrid.h.


The documentation for this class was generated from the following file:
Generated on Wed Jan 24 15:56:29 2007 for MechSys by  doxygen 1.4.7