Home
last modified time | relevance | path

Searched refs:emptyVertices (Results 1 – 4 of 4) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkLabelGeometryImageFilter.hxx900 BoundingBoxVerticesType emptyVertices; in GetOrientedBoundingBoxVertices() local
901 emptyVertices.resize(numberOfVertices, emptyPoint); in GetOrientedBoundingBoxVertices()
902 return emptyVertices; in GetOrientedBoundingBoxVertices()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/in_hand_scanner/src/
H A Din_hand_scanner.cpp201 if (mesh_model_->emptyVertices ()) in removeUnfitVertices()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACD/
H A DhacdMeshDecimator.cpp31 std::vector< MDVertex > emptyVertices(0); in ReleaseMemory() local
32 m_vertices.swap(emptyVertices); in ReleaseMemory()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/geometry/include/pcl/geometry/
H A Dmesh_base.h838 return (this->emptyVertices() && this->emptyEdges() && this->emptyFaces()); in empty()
843 emptyVertices() const in emptyVertices() function