#include <rvctin.h>
Inheritance diagram for RVCTININFO:

Public Member Functions | |
| RVCTININFO () | |
| RVCTININFO (const RVCGENINFO &ginfo) | |
| RVCTININFO & | operator= (const RVCGENINFO &ginfo) |
| void | Clear () |
| DRECT3D | GetExtents () const |
| void | SetExtents (const DRECT3D &rect) |
Public Attributes | |
| DPOINT3D_OLD | minval |
| DPOINT3D_OLD | maxval |
| DOUBLE | xscale |
| DOUBLE | yscale |
| DOUBLE | zscale |
| DOUBLE | zoffset |
| DOUBLE | xytolerance |
| DOUBLE | minangle |
| DOUBLE | flatfactor |
| DOUBLE | area |
| DOUBLE | volume |
| INT32 | NumNodes |
| INT32 | NumEdges |
| INT32 | NumTriangles |
| INT32 | NumFlat |
| INT32 | NumHulls |
| INT32 | NumExclude |
| INT16 | zunits |
| UINT16 | flags |
| INT32 | NextNodeID |
| INT32 | NextEdgeID |
| INT32 | NextTriangleID |
|
|
|
|
|
|
|
|
Reimplemented from RVCGENINFO. |
|
|
Get extents of TIN object.
|
|
|
Assignment operator.
|
|
|
Set extents of TIN object.
|
|
|
Total area covered by TIN.
|
|
|
HASNODELIST, HASEDGELIST, HASCASCADINGTABLE.
|
|
|
Flat-triangle criterion.
|
|
|
Maximum range value for entire TIN object.
|
|
|
Possible minimal angle in triangle.
|
|
|
Minimum range value for entire TIN object.
|
|
|
Next edge ID variable.
|
|
|
Next node ID variable.
|
|
|
Next triangle ID variable.
|
|
|
Total number of edges.
|
|
|
Number of exclude areas.
|
|
|
Number of flat triangles.
|
|
|
Total number of separated hulls, include "exclude areas".
|
|
|
Total number of nodes.
|
|
|
Total number of triangles.
|
|
|
Total volume.
|
|
|
X scale between object and ground distances.
|
|
|
Minimal distance between 2 points in TIN.
|
|
|
Y scale between object and ground distances.
|
|
|
Z-value offset.
|
|
|
Z-value scale factor.
|
|
|
Units of measure elevation or something else.
|
1.3.4-20031026