20 #ifndef __TY_SEGMENT__
21 #define __TY_SEGMENT__
74 virtual bool deepCopy(
const TYElement* pOther,
bool copyId =
true,
bool pUseCopyTag =
false);
76 virtual std::string
toString()
const;
All base classes related to 3D manipulation.
#define TY_EXT_GRAPHIC_DECL_ONLY(classname)
#define OPROTODECL(classname)
#define TY_EXTENSION_DECL_ONLY(classname)
Class to define a segment.
virtual bool operator==(const TYSegment &other) const
Operateur ==.
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
virtual int fromXML(DOM_Element domElement)
virtual bool operator!=(const TYSegment &other) const
Operateur !=.
static bool unorderedIsEqual(const TYSegment &s1, const TYSegment &s2)
Comparison function for unordered segment.
virtual TYSegment & operator=(const TYSegment &other)
Operateur =.
virtual DOM_Element toXML(DOM_Element &domElement)
virtual std::string toString() const