PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
vtkPlusLogger.h
Go to the documentation of this file.
1 /*=Plus=header=begin======================================================
2  Program: Plus
3  Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4  See License.txt for details.
5 =========================================================Plus=header=end*/
6 
7 #ifndef __vtkPlusLogger_h
8 #define __vtkPlusLogger_h
9 
10 // IGSIO includes
11 #include <vtkIGSIOLogger.h>
12 
13 // PlusCommon includes
14 #include "vtkPlusCommonExport.h"
15 
21 class vtkPlusCommonExport vtkPlusLogger : public vtkIGSIOLogger
22 {
23 public:
24  static vtkIGSIOLogger* Instance();
25 
26 private:
27  vtkPlusLogger();
28  ~vtkPlusLogger();
29 };
30 
31 #endif // __vtkPlusLogger_h
Class to abstract away specific sequence file read/write details.
Definition: vtkPlusLogger.h:21