Home
last modified time | relevance | path

Searched refs:has_vertex_normals (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial05/
H A Dproperties.cc25 if (!mesh.has_vertex_normals()) in main()
64 if (mesh.has_vertex_normals()) in main()
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/05-std_properties/
H A Dproperties.cc25 if (!mesh.has_vertex_normals()) in main()
64 if (mesh.has_vertex_normals()) in main()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/exporter/
H A DExporterT.hh115 return (mesh_.has_vertex_normals() in normal()
122 return (mesh_.has_vertex_normals() in normald()
400 bool has_vertex_normals() const override { return mesh_.has_vertex_normals(); } in has_vertex_normals() function in OpenMesh::IO::ExporterT
H A DBaseExporter.hh163 virtual bool has_vertex_normals() const { return false; } in has_vertex_normals() function in OpenMesh::IO::BaseExporter
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/IO/
H A DGeneric_facegraph_builder.h110 const bool has_vertex_normals = (is_vnm_requested && !(vertex_normals.empty())); in operator() local
115 if(has_vertex_normals && vertex_normals.size() != m_points.size()) in operator()
132 if(has_vertex_normals) in operator()
H A DGeneric_facegraph_printer.h125 …const bool has_vertex_normals = !(is_default_parameter(get_parameter(np, internal_np::vertex_norma…
142 has_vertex_normals ,
151 if(has_vertex_normals)
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Basic/
H A Dmesh.py19 str(mesh.has_vertex_normals()) +
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Basic/
H A Dmesh.py19 str(mesh.has_vertex_normals()) +
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/writer/
H A DBaseWriter.hh138 return ( !_opt.check(Options::VertexNormal ) || _be.has_vertex_normals()) in check()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/OsgViewer/
H A Dosgviewer.cc362 cout << " v. normal: " << YN(MESH.has_vertex_normals()) << endl; in keyboard()
412 if (MESH.has_vertex_normals()) in keyboard()
475 if (MESH.has_vertex_normals()) in keyboard()
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/06-attributes/
H A Dattributes.cc78 mesh.has_face_normals() && mesh.has_vertex_normals() ) in main()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial06/
H A Dattributes.cc78 mesh.has_face_normals() && mesh.has_vertex_normals() ) in main()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DAttribKernelT.hh579 bool has_vertex_normals() const { return vertex_normals_.is_valid(); } in has_vertex_normals() function in OpenMesh::Kernel_OSG::AttribKernelT
617 if ( has_vertex_normals() ) in bind()
643 if ( has_vertex_normals() ) in bind()
H A DbindT.hh160 bool bind_normal = (normals!=NullFC) && _mesh.has_vertex_normals(); in bind()
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/Basic/
H A Dmesh.rst25 str(mesh.has_vertex_normals()) +
94 str(mesh.has_vertex_normals()) +
/dports/graphics/py-open3d-python/Open3D-0.2/docs/tutorial/Basic/
H A Dmesh.rst25 str(mesh.has_vertex_normals()) +
94 str(mesh.has_vertex_normals()) +
/dports/graphics/open3d/Open3D-0.2/src/Core/Geometry/
H A DDownSample.cpp112 bool has_vertex_normals = input.HasVertexNormals(); in SelectDownSample() local
166 if (has_vertex_normals) output->vertex_normals_.push_back( in SelectDownSample()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Geometry/
H A DDownSample.cpp112 bool has_vertex_normals = input.HasVertexNormals(); in SelectDownSample() local
166 if (has_vertex_normals) output->vertex_normals_.push_back( in SelectDownSample()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/importer/
H A DImporterT.hh221 if (mesh_.has_vertex_normals()) in set_normal()
232 if (mesh_.has_vertex_normals()) in set_normal()
/dports/math/openmesh/OpenMesh-8.1/Doc/
H A Dtutorial_05.docu91 \skipline has_vertex_normals
166 <li>has_vertex_normals()</li>
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_property.cc776 EXPECT_TRUE(copy.has_vertex_normals()); in TEST_F()
797 EXPECT_FALSE(copy.has_vertex_normals()); in TEST_F()
835 …EXPECT_TRUE(copy.has_vertex_normals()) << "Mesh has no vertex normals even though they have … in TEST_F()
H A Dunittests_tutorials.cc503 EXPECT_TRUE(mesh.has_vertex_normals()) << "Standard vertex property 'Normals' not available"; in TEST_F()
530 EXPECT_FALSE(mesh.has_vertex_normals()) << "Shouldn't have any vertex normals anymore"; in TEST_F()
556 mesh.has_face_normals() && mesh.has_vertex_normals() ) in TEST_F()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial09/
H A Dio_options.cc115 MESHOPT("vertex normals", mesh.has_vertex_normals()); in main()
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/08-io_options/
H A Dio_options.cc115 MESHOPT("vertex normals", mesh.has_vertex_normals()); in main()
/dports/math/openmesh/OpenMesh-8.1/Doc/Concepts/
H A DMeshKernel.hh432 bool has_vertex_normals() const;

12