OpenLexocad
27.1
|
#include <GeometryExtension.h>
Public Member Functions | |
virtual | ~GeometryPersistenceExtension ()=default |
virtual void | save (Base::AbstractWriter &, Base::PersistenceVersion &) |
virtual void | restore (Base::AbstractXMLReader &, Base::PersistenceVersion &) |
![]() | |
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 *) |
![]() | |
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 | |
virtual void | restoreAttributes (Base::AbstractXMLReader &) |
virtual void | saveAttributes (Base::AbstractWriter &) const |
![]() | |
GeometryExtension () | |
GeometryExtension (const GeometryExtension &obj)=default | |
GeometryExtension & | operator= (const GeometryExtension &obj)=default |
virtual void | copyAttributes (Geom::GeometryExtension *cpy) const |
Additional Inherited Members | |
![]() | |
static Type | getClassTypeId (void) |
static void | init (void) |
static void * | create (void) |
static void | setIfcNameAndID (const std::string &n, int id) |
![]() | |
long | ____deadVal = 0xBADEAFFE |
![]() | |
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 |
|
virtual |
Reimplemented in Geom::GeometryDefaultExtension< T >.
|
protectedvirtual |
|
virtual |
Reimplemented in Geom::GeometryDefaultExtension< T >.
|
protectedvirtual |