Points&Forces (core)
Software tools facilitating the task of surveying architecture
Public Member Functions | Static Public Member Functions | List of all members
a_geom_base Class Reference

#include <a_geom_base.h>

+ Inheritance diagram for a_geom_base:
+ Collaboration diagram for a_geom_base:

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_
 

Detailed Description

\top class of the a_geom library

Author
P.Smars
Date
2014

Definition at line 27 of file a_geom_base.h.

Member Function Documentation

◆ classname()

virtual const std::string a_geom_base::classname ( )
inlinevirtual

return class name: should be overridden by children classes

Reimplemented from a_base.

Reimplemented in a_triangle, a_tetrahedron, a_segment, a_point2, a_point, and a_circle.

Definition at line 30 of file a_geom_base.h.

◆ help()

const std::string a_geom_base::help ( )
static

Definition at line 21 of file a_geom_base.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: