The Points algorithems container class. More...
#include <PointsAlgos.h>
Static Public Member Functions | |
static void | Load (PointKernel &, const char *FileName) |
Load a point cloud. | |
static void | LoadAscii (PointKernel &, const char *FileName) |
Load a point cloud. |
The Points algorithems container class.
Definition at line 34 of file PointsAlgos.h.
void PointsAlgos::Load | ( | PointKernel & | points, | |
const char * | FileName | |||
) | [static] |
Load a point cloud.
Definition at line 46 of file PointsAlgos.cpp.
References Base::FileInfo::extension(), Base::FileInfo::isReadable(), and LoadAscii().
Referenced by Points::ImportAscii::execute(), and Points::PointKernel::load().
void PointsAlgos::LoadAscii | ( | PointKernel & | points, | |
const char * | FileName | |||
) | [static] |
Load a point cloud.
Definition at line 60 of file PointsAlgos.cpp.
References Points::PointKernel::clear(), Points::PointKernel::erase(), DrawingExample::file, importOCA::getline(), Base::SequencerLauncher::next(), Points::PointKernel::resize(), Points::PointKernel::setPoint(), Points::PointKernel::size(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by Load().