Home
last modified time | relevance | path

Searched defs:SurfaceElementsPtr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/
H A Dsurface.h53 greedyTriangulation (const SurfaceElementsPtr & /*surfels*/, float /*radius*/, float /*mu*/, int /*… in greedyTriangulation()
63 marchingCubesTriangulation (const SurfaceElementsPtr & /*surfels*/, float /*leaf_size*/, float /*is… in marchingCubesTriangulation()
H A Dtypedefs.h23 typedef pcl::PointCloud<SurfelT>::Ptr SurfaceElementsPtr; typedef