#include "../Rocsurf/include/Manifold_2.h"

Go to the source code of this file.
Macros | |
| #define | PROP_BEGIN_NAMESPACE namespace PROP { |
| #define | PROP_END_NAMESPACE } |
| #define | USE_PROP_NAMESPACE using namespace PROP; |
Typedefs | |
| typedef SURF::Window_manifold_2 | Manifold |
| typedef SURF::Point_3< double > | Point_3 |
| typedef SURF::Point_2< double > | Point_2 |
| typedef SURF::Vector_3< double > | Vector_3 |
| typedef SURF::Vector_2< double > | Vector_2 |
Enumerations | |
| enum | { SMOOTHER_NONE, SMOOTHER_ANISOTROPIC, SMOOTHER_LAPLACIAN, SMOOTHER_ANGLE_WEIGHTED_CENTROID } |
| #define PROP_BEGIN_NAMESPACE namespace PROP { |
Definition at line 28 of file propbasic.h.
| #define PROP_END_NAMESPACE } |
Definition at line 29 of file propbasic.h.
| #define USE_PROP_NAMESPACE using namespace PROP; |
Definition at line 30 of file propbasic.h.
| typedef SURF::Window_manifold_2 Manifold |
Definition at line 46 of file propbasic.h.
| typedef SURF::Point_2<double> Point_2 |
Definition at line 48 of file propbasic.h.
| typedef SURF::Point_3<double> Point_3 |
Definition at line 47 of file propbasic.h.
| typedef SURF::Vector_2<double> Vector_2 |
Definition at line 50 of file propbasic.h.
| typedef SURF::Vector_3<double> Vector_3 |
Definition at line 49 of file propbasic.h.
| anonymous enum |
| Enumerator | |
|---|---|
| SMOOTHER_NONE | |
| SMOOTHER_ANISOTROPIC | |
| SMOOTHER_LAPLACIAN | |
| SMOOTHER_ANGLE_WEIGHTED_CENTROID | |
Definition at line 43 of file propbasic.h.