Subversion Repositories gelsvn

Rev

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

Rev 650 Rev 656
Line 51... Line 51...
51
    const std::string& file_name() const {return file;}
51
    const std::string& file_name() const {return file;}
52
    
52
    
53
    float get_bsphere_radius() const { return bsphere_radius;}
53
    float get_bsphere_radius() const { return bsphere_radius;}
54
    
54
    
55
    HMesh::Manifold& mesh() {return mani;}
55
    HMesh::Manifold& mesh() {return mani;}
-
 
56
    const HMesh::Manifold& mesh_old() const {return old_mani;}
56
    
57
    
57
    void save_old() {old_mani = mani;}
58
    void save_old() {old_mani = mani;}
58
    void restore_old() {mani = old_mani;}
59
    void restore_old() {mani = old_mani;}
59
    
60
    
60
    GLGraphics::GLViewController& view_control() {return view_ctrl;}
61
    GLGraphics::GLViewController& view_control() {return view_ctrl;}