Update symmetry.h

Removed useless commented stuff
This commit is contained in:
Paolo Cignoni 2020-02-11 19:33:01 +01:00
parent cd2e6af09e
commit 2da7a93146
1 changed files with 0 additions and 19 deletions

View File

@ -44,35 +44,16 @@ class ExtrinsicPlaneSymmetry
typedef typename TriMeshType::CoordType CoordType;
typedef typename TriMeshType::ScalarType ScalarType;
// struct SphereUsedTypes : public vcg::UsedTypes< vcg::Use<SphereVertex>::AsVertexType,
// vcg::Use<SphereFace>::AsFaceType>{};
// class SphereVertex : public vcg::Vertex< SphereUsedTypes,
// vcg::vertex::Coord<CoordType,ScalarType>,
// vcg::vertex::Normal<CoordType,ScalarType>,
// vcg::vertex::BitFlags>{};
// class SphereFace : public vcg::Face< SphereUsedTypes, vcg::face::VertexRef,
// vcg::vertex::Normal<vcg::Point3<ScalarType>,ScalarType>,
// vcg::face::Mark,
// vcg::face::BitFlags,vcg::face::FFAdj> {};
// class SphereMesh : public vcg::tri::TriMesh< std::vector<SphereVertex>, std::vector<SphereFace> > {};
TriMeshType &tri_mesh;
CoordType AlignZeroTr;
std::vector<std::vector< ScalarType > > Weight;
//std::vector<std::vector<std::pair<VertexType*,VertexType*> > > VotingVertx;
std::vector<std::vector<std::pair<CoordType,CoordType> > > VotingPos;
std::vector<ScalarType> Votes;
TriMeshType *sphere;
typename vcg::GridStaticPtr<FaceType,ScalarType> GridSph;