#include <resampler.h>
Classes | |
class | Walker |
Public Types | |
typedef vcg::tri::MarchingCubes < New_Mesh, MyWalker > | MyMarchingCubes |
typedef Walker | MyWalker |
Static Public Member Functions | |
static void | Resample (Old_Mesh &old_mesh, New_Mesh &new_mesh, Box3f volumeBox, vcg::Point3< int > accuracy, float max_dist, float thr=0, bool DiscretizeFlag=false, bool MultiSampleFlag=false, bool AbsDistFlag=false, vcg::CallBackPos *cb=0) |
resample the mesh using marching cube algorithm ,the accuracy is the dimension of one cell the parameter | |
Private Types | |
typedef NEW_MESH_TYPE | New_Mesh |
typedef OLD_MESH_TYPE | Old_Mesh |
Class Resampler. This is class reasmpling a mesh using marching cubes methods
OLD_MESH_TYPE | (Template Parameter) Specifies the type of mesh to be resampled | |
NEW_MESH_TYPE | (Template Parameter) Specifies the type of output mesh. |
Definition at line 49 of file resampler.h.
typedef OLD_MESH_TYPE vcg::tri::Resampler< OLD_MESH_TYPE, NEW_MESH_TYPE, FLT, DISTFUNCTOR >::Old_Mesh [private] |
Definition at line 51 of file resampler.h.