Vis::FlowChannel Class Reference

#include <VisFlowChannel.h>

Collaboration diagram for Vis::FlowChannel:
[legend]

List of all members.

Public Member Functions

 FlowChannel (FlowGeometry &geom, const vector< float > &data)
 ~FlowChannel ()
float getMinimum ()
float getMaximum ()
void render ()
vector< float > & getTexData ()
Texture2DgetTexture2D ()
FlowTransferFuncgetTF ()


Detailed Description

Flow channel class.

Constructor & Destructor Documentation

Vis::FlowChannel::FlowChannel ( FlowGeometry geom,
const vector< float > &  data 
)

ctor. Flow channel manages the additional channels of the flow data.

Parameters:
geom reference to the flow geometry.
data channel data.

Vis::FlowChannel::~FlowChannel (  ) 

dtor.


Member Function Documentation

float Vis::FlowChannel::getMaximum (  ) 

Return the maximum value of the channel data.

Returns:
maximum channel value.

float Vis::FlowChannel::getMinimum (  ) 

Return the minimum value of the channel data.

Returns:
minmum channel value.

vector< float > & Vis::FlowChannel::getTexData (  ) 

Return a reference to the channel texture data.

Returns:
reference to the channel texture data.

Texture2D & Vis::FlowChannel::getTexture2D (  ) 

Return a reference to the channel texture.

Returns:
reference to the channel texture.

FlowTransferFunc & Vis::FlowChannel::getTF (  ) 

Return a reference to the channels' transfer function.

Returns:
reference to the transfer function.

void Vis::FlowChannel::render (  ) 

Render the channel values.


The documentation for this class was generated from the following files:

Generated on Mon Jan 26 15:00:41 2009 for FlowVis by  doxygen 1.5.7.1