The base class for the graphical component types.
More...
#include <cadex/PMI/GraphicalComponent.hxx>
|
void | Accept (GraphicalComponentVisitor &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.
|
|
|
| GraphicalComponent (const ImplType &theImpl) |
|
| BaseObject (const ImplType &theImpl) |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
|
The base class for the graphical component types.