VTK
Public Member Functions
vtkView::ViewProgressEventCallData Class Reference

#include <vtkView.h>

List of all members.

Public Member Functions

 ViewProgressEventCallData (const char *msg, double progress)
 ~ViewProgressEventCallData ()
const char * GetProgressMessage () const
double GetProgress () const

Detailed Description

A ptr to an instance of ViewProgressEventCallData is provided in the call data when vtkCommand::ViewProgressEvent is fired.

Definition at line 135 of file vtkView.h.


Constructor & Destructor Documentation

vtkView::ViewProgressEventCallData::ViewProgressEventCallData ( const char *  msg,
double  progress 
) [inline]

Definition at line 142 of file vtkView.h.

Definition at line 147 of file vtkView.h.


Member Function Documentation

Get the message.

Definition at line 154 of file vtkView.h.

Get the progress value in range [0.0, 1.0].

Definition at line 160 of file vtkView.h.


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