Subversion Repositories gelsvn

Rev

Rev 630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 630 Rev 631
Line 98... Line 98...
98
            int collapse(SimplifyRec& simplify_rec);
98
            int collapse(SimplifyRec& simplify_rec);
99
            
99
            
100
        public:
100
        public:
101
            
101
            
102
            /* Create a simplifier for a manifold */
102
            /* Create a simplifier for a manifold */
103
            QuadricSimplifier(Manifold& _m, VertexAttributeVector<int> _collapse_mask,
103
            QuadricSimplifier(Manifold& _m, VertexAttributeVector<int>& _collapse_mask,
104
                              double _singular_thresh, bool _choose_optimal_positions):
104
                              double _singular_thresh, bool _choose_optimal_positions):
105
            m(_m), 
105
            m(_m), 
106
            halfedge_vec(_m.allocated_halfedges()), 
106
            halfedge_vec(_m.allocated_halfedges()), 
107
            qem_vec(_m.allocated_vertices()),
107
            qem_vec(_m.allocated_vertices()),
108
            collapse_mask(_collapse_mask),
108
            collapse_mask(_collapse_mask),