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

Irregular volume cell-face definition. More...

#include <iirregular_volume_subset.h>

Public Attributes

mi::Uint32 nb_vertices
 Number of vertices in the face. More...
 
mi::Uint32 start_vertex_index
 Starting index into the face-vertex index array. More...
 

Detailed Description

Irregular volume cell-face definition.

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

Member Data Documentation

 nb_vertices

mi::Uint32 nv::index::IIrregular_volume_subset::Face::nb_vertices

Number of vertices in the face.

 start_vertex_index

mi::Uint32 nv::index::IIrregular_volume_subset::Face::start_vertex_index

Starting index into the face-vertex index array.


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