#include "igsioCommon.h"
#include "PlusConfigure.h"
#include "PlusStreamBufferItem.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataCollectionExport.h"
#include <vtkImageAlgorithm.h>
#include <vtkMultiThreader.h>
#include <vtkStdString.h>
#include <set>
#include <string>
Go to the source code of this file.
◆ XML_FIND_DEVICE_ELEMENT_REQUIRED_FOR_READING
#define XML_FIND_DEVICE_ELEMENT_REQUIRED_FOR_READING |
( |
|
deviceConfig, |
|
|
|
rootConfigElement |
|
) |
| |
Value:if( Superclass::ReadConfiguration(rootConfigElement) !=
PLUS_SUCCESS ) \
{ \
LOG_ERROR("Unable to continue reading configuration of "<<this->GetClassName()<<". Generic device configuration reading failed."); \
} \
vtkXMLDataElement* deviceConfig = this->FindThisDeviceElement(rootConfigElement); \
if (deviceConfig == NULL) \
{ \
LOG_ERROR("Unable to continue configuration of "<<this->GetClassName()<<". Could not find corresponding element."); \
}
Definition at line 623 of file vtkPlusDevice.h.
◆ XML_FIND_DEVICE_ELEMENT_REQUIRED_FOR_WRITING
#define XML_FIND_DEVICE_ELEMENT_REQUIRED_FOR_WRITING |
( |
|
deviceConfig, |
|
|
|
rootConfigElement |
|
) |
| |
Value:if( Superclass::WriteConfiguration(rootConfigElement) ==
PLUS_FAIL ) \
{ \
LOG_ERROR("Unable to continue writing configuration of "<<this->GetClassName()<<". Generic device configuration writing failed."); \
} \
vtkXMLDataElement* deviceConfig = this->FindThisDeviceElement(rootConfigElement); \
if (deviceConfig == NULL) \
{ \
LOG_ERROR("Cannot find or add "<<this->GetClassName()<<" device in XML tree"); \
}
Definition at line 636 of file vtkPlusDevice.h.
◆ ChannelContainer
◆ ChannelContainerConstIterator
◆ ChannelContainerIterator
◆ DeviceCollection
◆ DeviceCollectionConstIterator
◆ DeviceCollectionIterator
◆ StreamBufferContainer
◆ StreamBufferContainerConstIterator
◆ StreamBufferContainerIterator
◆ StreamBufferMapContainer
◆ StreamBufferMapContainerConstIterator
◆ StreamBufferMapContainerIterator