#include <cadex/Drawing/Geometry.hxx>
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) |
Base class for geometry drawing elements.