CBlobGetXYInside Class Reference

#include <blob.h>

Inheritance diagram for CBlobGetXYInside:

COperadorBlob List of all members.

Public Member Functions

 CBlobGetXYInside ()
 CBlobGetXYInside (CvPoint p)
double operator() (const CBlob &blob) const
const char * GetNom () const
 Obté el nom de l'operador.

Private Attributes

CvPoint m_p

Detailed Description

Classe per calcular si un punt cau dins del blob Class to calculate whether a point is inside a blob

Definition at line 768 of file blob.h.


Constructor & Destructor Documentation

CBlobGetXYInside::CBlobGetXYInside (  )  [inline]

Constructor estàndard Standard constructor

Definition at line 773 of file blob.h.

References m_p.

CBlobGetXYInside::CBlobGetXYInside ( CvPoint  p  )  [inline]

Constructor: indiquem el punt Constructor: sets the point

Definition at line 779 of file blob.h.

References m_p.


Member Function Documentation

double CBlobGetXYInside::operator() ( const CBlob blob  )  const [virtual]

Implements COperadorBlob.

Definition at line 976 of file blob.cpp.

References CBlob::Edges(), and m_p.

const char* CBlobGetXYInside::GetNom (  )  const [inline, virtual]

Obté el nom de l'operador.

Implements COperadorBlob.

Definition at line 784 of file blob.h.


Member Data Documentation

CvPoint CBlobGetXYInside::m_p [private]

punt que considerem point to be considered

Definition at line 792 of file blob.h.

Referenced by CBlobGetXYInside(), and operator()().


Generated on Mon Nov 13 13:32:49 2006 for cvBlobsLib by  doxygen 1.5.1-p1