|
OpenLexocad
27.1
|
#include <GeometryExtension.h>
Public Member Functions | |
| virtual | ~GeometryExtension ()=default |
| virtual std::unique_ptr< GeometryExtension > | copy (void) const =0 |
| void | setName (const std::string &str) |
| const std::string & | getName () const |
| virtual void | notifyAttachment (Geom::Geometry *) |
Public Member Functions inherited from Base::BaseClass | |
| virtual Type | getTypeId (void) const |
| template<typename T > | |
| bool | isDerivedFrom () const |
| bool | isDerivedFrom (const Type type) const |
| BaseClass () | |
| Construction. More... | |
| virtual | ~BaseClass () |
| Destruction. More... | |
Protected Member Functions | |
| GeometryExtension () | |
| GeometryExtension (const GeometryExtension &obj)=default | |
| GeometryExtension & | operator= (const GeometryExtension &obj)=default |
| virtual void | copyAttributes (Geom::GeometryExtension *cpy) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Base::BaseClass | |
| static Type | getClassTypeId (void) |
| static void | init (void) |
| static void * | create (void) |
| static void | setIfcNameAndID (const std::string &n, int id) |
Public Attributes inherited from Base::BaseClass | |
| long | ____deadVal = 0xBADEAFFE |
Static Protected Member Functions inherited from Base::BaseClass | |
| static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=0) |
| static void | initIfcTypes (const std::string &s, Base::Type classTypeId, int id) |
|
virtualdefault |
|
protected |
|
protecteddefault |
|
pure virtual |
Implemented in Geom::GeometryDefaultExtension< T >.
|
protectedvirtual |
|
inline |
|
inlinevirtual |
|
protecteddefault |
|
inline |