OpenLexocad
27.1
|
#include <Geometry2d.h>
Public Member Functions | |
Geom2dPoint () | |
Geom2dPoint (const Handle(Geom2d_CartesianPoint)&) | |
Geom2dPoint (const Base::Vector2d &) | |
virtual | ~Geom2dPoint () |
virtual Geometry2d * | clone (void) const |
returns a cloned object More... | |
virtual TopoDS_Shape | toShape () const |
virtual void | save (Base::AbstractWriter &, Base::PersistenceVersion &) override |
This method is used to save properties or very small amounts of data to an XML document. More... | |
virtual void | restore (Base::AbstractXMLReader &, Base::PersistenceVersion &) override |
This method is used to restore properties from an XML document. More... | |
const | Handle (Geom2d_Geometry) &handle() const |
Base::Vector2d | getPoint (void) const |
void | setPoint (const Base::Vector2d &) |
![]() | |
virtual | ~Geometry2d () |
![]() | |
virtual void | saveDocFile (Base::AbstractWriter &, const Base::String &, const Base::String &) |
This method is used to save large amounts of data to a binary file. More... | |
virtual void | restoreDocFile (Base::Reader &, const Base::String &) |
This method is used to restore large amounts of data from a binary file. More... | |
virtual bool | mustbeSaved () const |
Return 'true' if this object must always be saved in the file. More... | |
virtual bool | createSQL (Base::AbstractWriter &, Base::PersistenceVersion &, bool) |
This method is used to save properties or very small amounts of data to an XML document. More... | |
![]() | |
virtual Type | getTypeId (void) const |
template<typename T > | |
bool | isDerivedFrom () const |
bool | isDerivedFrom (const Type type) const |
BaseClass () | |
Construction. More... | |
virtual | ~BaseClass () |
Destruction. More... | |
Additional Inherited Members | |
![]() | |
static std::string | encodeAttribute (const std::string &) |
![]() | |
static Type | getClassTypeId (void) |
static void | init (void) |
static void * | create (void) |
static void | setIfcNameAndID (const std::string &n, int id) |
![]() | |
long | ____deadVal = 0xBADEAFFE |
![]() | |
Geometry2d () | |
![]() | |
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) |
Geom::Geom2dPoint::Geom2dPoint | ( | ) |
Geom::Geom2dPoint::Geom2dPoint | ( | const Handle(Geom2d_CartesianPoint)& | ) |
Geom::Geom2dPoint::Geom2dPoint | ( | const Base::Vector2d & | ) |
|
virtual |
|
virtual |
returns a cloned object
Implements Geom::Geometry2d.
Base::Vector2d Geom::Geom2dPoint::getPoint | ( | void | ) | const |
|
virtual |
Implements Geom::Geometry2d.
|
overridevirtual |
This method is used to restore properties from an XML document.
Reimplemented from Geom::Geometry2d.
|
overridevirtual |
This method is used to save properties or very small amounts of data to an XML document.
Reimplemented from Geom::Geometry2d.
void Geom::Geom2dPoint::setPoint | ( | const Base::Vector2d & | ) |
|
virtual |
Implements Geom::Geometry2d.