#include <HistoDataStream.h>
Public Methods | |
int | GetHistoType () |
Returns type of histogram data. | |
bool | IsValid (CStreamlinePiece *piece) |
Returns flag which indicates if streamline piece data is valid. | |
void | SetHistoType (int type) |
Sets histogram type. | |
int | GetScalarType () |
Returns scalar values type. | |
void | SetScalarType (int scalarType) |
Sets scalar values type. | |
float | GetScalar (CStreamlinePiece *piece) |
Returns scalar value of specified type from piece. | |
bool | GetFirst (float &scalar) |
Get first scalar in stream. | |
void | Reset () |
Sets list position to first position. | |
CObList * | GetPiecesList () |
Returns pointer to pieces list. | |
void | SetPiecesList (CObList *list) |
Sets pointer to pieces list. | |
HistoDataStream (CObList *piecesLists, int histoType) | |
Constructor which sets pieces lists and histogram type. | |
bool | GetNext (float &scalar) |
Returns true if a scalar could be found, else false. | |
CHistoDataStream () | |
Standard constructor. | |
virtual | ~CHistoDataStream () |