Classes | |
class AscReader | |
class AscWriter | |
class Converter | |
class ConverterT | |
struct CurvatureInfo | |
Curvature information. More... | |
class DataStreambuf | |
class Feature | |
Base class of all Points feature classes in FreeCAD. More... | |
class Module | |
class PcdReader | |
class PcdWriter | |
class PlyReader | |
class PlyWriter | |
class PointKernel | |
Point kernel. More... | |
class PointsAlgos | |
The Points algorithms container class. More... | |
class PointsGrid | |
The PointsGrid allows to divide a global point cloud into smaller regions of elements depending on the resolution of the grid. More... | |
class PointsGridIterator | |
The PointsGridIterator class provides an interface to walk through all grid elements of a point grid. More... | |
class PointsPy | |
The python export class for PointKernel. More... | |
class PropertyCurvatureList | |
The Curvature property class. More... | |
class PropertyGreyValue | |
Greyvalue property. More... | |
class PropertyGreyValueList | |
class PropertyNormalList | |
class PropertyPointKernel | |
The point kernel property. More... | |
class Reader | |
class Structured | |
class Writer | |
Typedefs | |
typedef boost::shared_ptr< Converter > ConverterPtr | |
typedef App::FeatureCustomT< Feature > FeatureCustom | |
typedef App::FeaturePythonT< Feature > FeaturePython | |
typedef App::FeatureCustomT< Structured > StructuredCustom | |
Functions | |
PyObject * initModule () | |
unsigned int lzfDecompress (const void *const in_data, unsigned int in_len, void *out_data, unsigned int out_len) | |
Typedef Documentation
◆ ConverterPtr
typedef boost::shared_ptr<Converter> Points::ConverterPtr |
◆ FeatureCustom
◆ FeaturePython
◆ StructuredCustom
Function Documentation
◆ initModule()
PyObject * Points::initModule | ( | ) |
◆ lzfDecompress()
unsigned int Points::lzfDecompress | ( | const void *const | in_data, |
unsigned int | in_len, | ||
void * | out_data, | ||
unsigned int | out_len | ||
) |
Referenced by Points::PcdReader::read().