The Export class writes a point cloud to a file. More...
#include <PointsFeature.h>
Public Member Functions | |
Export () | |
virtual Base::Type | getTypeId (void) const |
methods override Feature | |
virtual App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyString | FileName |
App::PropertyString | Format |
App::PropertyLinkList | Sources |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The Export class writes a point cloud to a file.
Definition at line 82 of file PointsFeature.h.
Export::Export | ( | void | ) |
Definition at line 95 of file PointsFeature.cpp.
References ADD_PROPERTY.
void * Points::Export::create | ( | void | ) | [static] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
App::DocumentObjectExecReturn * Export::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Points::Feature.
Definition at line 102 of file PointsFeature.cpp.
References Points::PointKernel::begin(), Points::PointKernel::end(), FileName, App::DocumentObject::getNameInDocument(), Points::PropertyPointKernel::getValue(), App::PropertyString::getValue(), App::PropertyLinkList::getValues(), Points::Feature::Points, Points::PointKernel::size(), Sources, and App::DocumentObject::StdReturn.
Base::Type Points::Export::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
const App::PropertyData & Points::Export::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
const App::PropertyData * Points::Export::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
Base::Type Points::Export::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
void Points::Export::init | ( | void | ) | [static] |
Reimplemented from Points::Feature.
Definition at line 93 of file PointsFeature.cpp.
Referenced by initPoints().
Definition at line 90 of file PointsFeature.h.
Referenced by execute().
Definition at line 91 of file PointsFeature.h.
Definition at line 89 of file PointsFeature.h.
Referenced by execute().