#include <iostream>
#include <fstream>
#include <iomanip>
#include "shapefil.h"
Include dependency graph for calDownSegment.cpp:
Go to the source code of this file.
Functions | |
void | calDownSegment (const char *dbfFileName) |
void calDownSegment | ( | const char * | dbfFileName | ) |
Definition at line 8 of file calDownSegment.cpp.
References dbf, DBFAddField(), DBFClose(), DBFCreate(), DBFGetFieldCount(), DBFGetFieldIndex(), DBFGetFieldInfo(), DBFGetRecordCount(), DBFOpen(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFReadStringAttribute(), DBFWriteDoubleAttribute(), DBFWriteIntegerAttribute(), DBFWriteStringAttribute(), FTDouble, FTInteger, and FTString.
Referenced by rivFileDlg::run().
Here is the call graph for this function: