#include <Tool.h>
Inheritance diagram for vizTraceTool:
Public Member Functions | |
vizTraceTool () | |
vizTraceTool (void *, RenderTool *) | |
virtual | ~vizTraceTool () |
int | SetTraceNumber (int num) |
int | SetTraceIter (int iter) |
int | GetTraceNumber () const |
int | GetTraceIter () const |
vtkCollection * | GetTraceCollection () |
vtkAppendPolyData * | Getapd () |
int | AppendPolyData (vtkPolyData *newPolyData) |
int | CullStalePolyData (int fromSetFlag=0) |
int | IterateTraceIter (int amt=1) |
Protected Attributes | |
vtkAppendPolyData * | apd |
vtkCollection * | traceCollection |
int | traceNumber |
int | traceIter |
Definition at line 223 of file Tool.h.
|
Definition at line 709 of file Tool.cpp. References apd, TAU_PROFILE, TAU_VIZ, traceCollection, traceIter, and traceNumber. |
|
|
|
Definition at line 719 of file Tool.cpp. References apd, TAU_PROFILE, TAU_VIZ, and traceCollection. |
|
Definition at line 727 of file Tool.cpp. References apd, CullStalePolyData(), IterateTraceIter(), TAU_PROFILE, TAU_VIZ, traceCollection, traceIter, and traceNumber. Referenced by MainWindow::UpdateTools(). Here is the call graph for this function: |
|
Definition at line 756 of file Tool.cpp. References apd, IterateTraceIter(), TAU_PROFILE, TAU_VIZ, traceCollection, traceIter, and traceNumber. Referenced by AppendPolyData(), and SetTraceNumber(). Here is the call graph for this function: |
|
Definition at line 825 of file Tool.cpp. References apd, TAU_PROFILE, and TAU_VIZ. |
|
Definition at line 804 of file Tool.cpp. References TAU_PROFILE, TAU_VIZ, and traceCollection. |
|
Definition at line 818 of file Tool.cpp. References TAU_PROFILE, TAU_VIZ, and traceIter. |
|
Definition at line 811 of file Tool.cpp. References TAU_PROFILE, TAU_VIZ, and traceNumber. Referenced by MainWindow::DisplayToolBB(). |
|
Definition at line 832 of file Tool.cpp. References TAU_PROFILE, TAU_VIZ, and traceIter. Referenced by AppendPolyData(), CullStalePolyData(), SphereTool::SphereTool(), and vizVectorParticleTool::vizVectorParticleTool(). |
|
Definition at line 794 of file Tool.cpp. References TAU_PROFILE, TAU_VIZ, and traceIter. |
|
Definition at line 780 of file Tool.cpp. References CullStalePolyData(), TAU_PROFILE, TAU_VIZ, traceIter, and traceNumber. Referenced by MainWindow::particleLineTraceNumTextFieldActivate(), MainWindow::sphereToolTraceNumTextFieldActivate(), and MainWindow::vectorParticleTraceNumberTextFieldActivate(). Here is the call graph for this function: |
|
Definition at line 252 of file Tool.h. Referenced by AppendPolyData(), CullStalePolyData(), Getapd(), SphereTool::SphereTool(), vizParticleLineTraceTool::vizParticleLineTraceTool(), vizTraceTool(), vizVectorParticleTool::vizVectorParticleTool(), and ~vizTraceTool(). |
|
Definition at line 253 of file Tool.h. Referenced by AppendPolyData(), CullStalePolyData(), GetTraceCollection(), SphereTool::SphereTool(), vizTraceTool(), vizVectorParticleTool::vizVectorParticleTool(), and ~vizTraceTool(). |
|
Definition at line 255 of file Tool.h. Referenced by AppendPolyData(), CullStalePolyData(), GetTraceIter(), IterateTraceIter(), SetTraceIter(), SetTraceNumber(), and vizTraceTool(). |
|
Definition at line 254 of file Tool.h. Referenced by AppendPolyData(), CullStalePolyData(), GetTraceNumber(), SetTraceNumber(), SphereTool::SphereTool(), vizParticleLineTraceTool::vizParticleLineTraceTool(), vizTraceTool(), and vizVectorParticleTool::vizVectorParticleTool(). |