SAGA API  v9.2
shapes_io.cpp File Reference
#include "shapes.h"
#include "table_dbase.h"
#include "tool_library.h"
#include "data_manager.h"

Go to the source code of this file.

Macros

#define Set_Content_Length(n)
 

Macro Definition Documentation

◆ Set_Content_Length

#define Set_Content_Length (   n)
Value:
Record_Header.Set_Value(4, (int)(n), true);\
fSHP.Write(Record_Header.Get_Data(), sizeof(int), 2);\
fSHX.Write_Int(fSHP_Size, true);\
fSHX.Write_Int((n) , true);\
fSHP_Size += 4 + (n);\
fSHX_Size += 4;

Definition at line 484 of file shapes_io.cpp.