NvFlowGridExport


Data Structures

struct  NvFlowGridExportDebugVisView
 Debug vis data. More...
struct  NvFlowGridExportHandle
 Texture channel export handle. More...
struct  NvFlowGridExportImportLayeredMapping
 Description applying to all exported layers. More...
struct  NvFlowGridExportImportLayerMapping
 Description of a single exported layer. More...
struct  NvFlowGridExportLayeredView
 Description applying to all exported layers. More...
struct  NvFlowGridExportLayerView
 Description of a single exported layer. More...
struct  NvFlowGridExportSimpleShape
 Data to visualize simple shape. More...

Functions

void NvFlowGridExportGetDebugVisView (NvFlowGridExport *gridExport, NvFlowGridExportDebugVisView *view)
NvFlowGridExportHandle NvFlowGridExportGetHandle (NvFlowGridExport *gridExport, NvFlowContext *context, NvFlowGridTextureChannel channel)
void NvFlowGridExportGetLayeredView (NvFlowGridExportHandle handle, NvFlowGridExportLayeredView *layeredView)
void NvFlowGridExportGetLayerView (NvFlowGridExportHandle handle, NvFlowUint layerIdx, NvFlowGridExportLayerView *layerView)

Function Documentation

void NvFlowGridExportGetDebugVisView ( NvFlowGridExport *  gridExport,
NvFlowGridExportDebugVisView view 
)

Get export debug vis data.

Parameters:
[in] gridExport The grid export.
[out] view Destination for debug visualization view data.

NvFlowGridExportHandle NvFlowGridExportGetHandle ( NvFlowGridExport *  gridExport,
NvFlowContext *  context,
NvFlowGridTextureChannel  channel 
)

Get export handle for the specified grid texture channel.

Parameters:
[in] gridExport The grid export.
[in] context The context used to create the grid export.
[in] channel The grid texture channel to return a handle for.
Returns:
Returns export handle.

void NvFlowGridExportGetLayeredView ( NvFlowGridExportHandle  handle,
NvFlowGridExportLayeredView layeredView 
)

Get layeredView data for specified exportHandle.

Parameters:
[in] handle The grid export handle.
[out] layeredView Destination for layeredView data.

void NvFlowGridExportGetLayerView ( NvFlowGridExportHandle  handle,
NvFlowUint  layerIdx,
NvFlowGridExportLayerView layerView 
)

Get layerView data for specified exportHandle and layer index.

Parameters:
[in] handle The grid export handle.
[in] layerIdx The layer index to return the layerView of.
[out] layerView Destination for layerView data.