#include <road_representation.h>
Public Member Functions | |
cv::Point | GetPoints (void) |
Eigen::VectorXd | GetTypes (void) |
void | SetPoints (cv::Point Pts) |
void | SetTypes (Eigen::VectorXd tt) |
Private Attributes | |
cv::Point | Pts_poly |
Eigen::VectorXd | type |
Definition at line 38 of file road_representation.h.
cv::Point Road_represeentation::GetPoints | ( | void | ) | [inline] |
Definition at line 65 of file road_representation.h.
Eigen::VectorXd Road_represeentation::GetTypes | ( | void | ) | [inline] |
Definition at line 71 of file road_representation.h.
void Road_represeentation::SetPoints | ( | cv::Point | Pts | ) | [inline] |
Definition at line 49 of file road_representation.h.
void Road_represeentation::SetTypes | ( | Eigen::VectorXd | tt | ) | [inline] |
Definition at line 56 of file road_representation.h.
cv::Point Road_represeentation::Pts_poly [private] |
Definition at line 42 of file road_representation.h.
Eigen::VectorXd Road_represeentation::type [private] |
Definition at line 45 of file road_representation.h.