#include <DatabaseEntry.h>
Public Member Functions | |
| CDatabaseEntry () | |
| int | GetNumberOfSamples () const |
| bool | GetPose (int nIndex, Transformation3d &pose) const |
| void | SetNumberOfSamples (int nSamples) |
| bool | SetPose (int nIndex, const Transformation3d &pose) |
| ~CDatabaseEntry () | |
Public Attributes | |
| std::string | sInfoPath |
| std::string | sName |
| std::string | sOivPath |
| std::string | sPath |
Private Attributes | |
| int | m_nSamples |
| Transformation3d * | m_pPoseData |
Definition at line 35 of file DatabaseEntry.h.
| CDatabaseEntry::CDatabaseEntry | ( | ) |
| CDatabaseEntry::~CDatabaseEntry | ( | ) |
|
inline |
Definition at line 46 of file DatabaseEntry.h.
| bool CDatabaseEntry::GetPose | ( | int | nIndex, |
| Transformation3d & | pose | ||
| ) | const |
| void CDatabaseEntry::SetNumberOfSamples | ( | int | nSamples | ) |
| bool CDatabaseEntry::SetPose | ( | int | nIndex, |
| const Transformation3d & | pose | ||
| ) |
|
private |
Definition at line 62 of file DatabaseEntry.h.
|
private |
Definition at line 61 of file DatabaseEntry.h.
| std::string CDatabaseEntry::sInfoPath |
Definition at line 55 of file DatabaseEntry.h.
| std::string CDatabaseEntry::sName |
Definition at line 56 of file DatabaseEntry.h.
| std::string CDatabaseEntry::sOivPath |
Definition at line 54 of file DatabaseEntry.h.
| std::string CDatabaseEntry::sPath |
Definition at line 53 of file DatabaseEntry.h.