tlp_IntegerAlgorithm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

tlp::IntegerAlgorithm - Interface for int plug-ins.

SYNOPSIS


#include <IntegerAlgorithm.h>

Inherits tlp::PropertyAlgorithm.

Public Attributes


IntegerProperty * integerResult

Protected Member Functions


IntegerAlgorithm (const PropertyContext &context)

virtual ~IntegerAlgorithm ()

Friends


class IntegerProperty

Detailed Description

Interface for int plug-ins.

Constructor & Destructor Documentation

tlp::IntegerAlgorithm::IntegerAlgorithm (const PropertyContext & context) [protected]

virtual tlp::IntegerAlgorithm::~IntegerAlgorithm () [inline, protected, virtual]

friend class IntegerProperty [friend]

Member Data Documentation

IntegerProperty* tlp::IntegerAlgorithm::integerResult

This int obj 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.