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

void Impala::Core::Database::DataDocument::SetRect ( Rectangle  r,
double  scale 
) [inline]

Definition at line 252 of file DataDocument.h.

References Impala::Core::Geometry::Rectangle::CheckSize(), and mRect.

00253     {
00254         mRect = r / scale;
00255         mRect.CheckSize();
00256     }

Here is the call graph for this function:


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