Public Member Functions | Public Attributes | Private Attributes
image< T > Class Template Reference

#include <image.h>

List of all members.

Public Member Functions

image< T > * copy () const
int height () const
 image (const int width, const int height, const bool init=true)
 image ()
void init (const T &val)
int width () const
 ~image ()

Public Attributes

T ** access
T * data

Private Attributes

int h
int w

Detailed Description

template<class T>
class image< T >

Definition at line 27 of file image.h.


Constructor & Destructor Documentation

template<class T >
image< T >::image ( const int  width,
const int  height,
const bool  init = true 
)

Definition at line 64 of file image.h.

template<class T>
image< T >::image ( ) [inline]

Definition at line 31 of file image.h.

template<class T >
image< T >::~image ( )

Definition at line 79 of file image.h.


Member Function Documentation

template<class T >
image< T > * image< T >::copy ( ) const

Definition at line 94 of file image.h.

template<class T>
int image< T >::height ( ) const [inline]

Definition at line 45 of file image.h.

template<class T >
void image< T >::init ( const T &  val)

Definition at line 85 of file image.h.

template<class T>
int image< T >::width ( ) const [inline]

Definition at line 42 of file image.h.


Member Data Documentation

template<class T>
T** image< T >::access

Definition at line 51 of file image.h.

template<class T>
T* image< T >::data

Definition at line 48 of file image.h.

template<class T>
int image< T >::h [private]

Definition at line 54 of file image.h.

template<class T>
int image< T >::w [private]

Definition at line 54 of file image.h.


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


cpl_superpixels
Author(s): Tucker Hermans
autogenerated on Wed Nov 27 2013 11:38:57