shape_doc 0.1
|
#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>
Go to the source code of this file.
#define SELF cell3d<C,V> |
Definition at line 25 of file cell3d.hpp.
Referenced by cell3d< C, V >::connect0(), cell3d< C, V >::connect1(), and cell3d< C, V >::connect2().
#define TMPL template<class C, class V> |
Definition at line 23 of file cell3d.hpp.
#define TMPL1 template<class K> |
Definition at line 24 of file cell3d.hpp.
#define xMAX (c2->xmax()<c3->xmax()?c2->xmax():c3->xmax()) |
Definition at line 599 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().
#define xMIN (c2->xmin()<c3->xmin()?c3->xmin():c2->xmin()) |
Definition at line 598 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().
#define yMAX (c2->ymax()<c3->ymax()?c2->ymax():c3->ymax()) |
Definition at line 601 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().
#define yMIN (c2->ymin()<c3->ymin()?c3->ymin():c2->ymin()) |
Definition at line 600 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().
#define zMAX (c2->zmax()<c3->zmax()?c2->zmax():c3->zmax()) |
Definition at line 603 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().
#define zMIN (c2->zmin()<c3->zmin()?c3->zmin():c2->zmin()) |
Definition at line 602 of file cell3d.hpp.
Referenced by mmx::shape::is_adjacentpl3d().