src.tests.simple_smoother_decorator_test
Classes
- class src.tests.simple_smoother_decorator_test.SimpleSmootherDecoratorTest
- Author:
Alberto M. Esmoris Pena
- Simple smoother decorator test that checks the simple smooth representation
of a point cloud’s structure space is correctly computed.
- __init__()
Basic configuration for any VL3D test.
- Parameters:
name (str) – Test name
- run()
Run simple smoother decorator test.
- Returns:
True if the simple smoother decorator works as expected for the test cases, False otherwise.
- Return type:
bool