$search
Unit Test for the homogeneous point classes. More...
#include <gtest/gtest.h>#include "../../include/ecl/geometry/homogeneous_point.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (HomogeneousPointTests, constAccessors) | |
| TEST (HomogeneousPointTests, vectorHandle) | |
| TEST (HomogeneousPointTests, assignment) | |
| TEST (HomogeneousPointTests, construct) | |
Unit Test for the homogeneous point classes.
Definition in file homogeneous_points.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 91 of file homogeneous_points.cpp.
| TEST | ( | HomogeneousPointTests | , | |
| constAccessors | ||||
| ) |
Definition at line 76 of file homogeneous_points.cpp.
| TEST | ( | HomogeneousPointTests | , | |
| vectorHandle | ||||
| ) |
Definition at line 67 of file homogeneous_points.cpp.
| TEST | ( | HomogeneousPointTests | , | |
| assignment | ||||
| ) |
Definition at line 48 of file homogeneous_points.cpp.
| TEST | ( | HomogeneousPointTests | , | |
| construct | ||||
| ) |
Definition at line 31 of file homogeneous_points.cpp.