HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypedFlatImageChannel< T > Class Template Reference

#include <ImfFlatImageChannel.h>

+ Inheritance diagram for TypedFlatImageChannel< T >:

Public Member Functions

virtual PixelType pixelType () const
 
virtual Slice slice () const
 
Toperator() (int x, int y)
 
const Toperator() (int x, int y) const
 
Tat (int x, int y)
 
const Tat (int x, int y) const
 
Trow (int r)
 
const Trow (int r) const
 
- Public Member Functions inherited from FlatImageChannel
FlatImageLevelflatLevel ()
 
const FlatImageLevelflatLevel () const
 
- Public Member Functions inherited from ImageChannel
IMFUTIL_EXPORT Channel channel () const
 
int xSampling () const
 
int ySampling () const
 
bool pLinear () const
 
int pixelsPerRow () const
 
int pixelsPerColumn () const
 
size_t numPixels () const
 
ImageLevellevel ()
 
const ImageLevellevel () const
 

Friends

class FlatImageLevel
 

Additional Inherited Members

- Protected Member Functions inherited from FlatImageChannel
 FlatImageChannel (FlatImageLevel &level, int xSampling, int ySampling, bool pLinear)
 
virtual ~FlatImageChannel ()
 
 FlatImageChannel (const FlatImageChannel &other)=delete
 
FlatImageChanneloperator= (const FlatImageChannel &other)=delete
 
 FlatImageChannel (FlatImageChannel &&other)=delete
 
FlatImageChanneloperator= (FlatImageChannel &&other)=delete
 
- Protected Member Functions inherited from ImageChannel
IMFUTIL_EXPORT ImageChannel (ImageLevel &level, int xSampling, int ySampling, bool pLinear)
 
virtual IMFUTIL_EXPORT ~ImageChannel ()
 
IMFUTIL_EXPORT void boundsCheck (int x, int y) const
 

Detailed Description

template<class T>
class TypedFlatImageChannel< T >

Definition at line 83 of file ImfFlatImageChannel.h.

Member Function Documentation

template<class T >
T & TypedFlatImageChannel< T >::at ( int  x,
int  y 
)
inline

Definition at line 199 of file ImfFlatImageChannel.h.

template<class T >
const T & TypedFlatImageChannel< T >::at ( int  x,
int  y 
) const
inline

Definition at line 208 of file ImfFlatImageChannel.h.

template<class T >
T & TypedFlatImageChannel< T >::operator() ( int  x,
int  y 
)
inline

Definition at line 183 of file ImfFlatImageChannel.h.

template<class T >
const T & TypedFlatImageChannel< T >::operator() ( int  x,
int  y 
) const
inline

Definition at line 191 of file ImfFlatImageChannel.h.

template<class T>
virtual PixelType TypedFlatImageChannel< T >::pixelType ( ) const
virtual

Implements ImageChannel.

template<class T >
T * TypedFlatImageChannel< T >::row ( int  r)
inline

Definition at line 217 of file ImfFlatImageChannel.h.

template<class T >
const T * TypedFlatImageChannel< T >::row ( int  r) const
inline

Definition at line 225 of file ImfFlatImageChannel.h.

template<class T>
virtual Slice TypedFlatImageChannel< T >::slice ( ) const
virtual

Implements FlatImageChannel.

Friends And Related Function Documentation

template<class T>
friend class FlatImageLevel
friend

Definition at line 133 of file ImfFlatImageChannel.h.


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