HShell
Fields
int | point_list_len |
HPoint * | point_list |
HVector * |
normal_list |
int | face_list_len |
int * | face_list |
int | face_count |
int | region_count |
int * | region_list |
Detailed Description
-
class
HShell
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.
Public Members
-
int
point_list_len
The length of the point list,.
-
int
face_list_len
The length of the face list.
-
int *
face_list
The face list that defines how faces are formed in the shell.
-
int
face_count
The number of faces in the shell.
-
int
region_count
The number of regions in the shell.
-
int *
region_list
The list that defines the set of regions in the shell.
-
int