ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
wl::Point Struct Reference

Point type. More...

#include <wlPointCloud.h>

Public Member Functions

 Point ()
 

Public Attributes

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
   } 
 
   float   u [3]
 
}; 
 

Detailed Description

Point type.

Definition at line 15 of file wlPointCloud.h.

Constructor & Destructor Documentation

◆ Point()

wl::Point::Point ( )
inline

Definition at line 25 of file wlPointCloud.h.

Member Data Documentation

◆ 

union { ... }

◆ u

float wl::Point::u[3]

Definition at line 22 of file wlPointCloud.h.

Referenced by wl::PointCloud::computeBoundingBox().

◆ x

float wl::Point::x

Definition at line 18 of file wlPointCloud.h.

Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().

◆ y

float wl::Point::y

Definition at line 19 of file wlPointCloud.h.

Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().

◆ z

float wl::Point::z

Definition at line 20 of file wlPointCloud.h.

Referenced by CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().


The documentation for this struct was generated from the following file: