tlp_DoubleAlgorithm

Langue: en

Version: 277148 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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]

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.