From f5f6a899903a309f1fc93b31c0297fc7b3b5cf46 Mon Sep 17 00:00:00 2001 From: Andrew Reidmeyer Date: Wed, 15 Mar 2017 09:28:59 -0600 Subject: Initial 1.0.0 binary release --- docs/api/files/group___nv_flow_cross_section.html | 184 ++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 docs/api/files/group___nv_flow_cross_section.html (limited to 'docs/api/files/group___nv_flow_cross_section.html') diff --git a/docs/api/files/group___nv_flow_cross_section.html b/docs/api/files/group___nv_flow_cross_section.html new file mode 100644 index 0000000..4d72ae5 --- /dev/null +++ b/docs/api/files/group___nv_flow_cross_section.html @@ -0,0 +1,184 @@ + + + NVIDIA(R) Flow(R) 1.0.0 API Reference: NvFlowCrossSection + + + + + + + + +
+

NvFlowCrossSection

+ + + + + + + + + + + + + + + + + +

Data Structures

struct  NvFlowCrossSectionDesc
 Description required to create cross section object. More...
struct  NvFlowCrossSectionParams
 Parameters needed to render cross section. More...

Functions

NvFlowCrossSection * NvFlowCreateCrossSection (NvFlowContext *context, const NvFlowCrossSectionDesc *desc)
void NvFlowCrossSectionParamsDefaults (NvFlowCrossSectionParams *params)
void NvFlowCrossSectionRender (NvFlowCrossSection *crossSection, NvFlowContext *context, const NvFlowCrossSectionParams *params)
void NvFlowReleaseCrossSection (NvFlowCrossSection *crossSection)
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
NvFlowCrossSection* NvFlowCreateCrossSection (NvFlowContext *  context,
const NvFlowCrossSectionDesc desc 
)
+
+
+ +

+Creates a cross section object.

+

Parameters:
+ + + +
[in] context The context for GPU resource allocation.
[in] desc Description for memory allocation.
+
+
Returns:
The created cross section object.
+ +
+

+ +

+
+ + + + + + + + + +
void NvFlowCrossSectionParamsDefaults (NvFlowCrossSectionParams params  ) 
+
+
+ +

+Allows the application to request default cross section parameters from Flow.

+

Parameters:
+ + +
[out] params The parameters for Flow to fill out.
+
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void NvFlowCrossSectionRender (NvFlowCrossSection *  crossSection,
NvFlowContext *  context,
const NvFlowCrossSectionParams params 
)
+
+
+ +

+Renders a cross section of a grid export.

+

Parameters:
+ + + + +
[in] crossSection The cross section object.
[in] context The context that allocated the cross section object.
[in] params Parameters for cross section rendering.
+
+ +
+

+ +

+
+ + + + + + + + + +
void NvFlowReleaseCrossSection (NvFlowCrossSection *  crossSection  ) 
+
+
+ +

+Releases a cross section object.

+

Parameters:
+ + +
[in] crossSection The cross section object to be released.
+
+ +
+

+

+ + + + -- cgit v1.2.3