Public Types | |
Public Member Functions | |
| CvData (const CvData &cvdata) | |
| Copy Constructor. | |
| CvData (DataReprType type) | |
| Constructor. | |
| virtual CvData & | operator= (const CvData &data) |
| DataReprType | type () const |
| Returns the data representation type/format the derived class is storing. | |
| virtual | ~CvData () |
| Destructor. | |
Protected Attributes | |
| const DataReprType | mDataReprType |
ENUM type specifying the derived classes of CvData.
| opentl::core::cvdata::CvData::CvData | ( | DataReprType | type | ) |
| opentl::core::cvdata::CvData::CvData | ( | const CvData & | cvdata | ) |
Copy Constructor.
| virtual opentl::core::cvdata::CvData::~CvData | ( | ) | [virtual] |
Destructor.
Reimplemented in opentl::core::cvdata::SurfFeatures, and opentl::core::cvdata::TemplateMap.
| DataReprType opentl::core::cvdata::CvData::type | ( | ) | const |
Returns the data representation type/format the derived class is storing.
const DataReprType opentl::core::cvdata::CvData::mDataReprType [protected] |
1.5.8