Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

vlNeighborhoodKernel Class Reference

This defines a convolution type kernel. More...

#include <vlneighborhood.h>

List of all members.

Public Member Functions

 vlNeighborhoodKernel ()
 ~vlNeighborhoodKernel ()
const std::vector< float > & getCoeffs () const
 Get the coeffecients for the offsets.


Protected Attributes

std::vector< float > m_coeff
 This stores the coeffecients at each offset of the neighborhood.


Detailed Description

It stores the values at each offset. Use this class in conjunction with vlNeighborhood. Each offfset in vlNeighborhood should have a corresponding value in this kernel.

Definition at line 107 of file vlneighborhood.h.


Constructor & Destructor Documentation

vlNeighborhoodKernel::vlNeighborhoodKernel  )  [inline]
 

Definition at line 109 of file vlneighborhood.h.

vlNeighborhoodKernel::~vlNeighborhoodKernel  )  [inline]
 

Definition at line 111 of file vlneighborhood.h.


Member Function Documentation

const std::vector<float>& vlNeighborhoodKernel::getCoeffs  )  const [inline]
 

Definition at line 114 of file vlneighborhood.h.

References m_coeff.


Member Data Documentation

std::vector<float> vlNeighborhoodKernel::m_coeff [protected]
 

Definition at line 118 of file vlneighborhood.h.

Referenced by getCoeffs().


The documentation for this class was generated from the following file:
Generated on Fri Mar 18 11:33:19 2005 for OpenVL by doxygen 1.3.3