Subversion Repositories gelsvn

Rev

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

Rev 649 Rev 662
Line 51... Line 51...
51
        void reset_shape();
51
        void reset_shape();
52
        
52
        
53
        /// Do a partial reconstruct with an interval of eigenvalues
53
        /// Do a partial reconstruct with an interval of eigenvalues
54
        void partial_reconstruct(int E0, int E1, float scale=1.0f);
54
        void partial_reconstruct(int E0, int E1, float scale=1.0f);
55
        
55
        
56
        double compute_adf(HMesh::VertexAttributeVector<double>& adf, double t);
56
        double compute_adf(HMesh::VertexAttributeVector<double>& adf, double t, double fiedler_boost=0);
57
        
57
        
58
    };
58
    };
59
    
59
    
60
}
60
}
61
#endif
61
#endif