Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual Vector::VectorTem<Real64>* Impala::Core::Geometry::InterestPoint::PointAsVector ( Real64  shiftX = 0,
Real64  shiftY = 0 
) [inline, virtual]

Reimplemented in Impala::Core::Geometry::InterestCircle.

Definition at line 56 of file InterestPoint.h.

References Impala::Core::Vector::VectorTem< ElemT >::Elem(), mX, and mY.

00057     {
00058         Vector::VectorTem<Real64>* temp = new Vector::VectorTem<Real64>(2);
00059         temp->Elem(0) = mX + shiftX;
00060         temp->Elem(1) = mY + shiftY;
00061         return temp;
00062     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:11:36 2010 for ImpalaSrc by  doxygen 1.5.1