Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
#include <a_unit_base.h>
Public Member Functions | |
virtual const std::string | classname () |
Public Member Functions inherited from a_base | |
a_base () | |
virtual void | read (std::istream &i) |
virtual void | write (std::ostream &o) const |
void | read (const std::string &file_in) |
void | write (const std::string &file_out) const |
void | small (double tol) |
double | small () const |
Static Public Member Functions | |
static const std::string | help () |
Static Public Member Functions inherited from a_base | |
static const std::string | help () |
Additional Inherited Members | |
Protected Attributes inherited from a_base | |
double | verysmall_ |
|
inlinevirtual |
return class name: should be overridden by children classes
Reimplemented from a_base.
Reimplemented in a_unit_system, and a_unit.
Definition at line 30 of file a_unit_base.h.
|
static |
Definition at line 21 of file a_unit_base.cxx.