Base class for various outline types.
More...
#include <cadex/PMI/Outline.hxx>
|
void | Accept (OutlineVisitor &theVisitor) const |
|
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 bool | CompareType (const BaseObject &theObject) |
| Returns true if theObject has the Outline type.
|
|
|
| Outline (const ImplType &theImpl) |
|
| BaseObject (const ImplType &theImpl) |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
|
Base class for various outline types.