Helios++
Helios software for LiDAR simulations
|
Test for voxel parsing. More...
#include <VoxelParsingTest.h>
Public Member Functions | |
VoxelParsingTest (std::string testDir="data/test/") | |
Constructor for voxel parsing test. | |
bool | run () override |
![]() | |
BaseTest (std::string const &name) | |
Base test constructor. More... | |
std::string | getName () |
Obtain the test name. More... | |
void | operator() (std::ostream &out=std::cout, bool color=true) |
Another way to call test function. More... | |
bool | test (std::ostream &out=std::cout, bool color=true) |
Perform the test and output its final status. More... | |
Public Attributes | |
std::string | testDir |
Where required test files are stored. For VoxelParsingTest it is required that a file named semitransparent_voxel.vox is inside the test folder so voxels can be parsed. | |
Additional Inherited Members | |
![]() | |
std::string const | name |
The name for the test. | |
Test for voxel parsing.
|
overridevirtual |
Implements HeliosTests::BaseTest.