| 
    Whiteboard
    
   An interface and tools for visualizing large and complex datasets 
   | 
 
#include "visual/Whiteboard.h"#include "base/FileParser.h"#include "base/CommandLineParser.h"#include "base/SVector.h"#include "visual/Color.h"#include "visual/Compounds.h"#include <iostream>Functions | |
| void | DrawOne (const string &o, int index, const svec< svec< double > > &val, const svec< string > &name) | 
| void | Smooth (svec< double > &d, int mul) | 
| int | main (int argc, char **argv) | 
| void DrawOne | ( | const string & | o, | 
| int | index, | ||
| const svec< svec< double > > & | val, | ||
| const svec< string > & | name | ||
| ) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
| void Smooth | ( | svec< double > & | d, | 
| int | mul | ||
| ) | 
 1.8.8