tlp::layoutalgorithm(3)
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]
Friends And Related Function Documentation
friend class LayoutProperty [friend]
Member Data Documentation
- LayoutProperty* tlp::LayoutAlgorithm::layoutResult
- This 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.