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


Public Types | |
| typedef vtkMRMLAbstractLogic | Superclass |
Public Types inherited from vtkMRMLAbstractLogic | |
| typedef vtkObject | Superclass |
| typedef void(vtkMRMLAbstractLogic::* | TaskFunctionPointer) (void *clientdata) |
Public Member Functions | |
| virtual vtkSlicerApplicationLogic * | GetApplicationLogic () |
| Get access to overall application state. More... | |
| virtual const char * | GetClassName () |
| virtual vtkMRMLAbstractLogic * | GetModuleLogic (const char *moduleName) |
| Convenience method for getting another module's logic from the application logic. More... | |
| std::string | GetModuleShareDirectory () const |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | SetModuleShareDirectory (const std::string &shareDirectory) |
Public Member Functions inherited from vtkMRMLAbstractLogic | |
| virtual vtkMRMLApplicationLogic * | GetMRMLApplicationLogic () const |
| Get access to overall application state. More... | |
| vtkMRMLScene * | GetMRMLScene () const |
| Return a reference to the current MRML scene. More... | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| virtual void | SetMRMLApplicationLogic (vtkMRMLApplicationLogic *logic) |
| void | SetMRMLScene (vtkMRMLScene *newScene) |
| Set and observe the MRMLScene. More... | |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSlicerModuleLogic * | New () |
| The Usual vtk class functions. More... | |
| static vtkSlicerModuleLogic * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkMRMLAbstractLogic | |
| static int | IsTypeOf (const char *type) |
| static vtkMRMLAbstractLogic * | New () |
| static vtkMRMLAbstractLogic * | SafeDownCast (vtkObject *o) |
Additional Inherited Members | |
Static Protected Member Functions inherited from vtkMRMLAbstractLogic | |
| static void | MRMLLogicsCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData) |
| MRMLLogicCallback is a static function to relay modified events from the logics. More... | |
| static void | MRMLNodesCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData) |
| MRMLNodesCallback is a static function to relay modified events from the nodes. More... | |
| static void | MRMLSceneCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData) |
vtkSlicerModuleLogic - superclass for slicer module logic classes
Superclass for all slicer module logic classes
Definition at line 23 of file vtkSlicerModuleLogic.h.
Definition at line 29 of file vtkSlicerModuleLogic.h.
|
protected |
|
overrideprotected |
|
virtual |
Get access to overall application state.
|
virtual |
Reimplemented from vtkMRMLAbstractLogic.
Reimplemented in vtkSlicerCropVolumeLogic, vtkSlicerVolumesLogic, vtkSlicerMarkupsLogic, vtkSlicerVolumeRenderingLogic, vtkSlicerSegmentationsModuleLogic, vtkSlicerSceneViewsModuleLogic, vtkSlicerSubjectHierarchyModuleLogic, vtkSlicerPlotsLogic, vtkSlicerSequencesLogic, vtkSlicerReformatLogic, vtkSlicerCLIModuleLogic, vtkSlicerTablesLogic, vtkSlicerCamerasModuleLogic, vtkSlicerViewControllersLogic, vtkSlicerTerminologiesModuleLogic, vtkSlicerModelsLogic, vtkSlicerDataModuleLogic, vtkSlicerScriptedLoadableModuleLogic, vtkSlicerAnnotationModuleLogic, and vtkDataIOManagerLogic.
|
virtual |
Convenience method for getting another module's logic from the application logic.
| std::string vtkSlicerModuleLogic::GetModuleShareDirectory | ( | ) | const |
|
virtual |
Reimplemented from vtkMRMLAbstractLogic.
Reimplemented in vtkSlicerCropVolumeLogic, vtkSlicerVolumesLogic, vtkSlicerMarkupsLogic, vtkSlicerVolumeRenderingLogic, vtkSlicerSegmentationsModuleLogic, vtkSlicerSceneViewsModuleLogic, vtkSlicerSubjectHierarchyModuleLogic, vtkSlicerPlotsLogic, vtkSlicerSequencesLogic, vtkSlicerReformatLogic, vtkSlicerCLIModuleLogic, vtkSlicerTablesLogic, vtkSlicerCamerasModuleLogic, vtkSlicerViewControllersLogic, vtkSlicerTerminologiesModuleLogic, vtkSlicerModelsLogic, vtkSlicerDataModuleLogic, vtkSlicerScriptedLoadableModuleLogic, vtkSlicerAnnotationModuleLogic, and vtkDataIOManagerLogic.
|
static |
|
static |
The Usual vtk class functions.
|
override |
|
static |
| void vtkSlicerModuleLogic::SetModuleShareDirectory | ( | const std::string & | shareDirectory | ) |
1.8.14