Points::PointsAlgos Class Reference
The Points algorithms container class. More...
#include <PointsAlgos.h>
Static Public Member Functions | |
static void | Load (PointKernel &, const char *FileName) |
Load a point cloud. More... | |
static void | LoadAscii (PointKernel &, const char *FileName) |
Load a point cloud. More... | |
Detailed Description
The Points algorithms container class.
Member Function Documentation
◆ Load()
|
static |
Load a point cloud.
References Base::FileInfo::hasExtension(), Base::FileInfo::isReadable(), and LoadAscii().
Referenced by Points::PointKernel::load().
◆ LoadAscii()
|
static |
Load a point cloud.
References Base::SequencerLauncher::next(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by Load().
The documentation for this class was generated from the following files:
- src/Mod/Points/App/PointsAlgos.h
- src/Mod/Points/App/PointsAlgos.cpp