Helios++
Helios software for LiDAR simulations
|
Scene part split test. More...
#include <ScenePartSplitTest.h>
Public Member Functions | |
ScenePartSplitTest () | |
Scene part split test constructor. | |
bool | run () override |
![]() | |
BaseTest (std::string const &name) | |
Base test constructor. More... | |
std::string | getName () |
void | operator() (std::ostream &out=std::cout, bool color=true) |
Another way to call test function. More... | |
void | test (std::ostream &out=std::cout, bool color=true) |
Perform the test and output its final status. More... | |
Additional Inherited Members | |
![]() | |
std::string const | name |
The name for the test. | |
Scene part split test.
|
overridevirtual |
Implements HeliosTests::BaseTest.