7 #ifndef __vtkPlusSequenceIO_h 8 #define __vtkPlusSequenceIO_h 10 #include "igsioCommon.h" 21 static igsioStatus Write(
const std::string& filename, igsioTrackedFrame* frame, US_IMAGE_ORIENTATION orientationInFile = US_IMG_ORIENT_MF,
bool useCompression =
true,
bool EnableImageDataWrite =
true);
24 static igsioStatus Write(
const std::string& filename, vtkIGSIOTrackedFrameList* frameList, US_IMAGE_ORIENTATION orientationInFile = US_IMG_ORIENT_MF,
bool useCompression =
true,
bool EnableImageDataWrite =
true);
27 static igsioStatus Read(
const std::string& filename, vtkIGSIOTrackedFrameList* frameList);
34 #endif // __vtkPlusSequenceIO_h Class to abstract away specific sequence file read/write details.