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

virtual Impala::Core::Feature::Computor::~Computor (  )  [inline, virtual]

Definition at line 91 of file Computor.h.

References Impala::Core::Feature::FeatureTableSet::Delete(), mFeatureTableSet, mProtoFeatureTableSet, and mRegionFeatureTableSet.

00092     {
00093         mFeatureTableSet->Delete();
00094         mProtoFeatureTableSet->Delete();
00095         mRegionFeatureTableSet->Delete();
00096         delete mFeatureTableSet;
00097         delete mProtoFeatureTableSet;
00098         delete mRegionFeatureTableSet;
00099     }

Here is the call graph for this function:


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