
Public Member Functions | |
| void | addRandomDescriptor (const string &descriptorName, const int rows) |
| void | addRandomFeature (const string &featureName, const int rows) |
| virtual void | loadSaveTest (const string &testFileName, const int nbPts=10) |
| virtual void | SetUp () |
| virtual void | TearDown () |
Protected Attributes | |
| DP::Labels | featureLabels |
| int | nbPts |
| DP | ptCloud |
| DP | ptCloudFromFile |
| string | testFileName |
| void IOLoadSaveTest::addRandomDescriptor | ( | const string & | descriptorName, |
| const int | rows | ||
| ) | [inline] |
| void IOLoadSaveTest::addRandomFeature | ( | const string & | featureName, |
| const int | rows | ||
| ) | [inline] |
| virtual void IOLoadSaveTest::loadSaveTest | ( | const string & | testFileName, |
| const int | nbPts = 10 |
||
| ) | [inline, virtual] |
| virtual void IOLoadSaveTest::SetUp | ( | ) | [inline, virtual] |
Reimplemented from testing::Test.
| virtual void IOLoadSaveTest::TearDown | ( | ) | [inline, virtual] |
Reimplemented from testing::Test.
DP::Labels IOLoadSaveTest::featureLabels [protected] |
int IOLoadSaveTest::nbPts [protected] |
DP IOLoadSaveTest::ptCloud [protected] |
DP IOLoadSaveTest::ptCloudFromFile [protected] |
string IOLoadSaveTest::testFileName [protected] |