#include <fstream>
#include <iomanip>
#include "shapefil.h"
Include dependency graph for createTinShapeFile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | createTinShapeFile (const char *eleFileName, const char *nodeFileName, const char *shpFileName, const char *dbfFileName, const char *logFileName) |
void createTinShapeFile | ( | const char * | eleFileName, | |
const char * | nodeFileName, | |||
const char * | shpFileName, | |||
const char * | dbfFileName, | |||
const char * | logFileName | |||
) |
Definition at line 7 of file createTinShapeFile.h.
References DBFAddField(), DBFClose(), DBFCreate(), DBFWriteIntegerAttribute(), FTInteger, SHPClose(), SHPComputeExtents(), SHPCreate(), SHPCreateObject(), SHPT_POLYGON, SHPWriteObject(), nodes_type::x, Point::x, nodes_type::y, and Point::y.
Referenced by createTINsDlg::run().
Here is the call graph for this function: