include/shape/tpl3d.hpp File Reference
#include <shape/graphic.hpp>
#include <shape/vertex.hpp>
#include <shape/edge.hpp>
#include <shape/face.hpp>
#include <shape/kdtree.hpp>
#include <shape/list.hpp>
#include <shape/topology.hpp>
#include <shape/bcell3d_factory.hpp>
#include <algorithm>
Go to the source code of this file.
Classes
Namespaces
Defines
- #define TMPL template<class C,class V>
- #define TMPL1 template<class V>
- #define Viewer viewer<axel,V>
- #define SELF tpl3d<C,V>
Functions
- template<class C , class V > viewer< axel, V > & operator<< (viewer< axel, V > &out, const tpl3d< C, V > &tp)
- template<class C , class V > viewer< axel, V > & operator<< (viewer< axel, V > &out, tpl3d< C, V > *tp)
- template<class C , class V > graphic< C, V > * as_graphic (const tpl3d< C, V > &tp)
Define Documentation
#define TMPL template<class C,class V> |
#define TMPL1 template<class V> |
#define Viewer viewer<axel,V> |