BaryCoord Class Reference

BaryCoord class. More...

#include <BaryPatch.h>

List of all members.

Public Member Functions

 BaryCoord (int Dim, float *BaryCoordFloatTable, int *LvlZeroPointsIndices, Point *CreatedPoint)
 ~BaryCoord ()
bool IsIdentical (BaryCoord &P2)

Public Attributes

int _Dim
float * _BaryCoordFloatTable
int * _LvlZeroPointsIndice
Point_CreatedPoint


Detailed Description

BaryCoord class.

BaryCoord is used to represent a point in a n-dimensionnal barycentric space


Constructor & Destructor Documentation

BaryCoord::BaryCoord ( int  Dim,
float *  BaryCoordFloatTable,
int *  LvlZeroPointsIndices,
Point CreatedPoint 
) [inline]

The basic constructor, copying all the parameters to get its data

BaryCoord::~BaryCoord (  )  [inline]

Destructor


Member Function Documentation

bool BaryCoord::IsIdentical ( BaryCoord P2  )  [inline]

Checks if 2 BaryCoord are equal (it then concerns the same point)


Member Data Documentation

float* BaryCoord::_BaryCoordFloatTable

The table containing the barycentric coordinates associated to the point we are working with

Point* BaryCoord::_CreatedPoint

The point created by the barycentric coordinates and the current point's position

int BaryCoord::_Dim

The dimension of the barycentrix space

int* BaryCoord::_LvlZeroPointsIndice

The table containing the indices of the level zero's points


The documentation for this class was generated from the following file:
Generated on Thu Sep 28 09:38:08 2006 by  doxygen 1.4.7