|
Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
a dxf line More...
#include <a_dxf_line.h>
Inheritance diagram for a_dxf_line:
Collaboration diagram for a_dxf_line:Public Member Functions | |
| a_dxf_line (std::istream *file) | |
| bool | read () |
| double | x1 () |
| double | y1 () |
| double | z1 () |
| double | x2 () |
| double | y2 () |
| double | z2 () |
Public Member Functions inherited from a_dxf_entity | |
| a_dxf_entity (std::istream *file) | |
| bool | read () |
| std::string | layer () |
Protected Attributes | |
| double | x1_ |
| bool | x1_ok |
| double | y1_ |
| bool | y1_ok |
| double | z1_ |
| bool | z1_ok |
| double | x2_ |
| bool | x2_ok |
| double | y2_ |
| bool | y2_ok |
| double | z2_ |
| bool | z2_ok |
Protected Attributes inherited from a_dxf_entity | |
| std::istream * | file_ |
| std::string | layer_ |
a dxf line
Definition at line 29 of file a_dxf_line.h.
| a_dxf_line::a_dxf_line | ( | std::istream * | file | ) |
Definition at line 20 of file a_dxf_line.cxx.
| bool a_dxf_line::read | ( | ) |
Definition at line 26 of file a_dxf_line.cxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 34 of file a_dxf_line.h.
|
inline |
Definition at line 37 of file a_dxf_line.h.
|
inline |
Definition at line 35 of file a_dxf_line.h.
|
inline |
Definition at line 38 of file a_dxf_line.h.
|
inline |
Definition at line 36 of file a_dxf_line.h.
|
inline |
Definition at line 39 of file a_dxf_line.h.
|
protected |
Definition at line 42 of file a_dxf_line.h.
|
protected |
Definition at line 42 of file a_dxf_line.h.
|
protected |
Definition at line 45 of file a_dxf_line.h.
|
protected |
Definition at line 45 of file a_dxf_line.h.
|
protected |
Definition at line 43 of file a_dxf_line.h.
|
protected |
Definition at line 43 of file a_dxf_line.h.
|
protected |
Definition at line 46 of file a_dxf_line.h.
|
protected |
Definition at line 46 of file a_dxf_line.h.
|
protected |
Definition at line 44 of file a_dxf_line.h.
|
protected |
Definition at line 44 of file a_dxf_line.h.
|
protected |
Definition at line 47 of file a_dxf_line.h.
|
protected |
Definition at line 47 of file a_dxf_line.h.