Storage type for header information when the whole image has not yet been loaded. More...
Public Member Functions | |
| header_t () | |
| bool | operator== (const header_t &rhs) const |
Public Attributes | |
| unsigned | ni |
| unsigned | nj |
| unsigned | nk |
| unsigned | nplanes |
| vimt3d_transform_3d | w2i |
| enum vil_pixel_format | pixel_format |
| Expected pixel type. | |
Storage type for header information when the whole image has not yet been loaded.
Definition at line 99 of file vimt3d_vil3d_v3m.h.
| vimt3d_vil3d_v3m_image::header_t::header_t | ( | ) | [inline] |
Definition at line 103 of file vimt3d_vil3d_v3m.h.
| bool vimt3d_vil3d_v3m_image::header_t::operator== | ( | const header_t & | rhs | ) | const |
Definition at line 84 of file vimt3d_vil3d_v3m.cxx.
| unsigned vimt3d_vil3d_v3m_image::header_t::ni |
Definition at line 101 of file vimt3d_vil3d_v3m.h.
| unsigned vimt3d_vil3d_v3m_image::header_t::nj |
Definition at line 101 of file vimt3d_vil3d_v3m.h.
| unsigned vimt3d_vil3d_v3m_image::header_t::nk |
Definition at line 101 of file vimt3d_vil3d_v3m.h.
Definition at line 101 of file vimt3d_vil3d_v3m.h.
Expected pixel type.
Definition at line 105 of file vimt3d_vil3d_v3m.h.
Definition at line 102 of file vimt3d_vil3d_v3m.h.
1.7.5.1