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

a dxf point More...

#include <a_dxf_point.h>

+ Inheritance 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_
 

Detailed Description

a dxf point

Definition at line 29 of file a_dxf_point.h.

Constructor & Destructor Documentation

◆ a_dxf_point()

a_dxf_point::a_dxf_point ( std::istream *  file)

Definition at line 20 of file a_dxf_point.cxx.

Member Function Documentation

◆ read()

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 caller graph for this function:

◆ x()

double a_dxf_point::x ( )
inline

Definition at line 34 of file a_dxf_point.h.

◆ y()

double a_dxf_point::y ( )
inline

Definition at line 35 of file a_dxf_point.h.

◆ z()

double a_dxf_point::z ( )
inline

Definition at line 36 of file a_dxf_point.h.

Member Data Documentation

◆ x_

double a_dxf_point::x_
protected

Definition at line 39 of file a_dxf_point.h.

◆ x_ok

bool a_dxf_point::x_ok
protected

Definition at line 39 of file a_dxf_point.h.

◆ y_

double a_dxf_point::y_
protected

Definition at line 40 of file a_dxf_point.h.

◆ y_ok

bool a_dxf_point::y_ok
protected

Definition at line 40 of file a_dxf_point.h.

◆ z_

double a_dxf_point::z_
protected

Definition at line 41 of file a_dxf_point.h.

◆ z_ok

bool a_dxf_point::z_ok
protected

Definition at line 41 of file a_dxf_point.h.


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