include/shape/cell3d.hpp File Reference

#include <shape/vertex.hpp>
#include <shape/edge.hpp>
#include <shape/face.hpp>
#include <shape/bounding_box.hpp>
#include <shape/cell.hpp>
#include <shape/graph.hpp>
#include <shape/topology.hpp>
#include <shape/mesh3d.hpp>
#include <shape/solver_implicit.hpp>

Go to the source code of this file.

Classes

Namespaces

Defines

Functions


Define Documentation

#define SELF   cell3d<C,V>

Definition at line 27 of file cell3d.hpp.

#define TMPL   template<class C, class V>

Definition at line 25 of file cell3d.hpp.

#define TMPL1   template<class K>

Definition at line 26 of file cell3d.hpp.

#define xMAX   (c2->xmax()<c3->xmax()?c2->xmax():c3->xmax())

Definition at line 151 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().

#define xMIN   (c2->xmin()<c3->xmin()?c3->xmin():c2->xmin())

Definition at line 150 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().

#define yMAX   (c2->ymax()<c3->ymax()?c2->ymax():c3->ymax())

Definition at line 153 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().

#define yMIN   (c2->ymin()<c3->ymin()?c3->ymin():c2->ymin())

Definition at line 152 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().

#define zMAX   (c2->zmax()<c3->zmax()?c2->zmax():c3->zmax())

Definition at line 155 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().

#define zMIN   (c2->zmin()<c3->zmin()?c3->zmin():c2->zmin())

Definition at line 154 of file cell3d.hpp.

Referenced by mmx::shape::is_adjacentpl3d().


Generated on 6 Dec 2012 for shape by  doxygen 1.6.1