VTK
|
#include <vtkView.h>
Public Member Functions | |
ViewProgressEventCallData (const char *msg, double progress) | |
~ViewProgressEventCallData () | |
const char * | GetProgressMessage () const |
double | GetProgress () const |
A ptr to an instance of ViewProgressEventCallData is provided in the call data when vtkCommand::ViewProgressEvent is fired.
vtkView::ViewProgressEventCallData::ViewProgressEventCallData | ( | const char * | msg, |
double | progress | ||
) | [inline] |
const char* vtkView::ViewProgressEventCallData::GetProgressMessage | ( | ) | const [inline] |
double vtkView::ViewProgressEventCallData::GetProgress | ( | ) | const [inline] |