2006-01-28 21:26:27 +01:00
|
|
|
// FexTrackingFeature.h: interface for the FexTrackingFeature class.
|
|
|
|
//
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#if !defined(AFX_FEXTRACKINGFEATURE_H__23B42013_9F11_467C_A0F6_F9E647D45CEB__INCLUDED_)
|
|
|
|
#define AFX_FEXTRACKINGFEATURE_H__23B42013_9F11_467C_A0F6_F9E647D45CEB__INCLUDED_
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
#pragma once
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
#include "tenlist.h"
|
|
|
|
class FexTrackingFeature
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
FexTrackingFeature();
|
|
|
|
~FexTrackingFeature();
|
|
|
|
|
|
|
|
int Eigenvalue;
|
|
|
|
tenlist<vec2> Pos;
|
2006-01-29 16:08:51 +01:00
|
|
|
|
2006-01-28 21:26:27 +01:00
|
|
|
int StartTime;
|
|
|
|
|
|
|
|
float Influence;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // !defined(AFX_FEXTRACKINGFEATURE_H__23B42013_9F11_467C_A0F6_F9E647D45CEB__INCLUDED_)
|