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

a generic dxf entity More...

#include <a_dxf_entity.h>

+ Inheritance diagram for a_dxf_entity:
+ Collaboration diagram for a_dxf_entity:

Classes

class  file_error
 

Public Member Functions

 a_dxf_entity (std::istream *file)
 
bool read ()
 
std::string layer ()
 

Protected Attributes

std::istream * file_
 
std::string layer_
 

Detailed Description

a generic dxf entity

Author
P.Smars
Date
2000-2001
Warning
portability: ansi C++
Exceptions
a_dxf_entity::file_error

Definition at line 28 of file a_dxf_entity.h.

Constructor & Destructor Documentation

◆ a_dxf_entity()

a_dxf_entity::a_dxf_entity ( std::istream *  file)
inline

Definition at line 31 of file a_dxf_entity.h.

Member Function Documentation

◆ layer()

std::string a_dxf_entity::layer ( )
inline

Definition at line 33 of file a_dxf_entity.h.

◆ read()

bool a_dxf_entity::read ( )

Definition at line 19 of file a_dxf_entity.cxx.

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

Member Data Documentation

◆ file_

std::istream* a_dxf_entity::file_
protected

Definition at line 37 of file a_dxf_entity.h.

◆ layer_

std::string a_dxf_entity::layer_
protected

Definition at line 38 of file a_dxf_entity.h.


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