Test serialization.
More...
#include <SerializationTest.h>
|
std::string const | name |
| The name for the test.
|
|
Test serialization.
- Author
- Alberto M. Esmoris Pena
- Version
- 1.0
◆ run()
bool HeliosTests::SerializationTest::run |
( |
| ) |
|
|
overridevirtual |
◆ validate() [1/4]
Check two detailed voxels are equal.
- Parameters
-
- Returns
- True if written and read detailed voxels are equal, False otherwise
◆ validate() [2/4]
bool HeliosTests::SerializationTest::validate |
( |
Voxel & |
v1, |
|
|
Voxel & |
v2 |
|
) |
| |
Check two voxels are equal.
- Parameters
-
- Returns
- True if written and read voxels are equal, False otherwise
◆ validate() [3/4]
bool HeliosTests::SerializationTest::validate |
( |
AABB & |
box1, |
|
|
AABB & |
box2 |
|
) |
| |
Check two axis aligned bounding boxes are equal.
- Parameters
-
- Returns
- True if written and read axis aligned bounding boxes are equal, False otherwise
◆ validate() [4/4]
Check two triangles are equal.
- Parameters
-
- Returns
- True if written and read triangles are equal, False otherwise
The documentation for this class was generated from the following file: