Classes | Typedefs
vil_fwd.h File Reference

Go to the source code of this file.

Classes

class  vil_image_view< T >
 Concrete view of image data of type T held in memory. More...
 
struct  vil_rgb< T >
 This is the appropriate pixel type for 24-bit colour images. More...
 
struct  vil_rgba< T >
 This is the appropriate pixel type for RGBA colour images. More...
 
class  vil_smart_ptr< T >
 A templated smart pointer class. More...
 
class  vil_border< imT >
 Border class. Makes pixel access outside image range transparent and configurable. More...
 
class  vil_border_accessor< imT >
 Provides a pixel accessor which is syntax-compatible with vil_image_view. More...
 

Typedefs

typedef vil_smart_ptr< vil_image_resourcevil_image_resource_sptr
 
typedef vil_smart_ptr< vil_image_view_basevil_image_view_base_sptr
 
typedef vil_smart_ptr< vil_memory_chunkvil_memory_chunk_sptr
 

Typedef Documentation

◆ vil_image_resource_sptr

Definition at line 16 of file vil_fwd.h.

◆ vil_image_view_base_sptr

Definition at line 18 of file vil_fwd.h.

◆ vil_memory_chunk_sptr

Definition at line 19 of file vil_fwd.h.