Home
last modified time | relevance | path

Searched refs:ParamVertex (Results 1 – 3 of 3) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Diso_parametrization.h56 class ParamVertex; variable
64 class ParamVertex: public vcg::Vertex< ParamUsedTypes,
79 void ImportData(const ParamVertex & left ) in ImportData()
415 ParamVertex* v=face_to_vert[I][k]; in GetHresVert()
451 std::vector<ParamVertex*> HresVert; in InitStar()
616 std::vector<ParamVertex*> HresVert;
862 ParamVertex *v0=f->V(0); in InterpolationSpace()
863 ParamVertex *v1=f->V(1); in InterpolationSpace()
864 ParamVertex *v2=f->V(2); in InterpolationSpace()
1679 ParamVertex *v0=&param_mesh->vert[i];
[all …]
H A Dtangent_space.h325 ParamVertex *v0=face->V(0); in GetCurvature()
326 ParamVertex *v1=face->V(1); in GetCurvature()
327 ParamVertex *v2=face->V(2); in GetCurvature()
345 ParamVertex *v0=face->V(0); in GetProjectionMatrix()
346 ParamVertex *v1=face->V(1); in GetProjectionMatrix()
347 ParamVertex *v2=face->V(2); in GetProjectionMatrix()
H A Ddiam_parametrization.h306 static int IndexFromPointer(ParamVertex * v,ParamMesh *mesh) in IndexFromPointer()
315 ParamVertex *v0=curr->V(edge); in InsertInterpData()
316 ParamVertex *v1=curr->V1(edge); in InsertInterpData()