|
Slicer
5.2
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 ()=default |
Protected Attributes | |
| vtkMTimeType | m_UID |
Helper file that contains definition of requests that are sent from various threads and executed on the main thread.
Definition at line 23 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 26 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 31 of file vtkSlicerApplicationLogicRequests.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in WriteDataRequestScene, ReadDataRequestAddNodeReference, ReadDataRequestUpdateSubjectHierarchyLocation, ReadDataRequestUpdateParentTransform, ReadDataRequestScene, and ReadDataRequestFile.
Definition at line 38 of file vtkSlicerApplicationLogicRequests.h.
|
inline |
Definition at line 40 of file vtkSlicerApplicationLogicRequests.h.
|
protected |
Definition at line 43 of file vtkSlicerApplicationLogicRequests.h.
1.8.14