Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638796 | Differences between
and this patch

Collapse All | Expand All

(-)vcglib.old/wrap/io_trimesh/import_nvm.h (-9 lines)
Lines 85-99 Link Here
85
    return true;
85
    return true;
86
}
86
}
87
87
88
static bool ReadHeader(const char * filename,unsigned int &/*num_cams*/, unsigned int &/*num_points*/){
89
    FILE *fp = fopen(filename, "r");
90
    if(!fp) return false;
91
    ReadHeader(fp);
92
    fclose(fp);
93
    return true;
94
}
95
96
97
static int Open( OpenMeshType &m, std::vector<Shot<ScalarType> >  & shots,
88
static int Open( OpenMeshType &m, std::vector<Shot<ScalarType> >  & shots,
98
                 std::vector<std::string > & image_filenames,
89
                 std::vector<std::string > & image_filenames,
99
                 const char * filename, CallBackPos *cb=0)
90
                 const char * filename, CallBackPos *cb=0)
(-)vcglib.old/wrap/io_trimesh/import_out.h (-9 lines)
Lines 85-99 Link Here
85
    return true;
85
    return true;
86
}
86
}
87
87
88
static bool ReadHeader(const char * filename,unsigned int &/*num_cams*/, unsigned int &/*num_points*/){
89
    FILE *fp = fopen(filename, "r");
90
    if(!fp) return false;
91
    ReadHeader(fp);
92
    fclose(fp);
93
    return true;
94
}
95
96
97
static int Open( OpenMeshType &m, std::vector<Shot<ScalarType> >  & shots,
88
static int Open( OpenMeshType &m, std::vector<Shot<ScalarType> >  & shots,
98
                 std::vector<std::string > & image_filenames,
89
                 std::vector<std::string > & image_filenames,
99
                 const char * filename,const char * filename_images, CallBackPos *cb=0)
90
                 const char * filename,const char * filename_images, CallBackPos *cb=0)

Return to bug 638796