OEFPTypeBase

class OEFPTypeBase

The OEFPTypeBase class is the abstract interface for representing OEFingerPrint types.

Note

When a OEFingerPrint object is initialized, its type is set to a type that is derived from this abstract base class.

Constructors

OEFPTypeBase()

Default constructor.

GetFPType

unsigned int GetFPType() const =0

Returns the type of the OEFPTypeBase object from the OEFPType namespace.

GetFPTypeString

std::string GetFPTypeString() const =0

Returns a string representation of OEFPTypeBase.