#include "fv_assert.h"
#include "fv_timer.h"
#include "defs.h"
#include "Log.h"
#include "BBox3D.h"
#include "Matrix.h"
#include "Ray.h"
#include "Mesh.h"
#include "mmh_intf.h"
#include <cmath>
#include <ostream>
#include <string>
#include <algorithm>
#include <GL/gl.h>
#include <GL/glu.h>
#include <omp.h>
Namespaces | |
namespace | FemViewer |
Functions | |
BBox3D | FemViewer::operator* (const Matrix< float > &pMatrix, const BBox3D &pBBox3D) |
BBox3D | FemViewer::operator* (const BBox3D &pBBox3D, const float zoom) |
std::ostream & | FemViewer::operator<< (std::ostream &os, const BBox3D &pBBox) |
BBox3D | FemViewer::getModelBoundingBox (void) |
void | FemViewer::min_sub_tab (long start_point, long n_points, double *l_mnmx) |