Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkMRMLRemoteIOLogic Class Reference

#include <Libs/MRML/Logic/vtkMRMLRemoteIOLogic.h>

Inheritance diagram for vtkMRMLRemoteIOLogic:
Inheritance graph
[legend]
Collaboration diagram for vtkMRMLRemoteIOLogic:
Collaboration graph
[legend]

Public Types

typedef vtkMRMLAbstractLogic Superclass
 
- Public Types inherited from vtkMRMLAbstractLogic
typedef vtkObject Superclass
 
typedef void(vtkMRMLAbstractLogic::* TaskFunctionPointer) (void *clientdata)
 

Public Member Functions

void AddDataIOToScene ()
 
virtual char * GetCaCertificatesPath ()
 
virtual vtkCacheManagerGetCacheManager ()
 
virtual const char * GetClassName ()
 
virtual vtkDataIOManagerGetDataIOManager ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void RemoveDataIOFromScene ()
 
virtual void SetCaCertificatesPath (const char *)
 CA Certificates path for https protocol. More...
 
virtual void SetCacheManager (vtkCacheManager *)
 
virtual void SetDataIOManager (vtkDataIOManager *)
 
- Public Member Functions inherited from vtkMRMLAbstractLogic
virtual vtkMRMLApplicationLogicGetMRMLApplicationLogic () const
 Get access to overall application state. More...
 
vtkMRMLSceneGetMRMLScene () 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 vtkMRMLRemoteIOLogicNew ()
 The Usual vtk class functions. More...
 
static vtkMRMLRemoteIOLogicSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAbstractLogic
static int IsTypeOf (const char *type)
 
static vtkMRMLAbstractLogicNew ()
 
static vtkMRMLAbstractLogicSafeDownCast (vtkObject *o)
 

Protected Member Functions

void operator= (const vtkMRMLRemoteIOLogic &)
 
 vtkMRMLRemoteIOLogic ()
 
 vtkMRMLRemoteIOLogic (const vtkMRMLRemoteIOLogic &)
 
 ~vtkMRMLRemoteIOLogic () override
 
- Protected Member Functions inherited from vtkMRMLAbstractLogic
int EndModify (bool wasModifying)
 
virtual bool EnterMRMLLogicsCallback () const
 
virtual bool EnterMRMLNodesCallback () const
 
virtual bool EnterMRMLSceneCallback () const
 
bool GetDisableModifiedEvent () const
 
int GetInMRMLLogicsCallbackFlag () const
 
int GetInMRMLNodesCallbackFlag () const
 
int GetInMRMLSceneCallbackFlag () const
 
vtkCallbackCommand * GetMRMLLogicsCallbackCommand ()
 
vtkObserverManagerGetMRMLLogicsObserverManager () const
 
vtkCallbackCommand * GetMRMLNodesCallbackCommand ()
 
vtkObserverManagerGetMRMLNodesObserverManager () const
 
vtkCallbackCommand * GetMRMLSceneCallbackCommand ()
 
vtkObserverManagerGetMRMLSceneObserverManager () const
 
int GetPendingModifiedEventCount () const
 
int GetProcessingMRMLSceneEvent () const
 Return the event id currently processed or 0 if any. More...
 
int InvokePendingModifiedEvent ()
 
void Modified () override
 
virtual void ObserveMRMLScene ()
 
virtual void OnMRMLNodeModified (vtkMRMLNode *)
 
virtual void OnMRMLSceneEndBatchProcess ()
 
virtual void OnMRMLSceneEndClose ()
 
virtual void OnMRMLSceneEndImport ()
 
virtual void OnMRMLSceneEndRestore ()
 
virtual void OnMRMLSceneNew ()
 
virtual void OnMRMLSceneNodeAdded (vtkMRMLNode *)
 
virtual void OnMRMLSceneNodeRemoved (vtkMRMLNode *)
 
virtual void OnMRMLSceneStartBatchProcess ()
 
virtual void OnMRMLSceneStartClose ()
 
virtual void OnMRMLSceneStartImport ()
 
virtual void OnMRMLSceneStartRestore ()
 
virtual void ProcessMRMLLogicsEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void ProcessMRMLSceneEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void RegisterNodes ()
 
void SetAndObserveMRMLSceneEventsInternal (vtkMRMLScene *newScene, vtkIntArray *events, vtkFloatArray *priorities=nullptr)
 
void SetDisableModifiedEvent (bool onOff)
 
void SetInMRMLLogicsCallbackFlag (int flag)
 
void SetInMRMLNodesCallbackFlag (int flag)
 
void SetInMRMLSceneCallbackFlag (int flag)
 
virtual void SetMRMLSceneInternal (vtkMRMLScene *newScene)
 
void SetProcessingMRMLSceneEvent (int event)
 
bool StartModify ()
 
virtual void UnobserveMRMLScene ()
 
virtual void UpdateFromMRMLScene ()
 
 vtkMRMLAbstractLogic ()
 
 ~vtkMRMLAbstractLogic () override
 

Protected Attributes

char * CaCertificatesPath {nullptr}
 
vtkCacheManagerCacheManager {nullptr}
 
vtkDataIOManagerDataIOManager {nullptr}
 

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)
 

Detailed Description

Definition at line 33 of file vtkMRMLRemoteIOLogic.h.

Member Typedef Documentation

◆ Superclass

Definition at line 38 of file vtkMRMLRemoteIOLogic.h.

Constructor & Destructor Documentation

◆ vtkMRMLRemoteIOLogic() [1/2]

vtkMRMLRemoteIOLogic::vtkMRMLRemoteIOLogic ( )
protected

◆ ~vtkMRMLRemoteIOLogic()

vtkMRMLRemoteIOLogic::~vtkMRMLRemoteIOLogic ( )
overrideprotected

◆ vtkMRMLRemoteIOLogic() [2/2]

vtkMRMLRemoteIOLogic::vtkMRMLRemoteIOLogic ( const vtkMRMLRemoteIOLogic )
protected

Member Function Documentation

◆ AddDataIOToScene()

void vtkMRMLRemoteIOLogic::AddDataIOToScene ( )

◆ GetCaCertificatesPath()

virtual char* vtkMRMLRemoteIOLogic::GetCaCertificatesPath ( )
virtual

◆ GetCacheManager()

virtual vtkCacheManager* vtkMRMLRemoteIOLogic::GetCacheManager ( )
virtual

Accessors for the comonents of the remote IO infrascucture Note that the internal instances are created in the constructor and used when calling AddDataIOToScene and RemoveDataIOFromScene The Get methods can be used elsewhere, but the set methods should only be used for debugging

◆ GetClassName()

virtual const char* vtkMRMLRemoteIOLogic::GetClassName ( )
virtual

Reimplemented from vtkMRMLAbstractLogic.

◆ GetDataIOManager()

virtual vtkDataIOManager* vtkMRMLRemoteIOLogic::GetDataIOManager ( )
virtual

◆ IsA()

virtual int vtkMRMLRemoteIOLogic::IsA ( const char *  type)
virtual

Reimplemented from vtkMRMLAbstractLogic.

◆ IsTypeOf()

static int vtkMRMLRemoteIOLogic::IsTypeOf ( const char *  type)
static

◆ New()

static vtkMRMLRemoteIOLogic* vtkMRMLRemoteIOLogic::New ( )
static

The Usual vtk class functions.

◆ operator=()

void vtkMRMLRemoteIOLogic::operator= ( const vtkMRMLRemoteIOLogic )
protected

◆ PrintSelf()

void vtkMRMLRemoteIOLogic::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ RemoveDataIOFromScene()

void vtkMRMLRemoteIOLogic::RemoveDataIOFromScene ( )

◆ SafeDownCast()

static vtkMRMLRemoteIOLogic* vtkMRMLRemoteIOLogic::SafeDownCast ( vtkObject *  o)
static

◆ SetCaCertificatesPath()

virtual void vtkMRMLRemoteIOLogic::SetCaCertificatesPath ( const char *  )
virtual

CA Certificates path for https protocol.

◆ SetCacheManager()

virtual void vtkMRMLRemoteIOLogic::SetCacheManager ( vtkCacheManager )
virtual

◆ SetDataIOManager()

virtual void vtkMRMLRemoteIOLogic::SetDataIOManager ( vtkDataIOManager )
virtual

Member Data Documentation

◆ CaCertificatesPath

char* vtkMRMLRemoteIOLogic::CaCertificatesPath {nullptr}
protected

Definition at line 69 of file vtkMRMLRemoteIOLogic.h.

◆ CacheManager

vtkCacheManager* vtkMRMLRemoteIOLogic::CacheManager {nullptr}
protected

Definition at line 67 of file vtkMRMLRemoteIOLogic.h.

◆ DataIOManager

vtkDataIOManager* vtkMRMLRemoteIOLogic::DataIOManager {nullptr}
protected

Definition at line 68 of file vtkMRMLRemoteIOLogic.h.


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