tlp_LayoutAlgorithm.3tulip

Langue: en

Version: 356386 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

tlp::LayoutAlgorithm -

Interface for layout plug-ins.

SYNOPSIS


#include <LayoutAlgorithm.h>

Inherits tlp::PropertyAlgorithm.

Public Attributes


LayoutProperty * layoutResult

Protected Member Functions


LayoutAlgorithm (const PropertyContext &context)

virtual ~LayoutAlgorithm ()

Friends


class LayoutProperty

Detailed Description

Interface for layout plug-ins.

Constructor & Destructor Documentation

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

virtual tlp::LayoutAlgorithm::~LayoutAlgorithm () [protected, virtual]

friend class LayoutProperty [friend]

Member Data Documentation

LayoutProperty* tlp::LayoutAlgorithm::layoutResultThis layout is the one associated to the plug-ins, The data should be store in it

Author

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