#include "defs.h"
#include "Matrix.h"
#include "Vec3D.h"
#include "MathHelper.h"
#include "Ray.h"
#include <string>
#include <ostream>
#include <limits>
Go to the source code of this file.
Classes | |
struct | FemViewer::AAbb< T > |
class | FemViewer::BBox3D |
class | FemViewer::BBox3D::Edge |
Namespaces | |
namespace | FemViewer |
Defines | |
#define | NOMINMAX 1 |
Typedefs | |
typedef AAbb< float > | FemViewer::AAbbf |
typedef AAbb< double > | FemViewer::AAbbd |
Functions | |
BBox3D | FemViewer::operator* (const Matrix< float > &pMatrix, const BBox3D &pBBox3D) |
BBox3D | FemViewer::getModelBoundingBox (void) |
const BBox3D & | FemViewer::getModelBoundingBoxd_omp (Mesh *pmesh) |
void | FemViewer::min_sub_tab (long start_point, long n_points, double *l_mnmx) |
Variables | |
const BBox3D::Edge | FemViewer::edges [] |