#include "resources/config.h"
#include <geometric_shapes/shapes.h>
#include <geometric_shapes/shape_operations.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (Box, ScaleAndPadd) | |
TEST (Cone, ScaleAndPadd) | |
TEST (Cylinder, ScaleAndPadd) | |
TEST (Mesh, ScaleAndPadd) | |
TEST (OcTree, ScaleAndPaddEmpty) | |
TEST (Plane, ScaleAndPadd) | |
TEST (Sphere, ScaleAndPadd) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 463 of file test_shapes.cpp.
TEST | ( | Box | , |
ScaleAndPadd | |||
) |
Definition at line 165 of file test_shapes.cpp.
TEST | ( | Cone | , |
ScaleAndPadd | |||
) |
Definition at line 132 of file test_shapes.cpp.
TEST | ( | Cylinder | , |
ScaleAndPadd | |||
) |
Definition at line 99 of file test_shapes.cpp.
TEST | ( | Mesh | , |
ScaleAndPadd | |||
) |
Definition at line 205 of file test_shapes.cpp.
TEST | ( | OcTree | , |
ScaleAndPaddEmpty | |||
) |
Definition at line 73 of file test_shapes.cpp.
TEST | ( | Plane | , |
ScaleAndPadd | |||
) |
Definition at line 44 of file test_shapes.cpp.
TEST | ( | Sphere | , |
ScaleAndPadd | |||
) |
Definition at line 82 of file test_shapes.cpp.