www.pudn.com > 3dterrain.zip > dxf.cpp


// dxf.cpp: implementation of the dxf class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "dxf.h" 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
dxf::dxf() 
{ 
	error = 1; 
} 
 
dxf::dxf(char *file_name) 
{ 
	sub=NULL; 
 
	for(int i=0; i