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
58 Label(
const Point2& p_,
const char* s_,
bool bWithMark_=
true,
int fontSize_=8);
Represents a text label for visualization.
Definition: Label.h:44
Label(const Point2 &p_, const char *s_, bool bWithMark_=true, int fontSize_=8)
Constructs a text label at a specified point.
Label(const Label &other)
Copy constructor.
Label & operator=(const Label &other)
Assignment operator.
const char * getCS() const
Gets the text string of the label.
Represents a 2.5D point.
Definition: Point2.h:61