24 #if GEOM_PSEUDO3D==GEOM_TRUE
25 namespace GEOM_FADE25D {
26 #elif GEOM_PSEUDO3D==GEOM_FALSE
27 namespace GEOM_FADE2D {
29 #error GEOM_PSEUDO3D is not defined
49 explicit PShape(std::vector<Point2>& vP_);
84 std::vector<Point2>* pVP;
Polygonal Shape for Visualization.
Definition: PShape.h:39
friend std::ostream & operator<<(std::ostream &stream, PShape shape)
Prints a PShape.
PShape(std::vector< Point2 > &vP_)
Constructor.
PShape(const PShape &other)
Copy Constructor.
PShape & operator=(const PShape &other)
Assignment Operator.
A PDF and Postscript Writer for 2D Visualization.
Definition: Visualizer2.h:60