![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <wlPointCloud.h>
Public Member Functions | |
| Point () | |
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| float y | |
| float z | |
| } | |
| float u [3] | |
| }; | |
Point type.
Definition at line 15 of file wlPointCloud.h.
|
inline |
Definition at line 25 of file wlPointCloud.h.
| union { ... } |
| float wl::Point::u[3] |
Definition at line 22 of file wlPointCloud.h.
Referenced by wl::PointCloud::computeBoundingBox().
| float wl::Point::x |
Definition at line 18 of file wlPointCloud.h.
Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| float wl::Point::y |
Definition at line 19 of file wlPointCloud.h.
Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| float wl::Point::z |
Definition at line 20 of file wlPointCloud.h.
Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().