#include <Libs/MRML/Logic/vtkMRMLRemoteIOLogic.h>
|
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) |
|
Definition at line 33 of file vtkMRMLRemoteIOLogic.h.
◆ Superclass
◆ vtkMRMLRemoteIOLogic() [1/2]
vtkMRMLRemoteIOLogic::vtkMRMLRemoteIOLogic |
( |
| ) |
|
|
protected |
◆ ~vtkMRMLRemoteIOLogic()
vtkMRMLRemoteIOLogic::~vtkMRMLRemoteIOLogic |
( |
| ) |
|
|
overrideprotected |
◆ vtkMRMLRemoteIOLogic() [2/2]
◆ AddDataIOToScene()
void vtkMRMLRemoteIOLogic::AddDataIOToScene |
( |
| ) |
|
◆ GetCaCertificatesPath()
virtual char* vtkMRMLRemoteIOLogic::GetCaCertificatesPath |
( |
| ) |
|
|
virtual |
◆ GetCacheManager()
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 |
◆ GetDataIOManager()
◆ IsA()
virtual int vtkMRMLRemoteIOLogic::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkMRMLRemoteIOLogic::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
The Usual vtk class functions.
◆ operator=()
◆ PrintSelf()
void vtkMRMLRemoteIOLogic::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RemoveDataIOFromScene()
void vtkMRMLRemoteIOLogic::RemoveDataIOFromScene |
( |
| ) |
|
◆ SafeDownCast()
◆ SetCaCertificatesPath()
virtual void vtkMRMLRemoteIOLogic::SetCaCertificatesPath |
( |
const char * |
| ) |
|
|
virtual |
CA Certificates path for https protocol.
◆ SetCacheManager()
◆ SetDataIOManager()
◆ CaCertificatesPath
char* vtkMRMLRemoteIOLogic::CaCertificatesPath {nullptr} |
|
protected |
◆ CacheManager
◆ DataIOManager
The documentation for this class was generated from the following file: