NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::IIrregular_volume_subset::Cell Struct Reference

Irregular volume cell definition. More...

#include <iirregular_volume_subset.h>

Public Attributes

mi::Uint32 nb_faces
 Number of faces compounding this cell. More...
 
mi::Uint32 start_face_index
 Starting index into the cell-face index array. More...
 

Detailed Description

Irregular volume cell definition.

This structure holds the number of faces of the irregular volume cell and the starting index of the face index in the shared cell-face array (see Mesh_storage). The cell-face indices are stored consecutively in the shared cell-face array.

Member Data Documentation

 nb_faces

mi::Uint32 nv::index::IIrregular_volume_subset::Cell::nb_faces

Number of faces compounding this cell.

 start_face_index

mi::Uint32 nv::index::IIrregular_volume_subset::Cell::start_face_index

Starting index into the cell-face index array.


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