Hide menu
Loading...
Searching...
No Matches
cadex::Drawing::Geometry Class Reference

#include <cadex/Drawing/Geometry.hxx>

Inheritance diagram for cadex::Drawing::Geometry:
cadex::Drawing::Element cadex::BaseObject cadex::Drawing::CurveSet cadex::Drawing::PiecewiseContour cadex::Drawing::PointSet

Protected Member Functions

 Geometry (const ImplType &theImpl)
 
- Protected Member Functions inherited from cadex::Drawing::Element
 Element (const ImplType &theImpl)
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Additional Inherited Members

- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 
- Public Member Functions inherited from cadex::Drawing::Element
void SetUuid (const Uuid &theUuid)
 
cadex::Uuid Uuid () const
 
void Accept (ElementVisitor &theVisitor) const
 
- Public Member Functions inherited from cadex::BaseObject
size_t Id () const
 Return unique identifier of public object.
 
internal::BaseObjectImpl * Impl () const
 
bool IsNull () const
 
 operator bool () const
 
template<typename T >
bool IsOfType () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 
- Static Public Member Functions inherited from cadex::Drawing::Element
static bool CompareType (const BaseObject &theObject)
 

Detailed Description

Base class for geometry drawing elements.