#include "b2object.H"
Public Member Functions | |
virtual const std::string & | get_object_name () const |
virtual | ~Object () |
Static Public Attributes | |
static ObjectType | type |
The base class of a b2000++ polymorphic object. Sub-classes must override Object::type.
|
inlinevirtual |
The destructor of the object. Since objects are polymorphic, the destructor is virtual.
|
inlinevirtual |
Reimplemented in b2000::b2dbv3::FortranElementProperty, b2000::b2dbv3::MaterialProperty, b2000::ElementProperty, b2000::Element, and b2000::Node.
|
static |
Must be overridden.