2009-01-13 04:40:13 +05:00
|
|
|
#ifndef FILE_VISUAL
|
|
|
|
#define FILE_VISUAL
|
|
|
|
|
|
|
|
/* *************************************************************************/
|
|
|
|
/* File: visual.hpp */
|
|
|
|
/* Author: Joachim Schoeberl */
|
|
|
|
/* Date: 02. Dec. 01 */
|
|
|
|
/* *************************************************************************/
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
Visualization
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2019-02-12 19:01:34 +05:00
|
|
|
// #ifdef PARALLEL
|
|
|
|
// #define PARALLELGL
|
|
|
|
// #endif
|
2009-01-25 07:54:27 +05:00
|
|
|
|
2014-10-08 18:46:25 +06:00
|
|
|
#include "../include/incopengl.hpp"
|
2009-01-13 04:40:13 +05:00
|
|
|
|
2009-07-20 14:36:36 +06:00
|
|
|
#include "vispar.hpp"
|
2009-01-13 04:40:13 +05:00
|
|
|
#include "soldata.hpp"
|
2012-08-30 19:40:17 +06:00
|
|
|
#include "mvdraw.hpp"
|
2009-07-20 14:36:36 +06:00
|
|
|
|
2009-08-24 06:03:40 +06:00
|
|
|
#include <complex>
|
2009-01-13 04:40:13 +05:00
|
|
|
#include "vssolution.hpp"
|
|
|
|
#include "meshdoc.hpp"
|
2009-07-20 14:36:36 +06:00
|
|
|
|
2009-01-13 04:40:13 +05:00
|
|
|
#endif
|