NAME
       ConvolutionClusteringSetup -
SYNOPSIS
       #include <ConvolutionClusteringSetup.h>
   Public Slots
       void update ()
       void setlog (bool)
   Public Member Functions
       ConvolutionClusteringSetup (ConvolutionClustering *convolPlugin,
           QWidget *parent=0)
       ~ConvolutionClusteringSetup ()
       ConvolutionClustering * getPlugin ()
       bool getLogarithmicScale ()
       void abort ()
Detailed Description
       Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
       Visualization Team Email : auber@tulip-software.org Last modification :
       13/03/2009 This program is free software; you can redistribute it
       and/or modify it under the terms of the GNU General Public License as
       published by the Free Software Foundation; either version 2 of the
       License, or (at your option) any later version.
Constructor & Destructor Documentation
   ConvolutionClusteringSetup::ConvolutionClusteringSetup
       (ConvolutionClustering * convolPlugin, QWidget * parent = 0)
   ConvolutionClusteringSetup::~ConvolutionClusteringSetup ()
Member Function Documentation
   void ConvolutionClusteringSetup::abort () [inline]
   bool ConvolutionClusteringSetup::getLogarithmicScale () [inline]
   ConvolutionClustering* ConvolutionClusteringSetup::getPlugin () [inline]
   void ConvolutionClusteringSetup::setlog (bool b) [slot]
   void ConvolutionClusteringSetup::update () [slot]
Author
       Generated automatically by Doxygen for Tulip Plugins Library from the
       source code.