libcvd
Public Member Functions | Protected Types | Protected Attributes | List of all members
CVD::Internal::ImageData< T, D > Class Template Reference
Collaboration diagram for CVD::Internal::ImageData< T, D >:
Collaboration graph
[legend]

Public Member Functions

 ImageData (const ImageData &)=default
 
ImageDataoperator= (const ImageData &)=default
 
 ImageData (void *data, size_t len, ImageRef sz)
 
 ImageData (void *data, ImageRef sz)
 
size_t datalength () const
 What is the row stride of the image?
 

Protected Types

using PointerType = void *
 
using ConstPointerType = const void *
 

Protected Attributes

void * my_data
 
ImageRef my_size
 
size_t data_length
 

The documentation for this class was generated from the following file: