![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <DataInterface.h>
Public Types | |
| typedef FT | float_t |
Public Member Functions | |
| template<class Float > | |
| void | SetPoint (Float x, Float y, Float z) |
| template<class Float > | |
| void | SetPoint (const Float *p) |
| template<class Float > | |
| void | GetPoint (Float *p) const |
| template<class Float > | |
| void | GetPoint (Float &x, Float &y, Float &z) const |
Public Attributes | |
| float_t | xyz [3] |
| float_t | reserved |
Definition at line 362 of file DataInterface.h.
| typedef FT pba::Point3D_< FT >::float_t |
Definition at line 363 of file DataInterface.h.
|
inline |
Definition at line 388 of file DataInterface.h.
References pba::Point3D_< FT >::xyz.
|
inline |
Definition at line 382 of file DataInterface.h.
References pba::Point3D_< FT >::xyz.
|
inline |
Definition at line 375 of file DataInterface.h.
References pba::Point3D_< FT >::reserved, and pba::Point3D_< FT >::xyz.
|
inline |
Definition at line 368 of file DataInterface.h.
References pba::Point3D_< FT >::reserved, and pba::Point3D_< FT >::xyz.
| float_t pba::Point3D_< FT >::reserved |
Definition at line 365 of file DataInterface.h.
Referenced by pba::Point3D_< FT >::SetPoint().
| float_t pba::Point3D_< FT >::xyz[3] |
Definition at line 364 of file DataInterface.h.
Referenced by pba::AddStableNoise(), pba::Point3D_< FT >::GetPoint(), pba::RemoveInvisiblePoints(), and pba::Point3D_< FT >::SetPoint().