7 #ifndef __IEEListener_h 8 #define __IEEListener_h 10 #include "StreamMgr.h" 11 #include "vtkPlusDataCollectionExport.h" 12 #include "vtkObject.h" 19 virtual void PrintSelf(ostream& os, vtkIndent indent)
VTK_OVERRIDE;
21 static vtkPlusIEEListener* New(
bool forceZQuantize,
double resolutionFactor,
bool integerZ,
bool isotropic,
bool quantizeDim,
int zDecimation,
bool set4PtFIR,
int latAndElevSmoothingIndex);
23 void SetMachineName(
const std::string& machineName);
24 void SetPortNumber(
unsigned int port);
30 PlusStatus Connect(CLIENT_POSTSCANCONVERT_CALLBACK callback, vtkPlusLogger::LogLevelType logType = vtkPlusLogger::LOG_LEVEL_ERROR);
41 vtkPlusIEEListener(
bool forceZQuantize,
double resolutionFactor,
bool integerZ,
bool isotropic,
bool quantizeDim,
int zDecimation,
bool set4PtFIR,
int latAndElevSmoothingIndex);
55 #endif //__IEEListener_h
CStreamMgr * StreamManager