, including all inherited members.
convertCurve2PointCloud(const ON_NurbsCurve &nurbs, pcl::PointCloud< pcl::PointXYZRGB >::Ptr cloud, unsigned resolution) | pcl::on_nurbs::Triangulation | [static] |
convertCurve2PointCloud(const ON_NurbsCurve &curve, const ON_NurbsSurface &surf, pcl::PointCloud< pcl::PointXYZRGB >::Ptr cloud, unsigned resolution) | pcl::on_nurbs::Triangulation | [static] |
convertSurface2PolygonMesh(const ON_NurbsSurface &nurbs, PolygonMesh &mesh, unsigned resolution) | pcl::on_nurbs::Triangulation | [static] |
convertSurface2Vertices(const ON_NurbsSurface &nurbs, pcl::PointCloud< pcl::PointXYZ >::Ptr cloud, std::vector< pcl::Vertices > &vertices, unsigned resolution) | pcl::on_nurbs::Triangulation | [static] |
convertTrimmedSurface2PolygonMesh(const ON_NurbsSurface &nurbs, const ON_NurbsCurve &curve, PolygonMesh &mesh, unsigned resolution) | pcl::on_nurbs::Triangulation | [static] |
convertTrimmedSurface2PolygonMesh(const ON_NurbsSurface &nurbs, const ON_NurbsCurve &curve, PolygonMesh &mesh, unsigned resolution, vector_vec3d &start, vector_vec3d &end) | pcl::on_nurbs::Triangulation | [static] |
createIndices(std::vector< pcl::Vertices > &vertices, unsigned vidx, unsigned segX, unsigned segY) | pcl::on_nurbs::Triangulation | [protected, static] |
createVertices(pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud, float x0, float y0, float z0, float width, float height, unsigned segX, unsigned segY) | pcl::on_nurbs::Triangulation | [protected, static] |
isInside(const ON_NurbsCurve &curve, const pcl::PointXYZ &v) | pcl::on_nurbs::Triangulation | [static] |