AopIO.h
Go to the documentation of this file.
38 /// @param cut_edge - cut top and bottom of cylinder if percent of populated cells in range image
64 /// @param cut_edge - cut top and bottom of cylinder if percent of populated cells in range image
72 return saveAopMeshToFile(path, surf, width, height, interpolate_holes, cut_edges, edge_quality_factor);
Definition: IMesh.h:24
Definition: AlgorithmWorkset.h:17
static ErrorCode save(const wchar_t *path, const IRangeImageCylindric *ri)
Definition: AopIO.h:54
ErrorCode ABASESDK_LINK_SPEC saveAopImageToFile(const wchar_t *path, const IRangeImageCylindric *ri)
static ErrorCode save(const wchar_t *path, const IMesh *surf, int width, int height, bool interpolate_holes, bool cut_edges=false, int edge_quality_factor=80)
Definition: AopIO.h:69
Definition: AopIO.h:47
ErrorCode ABASESDK_LINK_SPEC saveAopMeshToFile(const wchar_t *path, const IMesh *surf, int width, int height, bool interpolate_holes, bool cut_edges=false, int edge_quality_factor=80)