#include "vil_j2k_image.h"
#include <NCSFile.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vcl_limits.h>
#include <vil/vil_memory_chunk.h>
#include <vil/vil_image_view.h>
#include "NCSJPCVilIOStream.h"
#include <NCSTypes.h>
Go to the source code of this file.
Defines | |
| #define | macro(F, T) |
Functions | |
| NCSEcwCellType | convertType (const vil_pixel_format &vilType) |
| vil_pixel_format | convertType (const NCSEcwCellType &ecwType) |
|
|
Value: case F: \ view = new vil_image_view< T > ( data_ptr, reinterpret_cast<T*>(data_ptr->data()), \ output_width, output_height, nBands, 1, output_width*nBands, output_width); \ break |
|
|
Definition at line 73 of file vil_j2k_image.cxx. |
|
|
Definition at line 50 of file vil_j2k_image.cxx. |
1.4.4