Home
last modified time | relevance | path

Searched refs:meshVec (Results 1 – 6 of 6) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/apps/unsupported/texdeci/
H A Dtexdeci.cpp125 MyMesh meshVec[10]; in main() local
132 int err=vcg::tri::io::Importer<MyMesh>::Open(meshVec[i],argv[i+1]); in main()
138 printf("mesh loaded %d %d \n",meshVec[i].vn,meshVec[i].fn); in main()
141 tri::Smooth<MyMesh>::VertexCoordLaplacian(meshVec[i],5*i); in main()
143 TexDecimation(meshVec[i],true,meshVec[i].fn/2); in main()
147 tri::io::ExporterPLY<MyMesh>::Save(meshVec[i],buf,false); in main()
157 tri::io::ExporterPLY<MyMesh>::Save(meshVec[i],buf,tri::io::Mask::IOM_WEDGTEXCOORD,false); in main()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_edgemesh/
H A Dexport_svg.h129 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save() argument
135 for(size_t i=0;i<meshVec.size();++i) in Save()
137 WriteXmlBody(fpo, *meshVec[i], pro, i ); in Save()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_edgemesh/
H A Dexport_svg.h133 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save() argument
139 for(size_t i=0;i<meshVec.size();++i) in Save()
141 WriteXmlBody(fpo, *meshVec[i], pro, i ); in Save()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dexport_svg.h134 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save() argument
140 for(size_t i=0;i<meshVec.size();++i) in Save()
142 WriteXmlBody(fpo, *meshVec[i], pro, i); in Save()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/create/plymc/
H A Dsimplemeshprovider.h20 std::vector< TriMeshType * > meshVec; variable
30 sm=meshVec[i]; in Find()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/create/plymc/
H A Dsimplemeshprovider.h20 std::vector< TriMeshType * > meshVec; variable
30 sm=meshVec[i]; in Find()