#include <vcg/complex/complex.h>
#include <vcg/simplex/face/component_ep.h>
#include <vcg/complex/algorithms/point_sampling.h>
#include <vcg/complex/algorithms/update/component_ep.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export_ply.h>
#include <cstdlib>
#include <sys/timeb.h>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | BaseEdge |
class | BaseFace |
class | BaseMesh |
struct | BaseUsedTypes |
class | BaseVertex |
class | RTEdge |
class | RTFace |
class | RTMesh |
struct | RTUsedTypes |
class | RTVertex |
Functions | |
int | main (int argc, char **argv) |
template<class MeshType , bool useEdge, bool useWrap, bool useFaceNumForGrid> | |
bool | UnitTest_Closest (const char *filename1, int sampleNum, float dispPerc, std::vector< int > resultVec) |
void | Usage () |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 180 of file trimesh_closest.cpp.
bool UnitTest_Closest | ( | const char * | filename1, |
int | sampleNum, | ||
float | dispPerc, | ||
std::vector< int > | resultVec | ||
) |
Definition at line 69 of file trimesh_closest.cpp.
void Usage | ( | ) |
Definition at line 56 of file trimesh_closest.cpp.