Public Member Functions | |
TPointsMerger () | |
~TPointsMerger () | |
bool | GiveMergingStatus () |
void | MergeSamePoints (const TMCArray< TVector2f > &originalPointsList, TMCArray< TVector2f > &mergedPointsList) |
void | InterpolatePosesWithSamePoints (TVectorN< real64 > ¶mValues) |
Protected Attributes | |
TMCArray< TVector2f > | fMergedPointsList |
TMCArray< int32 > | fSamePointsLocationInOldTable |
TMCArray< int32 > | fSamePointsIndexesInNewTable |
bool | fPointsMerged |
TPointsMerger::TPointsMerger | ( | ) |
TPointsMerger::~TPointsMerger | ( | ) |
bool TPointsMerger::GiveMergingStatus | ( | ) | [inline] |
void TPointsMerger::MergeSamePoints | ( | const TMCArray< TVector2f > & | originalPointsList, | |
TMCArray< TVector2f > & | mergedPointsList | |||
) |
TMCArray<TVector2f> TPointsMerger::fMergedPointsList [protected] |
bool TPointsMerger::fPointsMerged [protected] |
TMCArray<int32> TPointsMerger::fSamePointsIndexesInNewTable [protected] |
TMCArray<int32> TPointsMerger::fSamePointsLocationInOldTable [protected] |