Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HShell Class Reference

The HShell class is the data type of a HOOPS Shell. More...

#include <HUtility.h>

List of all members.

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.
HVectornormal_list
 The list of normal vectors associated with the shell.
HPointpoint_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.


Detailed Description

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.


The documentation for this class was generated from the following file: