Points Namespace Reference

Classes

class  AscReader
 
class  AscWriter
 
class  Converter
 
class  ConverterT
 
struct  CurvatureInfo
 Curvature information. More...
 
class  DataStreambuf
 
class  E57Reader
 
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  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 std::shared_ptr< ConverterConverterPtr
 
typedef App::FeatureCustomT< FeatureFeatureCustom
 
typedef App::FeaturePythonT< FeatureFeaturePython
 
typedef App::FeatureCustomT< StructuredStructuredCustom
 

Functions

PyObjectinitModule ()
 
unsigned int lzfDecompress (const void *const in_data, unsigned int in_len, void *out_data, unsigned int out_len)
 

Typedef Documentation

◆ ConverterPtr

typedef std::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().