CGAL 5.0.3 - 3D Mesh Generation
|
#include <CGAL/Image_3.h>
The class Image_3
is a C++ wrapper around the InrImage library.
It holds a shared pointer to a 3D image buffer.
Public Member Functions | |
Image_3 () | |
The default-constructor. The object is invalid until a call to read() . | |
bool | read (const char *file) |
Open an 3D image file. More... | |
bool CGAL::Image_3::read | ( | const char * | file | ) |
Open an 3D image file.
Returns true
if the file was sucessfully loaded.