bool AddFeature(CFeatureEntry *pFeatureEntry, bool bAddUniqueOnly=true)
void SetModelFilePath(const char *pFilePath)
CTexturedFeatureSet(const char *pName)
const CFeatureEntry * FindBestMatch(const CFeatureEntry *pFeature, float &error) const
Base class for the representation of local features.
const char * GetModelFilePath() const
const char * GetName() const
bool DeleteElement(int nElement)
CDynamicArray * m_pFeatureArray
int DeleteAllMatches(const CFeatureEntry *pElement)
void SetCornerPoints(Vec2d &point1, Vec2d &point2, Vec2d &point3, Vec2d &point4)
bool LoadFromFile(const char *pFileName)
bool SaveToFile(const char *pFileName)
void SetCornerPoints3D(Vec3d &point1, Vec3d &point2, Vec3d &point3, Vec3d &point4)
std::string m_sOivFilePath
Data structure for handling of sets of features, represented as instances of CFeatureEntry (resp...
const CFeatureEntry * GetFeature(int nIndex) const