edu.rice.cs.hpc.traceviewer.data.db.DataPreparation Class Reference

Inheritance diagram for edu.rice.cs.hpc.traceviewer.data.db.DataPreparation:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.traceviewer.data.db.DataPreparation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DataPreparation (ColorTable _colorTable, ProcessTimeline _ptl, long _begTime, int _depth, int _height, double _pixelLength, boolean _usingMidpoint)
void collect ()
 Painting action.
abstract TimelineDataSet getList ()
abstract void finishLine (int currSampleMidpoint, int succSampleMidpoint, int currDepth, Color color, int sampleCount)

Protected Attributes

final ProcessTimeline ptl
final int depth
final int height
final double pixelLength
final ColorTable colorTable

Static Private Member Functions

static long midpoint (long x1, long x2)
 Returns the midpoint between x1 and x2.

Private Attributes

final long begTime
final boolean usingMidpoint

Detailed Description

Definition at line 18 of file DataPreparation.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.DataPreparation ( ColorTable  _colorTable,
ProcessTimeline  _ptl,
long  _begTime,
int  _depth,
int  _height,
double  _pixelLength,
boolean  _usingMidpoint 
)

Member Function Documentation

void edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.collect (  ) 
abstract void edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.finishLine ( int  currSampleMidpoint,
int  succSampleMidpoint,
int  currDepth,
Color  color,
int  sampleCount 
) [pure virtual]
abstract TimelineDataSet edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.getList (  )  [pure virtual]
static long edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.midpoint ( long  x1,
long  x2 
) [static, private]

Returns the midpoint between x1 and x2.

Definition at line 139 of file DataPreparation.java.

Referenced by edu.rice.cs.hpc.traceviewer.data.db.DataPreparation.collect().


Member Data Documentation


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1