Man Linux: Main Page and Category List

NAME

       tlp::DoubleAlgorithm -

       Interface for metric plug-ins.

SYNOPSIS

       #include <DoubleAlgorithm.h>

       Inherits tlp::PropertyAlgorithm.

   Public Attributes
       DoubleProperty * doubleResult

   Protected Member Functions
       DoubleAlgorithm (const PropertyContext &context)
       virtual ~DoubleAlgorithm ()

   Friends
       class DoubleProperty

Detailed Description

       Interface for metric plug-ins.

Constructor & Destructor Documentation

   tlp::DoubleAlgorithm::DoubleAlgorithm (const PropertyContext & context)
       [protected]
   virtual tlp::DoubleAlgorithm::~DoubleAlgorithm () [protected, virtual]

Friends And Related Function Documentation

   friend class DoubleProperty [friend]

Member Data Documentation

   DoubleProperty* tlp::DoubleAlgorithm::doubleResult This metric is the one
       associated to the algorithm, The data should be store in it

Author

       Generated automatically by Doxygen for Tulip Graph Library from the
       source code.