Coefficients for the wireframe box. More...
#include <opengl_viewer.h>
Public Member Functions | |
BoxCoefficients () | |
BoxCoefficients (const float x_min, const float x_max, const float y_min, const float y_max, const float z_min, const float z_max, const Eigen::Isometry3d &T) | |
Public Attributes | |
Eigen::Isometry3d | transformation |
float | x_max |
float | x_min |
float | y_max |
float | y_min |
float | z_max |
float | z_min |
Coefficients for the wireframe box.
Definition at line 139 of file opengl_viewer.h.
Definition at line 143 of file opengl_viewer.h.
pcl::ihs::OpenGLViewer::BoxCoefficients::BoxCoefficients | ( | const float | x_min, |
const float | x_max, | ||
const float | y_min, | ||
const float | y_max, | ||
const float | z_min, | ||
const float | z_max, | ||
const Eigen::Isometry3d & | T | ||
) | [inline] |
Definition at line 151 of file opengl_viewer.h.
Eigen::Isometry3d pcl::ihs::OpenGLViewer::BoxCoefficients::transformation |
Definition at line 165 of file opengl_viewer.h.
Definition at line 162 of file opengl_viewer.h.
Definition at line 162 of file opengl_viewer.h.
Definition at line 163 of file opengl_viewer.h.
Definition at line 163 of file opengl_viewer.h.
Definition at line 164 of file opengl_viewer.h.
Definition at line 164 of file opengl_viewer.h.