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

Irregular volume mesh storage. More...

#include <iirregular_volume_subset.h>

Public Attributes

mi::math::Vector_struct< mi::Float32, 3 > * vertices
 The vertex array. More...
 
mi::Uint32 * face_vtx_indices
 The face-vertex index array. More...
 
Facefaces
 The face array. More...
 
mi::Uint32 * cell_face_indices
 The cell-face index array. More...
 
Cellcells
 The cell array. More...
 

Detailed Description

Irregular volume mesh storage.

The storage is generated by a call to generate_mesh_storage() passing an initialized instance of mesh parameters Mesh_parameters(). A valid mesh storage then contains initialized arrays for storing the irregular volume subset.

Member Data Documentation

 cell_face_indices

mi::Uint32* nv::index::IIrregular_volume_subset::Mesh_storage::cell_face_indices

The cell-face index array.

 cells

Cell* nv::index::IIrregular_volume_subset::Mesh_storage::cells

The cell array.

 face_vtx_indices

mi::Uint32* nv::index::IIrregular_volume_subset::Mesh_storage::face_vtx_indices

The face-vertex index array.

 faces

Face* nv::index::IIrregular_volume_subset::Mesh_storage::faces

The face array.

 vertices

mi::math::Vector_struct<mi::Float32, 3>* nv::index::IIrregular_volume_subset::Mesh_storage::vertices

The vertex array.


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