Vis::PlotCustomStreamlines Class Reference

#include <VisPlotCustomStreamLine.h>

Collaboration diagram for Vis::PlotCustomStreamlines:
[legend]

List of all members.

Public Member Functions

 PlotCustomStreamlines (PlotStreamlines &plot)
 ~PlotCustomStreamlines ()
int createStreamLine (V3f &insertPoint)
void setListBox (wxListBox *listBox)
void clear ()
void render ()
void SetEnabled (bool tf)
bool IsEnabled ()
void SetOpacity (float opacity)
void SetColor (V3f &color)
void SetWidth (float width)


Detailed Description

PlotCustomStreamlines Controls state and plotting of custom streamlines

Constructor & Destructor Documentation

Vis::PlotCustomStreamlines::PlotCustomStreamlines ( PlotStreamlines plot  ) 

ctor. param plot a plot object specifying plot behavior

Vis::PlotCustomStreamlines::~PlotCustomStreamlines (  ) 

dtor.


Member Function Documentation

void Vis::PlotCustomStreamlines::clear (  ) 

clear all streamlines.

int Vis::PlotCustomStreamlines::createStreamLine ( V3f &  insertPoint  ) 

create a streamline.

Parameters:
insertPoint the point where the integration starts

bool Vis::PlotCustomStreamlines::IsEnabled (  )  [inline]

IsEnabled.

Returns:
query if rendering is enabled

void Vis::PlotCustomStreamlines::render (  ) 

render all streamlines.

void Vis::PlotCustomStreamlines::SetColor ( V3f &  color  )  [inline]

SetColor.

Parameters:
color sets the color each new created streamline will have

void Vis::PlotCustomStreamlines::SetEnabled ( bool  tf  )  [inline]

SetEnabled.

Parameters:
tf enable rendering

void Vis::PlotCustomStreamlines::setListBox ( wxListBox *  listBox  ) 

set a list box.

Parameters:
listbox the container where the custom streamlines should get stored

void Vis::PlotCustomStreamlines::SetOpacity ( float  opacity  )  [inline]

SetOpacity.

Parameters:
opacity sets the opacity each new created streamline will have

void Vis::PlotCustomStreamlines::SetWidth ( float  width  )  [inline]

SetWidth.

Parameters:
width sets the with each new created streamline will have


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

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