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.
|
| |
|
|
| Outline (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
Base class for various outline types.
◆ CompareType()
| bool cadex::PMI::Outline::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
Returns true if theObject has the Outline type.