|
Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/Logic/vtkSlicerApplicationLogicRequests.h>

Public Member Functions | |
| DataRequest () | |
| DataRequest (int uid) | |
| virtual void | Execute (vtkSlicerApplicationLogic *) |
| int | GetUID () const |
| virtual | ~DataRequest () |
Protected Attributes | |
| int | m_UID |
Helper file that contains definition of requests that are sent from various threads and executed on the main thread.
Definition at line 17 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 20 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 25 of file vtkSlicerApplicationLogicRequests.h.
|
inlinevirtual |
Definition at line 30 of file vtkSlicerApplicationLogicRequests.h.
|
inlinevirtual |
Reimplemented in WriteDataRequestScene, ReadDataRequestUpdateSubjectHierarchyLocation, ReadDataRequestUpdateParentTransform, ReadDataRequestScene, and ReadDataRequestFile.
Definition at line 32 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 34 of file vtkSlicerApplicationLogicRequests.h.
|
protected |
Definition at line 37 of file vtkSlicerApplicationLogicRequests.h.
1.8.13