#include <iostream>#include <cstdlib>#include <iomanip>#include <HyperSurface.h>#include <Surface.h>#include <TarisApplication.h>#include <Tree.h>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | Programs |
Classes | |
| class | Programs::TARIS_Matrices |
| Programa genera la matriz de similitud de un conjunto moléulas desde sus archivos CUBE. More... | |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 314 of file TARIS-Matrices.cpp.
References Programs::TARIS_Matrices::main().
00315 { 00316 return Programs::TARIS_Matrices::main( argc, argv ) ; 00317 }
1.5.4