Detailed Description
Definition at line 18 of file Image3d.hpp.
List of all members.
Public Member Functions |
|
| Image3d (DATA_IM3D *data) |
|
| Image3d (int width, int height, int covar, int normales, int size) |
|
void | display () const |
| | Display an Image3D on an OpenGL display.
|
|
std::string | gdhe_display (int, double) const |
|
DATA_IM3D * | get_data () |
| | Return the associed calife im3d to use for calife function.
|
|
void | set_data (DATA_IM3D *) |
|
void | set_data (int width, int height, int covar, int normales, int size) |
|
void | change_frame (const jafar::geom::T3D &pt3d) |
|
void | seuille (bool s_coord_1, double max_coord_1, bool s_coord_2, double max_coord_2, bool s_coord_3, double max_coord_3) |
|
void | set_point (int i, int j, bool valid, double x=0.0, double y=0.0, double z=0.0) |
| std::list< jafar::geom::Point3D > | toPoint3DList () const |
|
void | to_ascii (const std::string &path) const |
|
void | from_ascii (const std::string &path) |
|
void | dump_points (const std::string &path) const |
|
void | print_info () const |
|
int | nbligs () const |
|
int | nbcols () const |
Private Member Functions |
|
void | clear_data () |
|
void | _set_data (int width, int height, int covar, int normales, int size) |
Private Attributes |
|
DATA_IM3D * | _pdata |
|
size_t | _index |
Member Function Documentation
- Returns:
- the Image3d as a list of geom::Point3D
The documentation for this class was generated from the following file: