9 #if !defined(Magick_Pixels_header)    10 #define Magick_Pixels_header    31     Quantum *
get(const ::ssize_t x_,const ::ssize_t y_,
    32       const size_t columns_,
const size_t rows_);
    36     const Quantum *getConst(const ::ssize_t x_,const ::ssize_t y_,
    37       const size_t columns_,
const size_t rows_);
    40     void *metacontent(
void);
    43     ssize_t offset(PixelChannel channel) 
const;
    48     Quantum *
set(const ::ssize_t x_,const ::ssize_t y_,
const size_t columns_,
    55     ::ssize_t x(
void) 
const;
    58     ::ssize_t y(
void) 
const;
    61     size_t columns(
void) 
const;
    64     size_t rows(
void) 
const;
    73     MagickCore::CacheView     *_view;     
    90       const size_t width_,
const size_t height_,std::string map_,
    91       const StorageType type_);
    97     const void *data(
void) 
const;
   100     ::ssize_t length(
void) 
const;
   103     ::ssize_t size(
void) 
const;
   111     void init(
Magick::Image &image_,const ::ssize_t x_,const ::ssize_t y_,
   112       const size_t width_,
const size_t height_,std::string map_,
   113       const StorageType type_);
   115     void relinquish(
void) 
throw();
   152 #endif // Magick_Pixels_header 
size_t columns(void) const