18 #include "PlusConfigure.h" 26 return new vtkPlusIEEListener(forceZQuantize, resolutionFactor, integerZ, isotropic, quantizeDim, zDecimation, set4PtFIR, latAndElevSmoothingIndex);
32 , StreamManager(new CStreamMgr())
42 , StreamManager(new CStreamMgr(forceZQuantize, resolutionFactor, integerZ, isotropic, quantizeDim, zDecimation, set4PtFIR, latAndElevSmoothingIndex))
59 LOG_ERROR(
"MachineName not set or invalid port: " << this->
MachineName <<
":" << this->
Port );
64 LOG_ERROR(
"Failed to initialize:");
73 LOG_DYNAMIC(
"Unable to connect to Philips iE33 system at " << this->
MachineName <<
":" << this->
Port <<
". Error code: " << std::hex << resultCode, logType);
88 LOG_INFO(
"Stopping stream:");
91 LOG_INFO(
"Shutdown stream:");
103 this->Superclass::PrintSelf(os,indent);
105 os << indent <<
"MachineName: " << this->
MachineName <<
"\n";
106 os << indent <<
"Port: " << this->
Port <<
"\n";
107 os << indent <<
"Connected: " << this->
Connected <<
"\n";
void SetPortNumber(unsigned int port)
static vtkPlusIEEListener * New()
virtual void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkStandardNewMacro(vtkPlusIEEListener)
CStreamMgr * StreamManager
PlusStatus Connect(CLIENT_POSTSCANCONVERT_CALLBACK callback, vtkPlusLogger::LogLevelType logType=vtkPlusLogger::LOG_LEVEL_ERROR)
void SetMachineName(const std::string &machineName)