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... | |
The Points algorithms container class.
|
static |
Load a point cloud.
References Base::FileInfo::hasExtension(), Base::FileInfo::isReadable(), and LoadAscii().
Referenced by Points::PointKernel::load().
|
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().