
The HShell class is the data type of a HOOPS Shell. More...
#include <HUtility.h>
Public Attributes | |
| int | face_count |
| The number of faces in the shell. | |
| int * | face_list |
| The face list that defines how faces are formed in the shell. | |
| int | face_list_len |
| The length of the face list. | |
| HVector * | normal_list |
| The list of normal vectors associated with the shell. | |
| HPoint * | point_list |
| The list of vertices that define the shell. | |
| int | point_list_len |
| The length of the point list,. | |
| int | region_count |
| The number of regions in the shell. | |
| int * | region_list |
| The list that defines the set of regions in the shell. | |
The HShell class is the data type of a HOOPS Shell.
HShell represents all the data structures that are needed for a HOOPS Shell such as the points, the connectivity list and the normals.