#include <opengl_viewer.h>
Public Member Functions | |
Triangle () | |
Triangle (const unsigned int first, const unsigned int second, const unsigned int third) | |
Public Attributes | |
unsigned int | first |
unsigned int | second |
unsigned int | third |
Definition at line 68 of file opengl_viewer.h.
pcl::ihs::detail::FaceVertexMesh::Triangle::Triangle | ( | ) | [inline] |
Definition at line 72 of file opengl_viewer.h.
pcl::ihs::detail::FaceVertexMesh::Triangle::Triangle | ( | const unsigned int | first, |
const unsigned int | second, | ||
const unsigned int | third | ||
) | [inline] |
Definition at line 73 of file opengl_viewer.h.
unsigned int pcl::ihs::detail::FaceVertexMesh::Triangle::first |
Definition at line 78 of file opengl_viewer.h.
unsigned int pcl::ihs::detail::FaceVertexMesh::Triangle::second |
Definition at line 79 of file opengl_viewer.h.
unsigned int pcl::ihs::detail::FaceVertexMesh::Triangle::third |
Definition at line 80 of file opengl_viewer.h.