![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <shapefil.h>

Public Attributes | |
| SHPHandle | hSHP |
| int | nMaxDepth |
| int | nDimension |
| int | nTotalCount |
| SHPTreeNode * | psRoot |
Definition at line 504 of file shapefil.h.
| SHPHandle SHPTree::hSHP |
Definition at line 505 of file shapefil.h.
Referenced by SHPCreateTree().
| int SHPTree::nDimension |
Definition at line 508 of file shapefil.h.
Referenced by SHPCreateTree(), SHPTreeAddShapeId(), and SHPTreeCollectShapeIds().
| int SHPTree::nMaxDepth |
Definition at line 507 of file shapefil.h.
Referenced by SHPCreateTree(), SHPTreeAddShapeId(), and SHPWriteTreeLL().
| int SHPTree::nTotalCount |
Definition at line 509 of file shapefil.h.
Referenced by SHPCreateTree(), SHPTreeAddShapeId(), and SHPWriteTreeLL().
| SHPTreeNode* SHPTree::psRoot |
Definition at line 511 of file shapefil.h.
Referenced by SHPCreateTree(), SHPDestroyTree(), SHPTreeAddShapeId(), SHPTreeTrimExtraNodes(), and SHPWriteTreeLL().