Man Linux: Main Page and Category List

NAME

       TulipStatsWidget.h -

SYNOPSIS

       #include ’TulipStatsData.h’
       #include <QtGui/qdialog.h>
       #include <tulip/GlMainWidget.h>
       #include <tulip/Graph.h>
       #include <tulip/StatisticsNodeModule.h>
       #include <tulip/Color.h>
       #include <tulip/Coord.h>
       #include <tulip/Size.h>
       #include <tulip/Plane.h>

   Classes
       class tlp::TulipStats
           Panel widget using tulip data to compute statistical results.

   Namespaces
       namespace tlp

   Defines
       #define N_STATS_GLAD   7
       #define GLAD_AVERAGE   0
       #define GLAD_STANDARDDEVIATION   1
       #define GLAD_AABB   2
       #define GLAD_EIGENVECTORS   3
       #define GLAD_LINEARREGRESSION   4
       #define GLAD_CLUSTERINGPLANE   5
       #define GLAD_GRID   6

Define Documentation

   #define GLAD_AABB   2
   #define GLAD_AVERAGE   0
   #define GLAD_CLUSTERINGPLANE   5
   #define GLAD_EIGENVECTORS   3
   #define GLAD_GRID   6
   #define GLAD_LINEARREGRESSION   4
   #define GLAD_STANDARDDEVIATION   1
   #define N_STATS_GLAD   7 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.

Author

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