The interface is inherited from testing::Test. Registry on Initialize. More...
#include <KDTree_test.h>
Protected Member Functions | |
| void | SetUp () override |
| Testing class initialize function. | |
| void | TearDown () override |
| Testing class TearDown function. | |
Protected Attributes | |
| scl::kd_tree< 2 > | m_KDTree |
| Create a KDTree with 2 dimensions. | |
The interface is inherited from testing::Test. Registry on Initialize.
Definition at line 20 of file KDTree_test.h.