ReshapeParameter Struct Reference

Structure used to store information about dynamic parameters used by the ReshapeExecStream. More...

#include <ReshapeExecStream.h>

List of all members.

Public Member Functions

 ReshapeParameter (DynamicParamId dynamicParamIdInit, uint compareOffsetInit, bool outputParamInit)

Public Attributes

DynamicParamId dynamicParamId
 Dynamic parameter id.
uint compareOffset
 Offset within the input tuple that this parameter should be compared against.
bool outputParam
 If true, append this parameter to the end of the output tuple, in the order of the parameter ids.


Detailed Description

Structure used to store information about dynamic parameters used by the ReshapeExecStream.

Definition at line 40 of file ReshapeExecStream.h.


Constructor & Destructor Documentation

ReshapeParameter::ReshapeParameter ( DynamicParamId  dynamicParamIdInit,
uint  compareOffsetInit,
bool  outputParamInit 
) [inline]

Definition at line 59 of file ReshapeExecStream.h.

00062                               :
00063         dynamicParamId(dynamicParamIdInit),
00064         compareOffset(compareOffsetInit),
00065         outputParam(outputParamInit)
00066     {
00067     }
};


Member Data Documentation

DynamicParamId ReshapeParameter::dynamicParamId

Dynamic parameter id.

Definition at line 45 of file ReshapeExecStream.h.

uint ReshapeParameter::compareOffset

Offset within the input tuple that this parameter should be compared against.

If no comparison needs to be done, the offset is set to MAXU.

Definition at line 51 of file ReshapeExecStream.h.

bool ReshapeParameter::outputParam

If true, append this parameter to the end of the output tuple, in the order of the parameter ids.

Definition at line 57 of file ReshapeExecStream.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:45 2009 for Fennel by  doxygen 1.5.1