| Points&Forces (core)
    Software tools facilitating the task of surveying architecture | 
a dxf point More...
#include <a_dxf_point.h>
 Inheritance diagram for a_dxf_point:
 Inheritance diagram for a_dxf_point: Collaboration diagram for a_dxf_point:
 Collaboration diagram for a_dxf_point:| Public Member Functions | |
| a_dxf_point (std::istream *file) | |
| bool | read () | 
| double | x () | 
| double | y () | 
| double | z () | 
|  Public Member Functions inherited from a_dxf_entity | |
| a_dxf_entity (std::istream *file) | |
| bool | read () | 
| std::string | layer () | 
| Protected Attributes | |
| double | x_ | 
| bool | x_ok | 
| double | y_ | 
| bool | y_ok | 
| double | z_ | 
| bool | z_ok | 
|  Protected Attributes inherited from a_dxf_entity | |
| std::istream * | file_ | 
| std::string | layer_ | 
a dxf point
Definition at line 29 of file a_dxf_point.h.
| a_dxf_point::a_dxf_point | ( | std::istream * | file | ) | 
Definition at line 20 of file a_dxf_point.cxx.
| bool a_dxf_point::read | ( | ) | 
Definition at line 25 of file a_dxf_point.cxx.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 34 of file a_dxf_point.h.
| 
 | inline | 
Definition at line 35 of file a_dxf_point.h.
| 
 | inline | 
Definition at line 36 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 39 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 39 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 40 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 40 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 41 of file a_dxf_point.h.
| 
 | protected | 
Definition at line 41 of file a_dxf_point.h.