Home
last modified time | relevance | path

Searched refs:PatateCommon (Results 1 – 18 of 18) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Utils/
H A DvgMeshRenderer.h24 using PatateCommon::ColorSpace;
68 inline PatateCommon::Shader& solidLinearShader() { return m_solidLinearShader; } in solidLinearShader()
69 inline PatateCommon::Shader& solidQuadraticShader() { return m_solidQuadraticShader; } in solidQuadraticShader()
70 inline PatateCommon::Shader& wireframeShader() { return m_wireframeShader; } in wireframeShader()
77 inline bool initSolidShader(PatateCommon::Shader& shader, SolidUniforms& unif,
83 PatateCommon::Shader m_solidLinearShader;
84 PatateCommon::Shader m_solidQuadraticShader;
85 PatateCommon::Shader m_wireframeShader;
H A DmvgReader.h39 class MVGReader: public PatateCommon::OBJBaseReader<_Mesh>
43 typedef PatateCommon::OBJBaseReader<Mesh> Base;
H A DvgMeshRenderer.hpp50 PatateCommon::Shader& shader, SolidUniforms& unif, const char* fragCode) in initSolidShader()
88 PatateCommon::Shader& shader = m_wireframeShader; in initWireframeShader()
157 m_meshColorSpace(PatateCommon::COLOR_NONE), in VGMeshRenderer()
158 m_screenColorSpace(PatateCommon::COLOR_SRGB), in VGMeshRenderer()
517 PatateCommon::Shader& shader = m_quadratic? in render()
H A DmvgReader.hpp43 ColorSpace colorSpace = PatateCommon::COLOR_NONE; in parseHeader()
85 colorSpace = PatateCommon::colorSpaceFromName(cmd, &ok); in parseHeader()
H A DmvgWriter.hpp50 _out << "colorSpace " << PatateCommon::getColorSpaceName(mesh.colorSpace()) << "\n"; in write()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Core/
H A DvgMesh.h29 using PatateCommon::ColorSpace;
49 class VGMesh: public PatateCommon::SurfaceMesh
191 explicit NodeProperty(PatateCommon::Property<T> p) in NodeProperty()
192 : PatateCommon::Property<T>(p) {} in NodeProperty()
195 typename PatateCommon::Property<T>::Reference operator[](Node n)
197 return PatateCommon::Property<T>::operator[](n.idx());
203 return PatateCommon::Property<T>::operator[](n.idx());
256 using PatateCommon::SurfaceMesh::gcMap;
272 using PatateCommon::SurfaceMesh::isValid;
444 using PatateCommon::SurfaceMesh::isDeleted;
[all …]
H A DvgMesh.hpp39 : PatateCommon::SurfaceMesh(other) in VGMesh()
53 PatateCommon::SurfaceMesh::operator=(rhs); in operator =()
70 PatateCommon::SurfaceMesh::assign(rhs); in assign()
103 PatateCommon::SurfaceMesh::reserve(nvertices, nedges, nfaces); in reserve()
116 PatateCommon::SurfaceMesh::clear(); in clear()
131 PatateCommon::SurfaceMesh::garbageCollection(GC_DONT_RELEASE_INDEX_MAPS); in garbageCollection()
220 PatateCommon::SurfaceMesh::releaseGCIndexMaps(); in releaseGCIndexMaps()
228 PatateCommon::SurfaceMesh::Vertex
237 Vertex v = PatateCommon::SurfaceMesh::addVertex(); in addVertex()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/common/surface_mesh/
H A DobjWriter.h18 namespace PatateCommon
H A DobjWriter.hpp10 namespace PatateCommon namespace
H A DobjReader.h21 namespace PatateCommon
H A DobjReader.hpp12 namespace PatateCommon namespace
H A Dproperties.h38 namespace PatateCommon {
H A DsurfaceMesh.h39 namespace PatateCommon {
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/common/gl_utils/
H A Dshader.h20 namespace PatateCommon {
H A Dshader.hpp10 namespace PatateCommon namespace
H A Dcolor.h14 namespace PatateCommon
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/
H A Dvitelotte_user_manual_tutorial.mdoc36PatateCommon::SurfaceMesh, a generic mesh representation adapted from the [Surface_mesh](http://op…
H A Dvitelotte_user_manual_vg_mesh.mdoc16PatateCommon::SurfaceMesh, which is adapted from the [Surface_mesh](http://opensource.cit-ec.de/pr…