Zoltan2
Public Member Functions | Public Attributes
GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t > Class Template Reference

#include <GeometricGenerator.hpp>

Inheritance diagram for GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >:
Inheritance graph
[legend]
Collaboration diagram for GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual T getXCenter ()
virtual T getXRadius ()
 CoordinateNormalDistribution (gno_t np_, int dim, CoordinatePoint< T > center_, T sd_x, T sd_y, T sd_z, int wSize)
virtual CoordinatePoint< T > getPoint (gno_t pindex, unsigned int &state)
virtual ~CoordinateNormalDistribution ()
void GetPoints (lno_t requestedPointcount, CoordinatePoint< T > *points, Hole< T > **holes, lno_t holeCount, float *sharedRatios_, int myRank)
void GetPoints (lno_t requestedPointcount, T **coords, lno_t tindex, Hole< T > **holes, lno_t holeCount, float *sharedRatios_, int myRank)

Public Attributes

CoordinatePoint< T > center
standartDevx
standartDevy
standartDevz
gno_t numPoints
int dimension
lno_t requested
gno_t assignedPrevious
int worldSize

Detailed Description

template<typename T, typename lno_t, typename gno_t>
class GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >

Definition at line 647 of file GeometricGenerator.hpp.


Constructor & Destructor Documentation

template<typename T, typename lno_t, typename gno_t>
GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::CoordinateNormalDistribution ( gno_t  np_,
int  dim,
CoordinatePoint< T >  center_,
sd_x,
sd_y,
sd_z,
int  wSize 
) [inline]

Definition at line 662 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
virtual GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::~CoordinateNormalDistribution ( ) [inline, virtual]

Definition at line 695 of file GeometricGenerator.hpp.


Member Function Documentation

template<typename T, typename lno_t, typename gno_t>
virtual T GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::getXCenter ( ) [inline, virtual]
template<typename T, typename lno_t, typename gno_t>
virtual T GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::getXRadius ( ) [inline, virtual]
template<typename T, typename lno_t, typename gno_t>
virtual CoordinatePoint<T> GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::getPoint ( gno_t  pindex,
unsigned int &  state 
) [inline, virtual]
template<typename T, typename lno_t, typename gno_t>
void GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::GetPoints ( lno_t  requestedPointcount,
CoordinatePoint< T > *  points,
Hole< T > **  holes,
lno_t  holeCount,
float *  sharedRatios_,
int  myRank 
) [inline, inherited]

Definition at line 490 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
void GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::GetPoints ( lno_t  requestedPointcount,
T **  coords,
lno_t  tindex,
Hole< T > **  holes,
lno_t  holeCount,
float *  sharedRatios_,
int  myRank 
) [inline, inherited]

Definition at line 579 of file GeometricGenerator.hpp.


Member Data Documentation

template<typename T, typename lno_t, typename gno_t>
CoordinatePoint<T> GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::center

Definition at line 649 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
T GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::standartDevx

Definition at line 650 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
T GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::standartDevy

Definition at line 651 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
T GeometricGen::CoordinateNormalDistribution< T, lno_t, gno_t >::standartDevz

Definition at line 652 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::numPoints [inherited]

Definition at line 475 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::dimension [inherited]

Definition at line 476 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
lno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::requested [inherited]

Definition at line 477 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
gno_t GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::assignedPrevious [inherited]

Definition at line 478 of file GeometricGenerator.hpp.

template<typename T, typename lno_t, typename gno_t>
int GeometricGen::CoordinateDistribution< T, lno_t, gno_t >::worldSize [inherited]

Definition at line 479 of file GeometricGenerator.hpp.


The documentation for this class was generated from the following file: