|
CGAL 5.1 - 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(). More... | |
| bool | read (const char *file) |
| Open an 3D image file. More... | |
| CGAL::Image_3::Image_3 | ( | ) |
The default-constructor. The object is invalid until a call to read().
| bool CGAL::Image_3::read | ( | const char * | file | ) |
Open an 3D image file.
Returns true if the file was sucessfully loaded.