addQuad(int a, int b, int c, int d, int idx, std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
addTriangle(int a, int b, int c, int idx, std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
ConstPtr typedef | pcl::OrganizedFastMesh< PointInT > | |
cos_angle_tolerance_ | pcl::OrganizedFastMesh< PointInT > | protected |
distance_dependent_ | pcl::OrganizedFastMesh< PointInT > | protected |
distance_tolerance_ | pcl::OrganizedFastMesh< PointInT > | protected |
getViewpoint() const | pcl::OrganizedFastMesh< PointInT > | inline |
isShadowed(const PointInT &point_a, const PointInT &point_b) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
isShadowedQuad(const int &a, const int &b, const int &c, const int &d) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
isShadowedTriangle(const int &a, const int &b, const int &c) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
isValidQuad(const int &a, const int &b, const int &c, const int &d) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
isValidTriangle(const int &a, const int &b, const int &c) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
makeAdaptiveCutMesh(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protected |
makeLeftCutMesh(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protected |
makeQuadMesh(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protected |
makeRightCutMesh(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protected |
max_edge_length_a_ | pcl::OrganizedFastMesh< PointInT > | protected |
max_edge_length_b_ | pcl::OrganizedFastMesh< PointInT > | protected |
max_edge_length_c_ | pcl::OrganizedFastMesh< PointInT > | protected |
max_edge_length_dist_dependent_ | pcl::OrganizedFastMesh< PointInT > | protected |
max_edge_length_set_ | pcl::OrganizedFastMesh< PointInT > | protected |
OrganizedFastMesh() | pcl::OrganizedFastMesh< PointInT > | inline |
performReconstruction(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protectedvirtual |
performReconstruction(pcl::PolygonMesh &output) | pcl::OrganizedFastMesh< PointInT > | protected |
PointCloudPtr typedef | pcl::OrganizedFastMesh< PointInT > | |
Polygons typedef | pcl::OrganizedFastMesh< PointInT > | |
Ptr typedef | pcl::OrganizedFastMesh< PointInT > | |
QUAD_MESH enum value | pcl::OrganizedFastMesh< PointInT > | |
reconstructPolygons(std::vector< pcl::Vertices > &polygons) | pcl::OrganizedFastMesh< PointInT > | protected |
resetPointData(const int &point_index, pcl::PolygonMesh &mesh, const float &value=0.0f, int field_x_idx=0, int field_y_idx=1, int field_z_idx=2) | pcl::OrganizedFastMesh< PointInT > | inlineprotected |
setAngleTolerance(float angle_tolerance) | pcl::OrganizedFastMesh< PointInT > | inline |
setDistanceTolerance(float distance_tolerance, bool depth_dependent=false) | pcl::OrganizedFastMesh< PointInT > | inline |
setMaxEdgeLength(float a, float b=0.0f, float c=0.0f) | pcl::OrganizedFastMesh< PointInT > | inline |
setTrianglePixelSize(int triangle_size) | pcl::OrganizedFastMesh< PointInT > | inline |
setTrianglePixelSizeColumns(int triangle_size) | pcl::OrganizedFastMesh< PointInT > | inline |
setTrianglePixelSizeRows(int triangle_size) | pcl::OrganizedFastMesh< PointInT > | inline |
setTriangulationType(TriangulationType type) | pcl::OrganizedFastMesh< PointInT > | inline |
setViewpoint(const Eigen::Vector3f &viewpoint) | pcl::OrganizedFastMesh< PointInT > | inline |
store_shadowed_faces_ | pcl::OrganizedFastMesh< PointInT > | protected |
storeShadowedFaces(bool enable) | pcl::OrganizedFastMesh< PointInT > | inline |
TRIANGLE_ADAPTIVE_CUT enum value | pcl::OrganizedFastMesh< PointInT > | |
TRIANGLE_LEFT_CUT enum value | pcl::OrganizedFastMesh< PointInT > | |
triangle_pixel_size_columns_ | pcl::OrganizedFastMesh< PointInT > | protected |
triangle_pixel_size_rows_ | pcl::OrganizedFastMesh< PointInT > | protected |
TRIANGLE_RIGHT_CUT enum value | pcl::OrganizedFastMesh< PointInT > | |
triangulation_type_ | pcl::OrganizedFastMesh< PointInT > | protected |
TriangulationType enum name | pcl::OrganizedFastMesh< PointInT > | |
unsetMaxEdgeLength() | pcl::OrganizedFastMesh< PointInT > | inline |
use_depth_as_distance_ | pcl::OrganizedFastMesh< PointInT > | protected |
useDepthAsDistance(bool enable) | pcl::OrganizedFastMesh< PointInT > | inline |
viewpoint_ | pcl::OrganizedFastMesh< PointInT > | protected |
~OrganizedFastMesh() | pcl::OrganizedFastMesh< PointInT > | inlinevirtual |