Class to abstract away specific sequence file read/write details.
More...
#include <src/PlusCommon/vtkPlusSequenceIO.h>
|
static igsioStatus | Read (const std::string &filename, vtkIGSIOTrackedFrameList *frameList) |
|
static igsioStatus | Write (const std::string &filename, igsioTrackedFrame *frame, US_IMAGE_ORIENTATION orientationInFile=US_IMG_ORIENT_MF, bool useCompression=true, bool EnableImageDataWrite=true) |
|
static igsioStatus | Write (const std::string &filename, vtkIGSIOTrackedFrameList *frameList, US_IMAGE_ORIENTATION orientationInFile=US_IMG_ORIENT_MF, bool useCompression=true, bool EnableImageDataWrite=true) |
| VTK includes. More...
|
|
Class to abstract away specific sequence file read/write details.
Definition at line 17 of file vtkPlusSequenceIO.h.
◆ vtkPlusSequenceIO()
vtkPlusSequenceIO::vtkPlusSequenceIO |
( |
| ) |
|
|
protected |
◆ ~vtkPlusSequenceIO()
virtual vtkPlusSequenceIO::~vtkPlusSequenceIO |
( |
| ) |
|
|
protectedvirtual |
◆ Read()
igsioStatus vtkPlusSequenceIO::Read |
( |
const std::string & |
filename, |
|
|
vtkIGSIOTrackedFrameList * |
frameList |
|
) |
| |
|
static |
◆ Write() [1/2]
igsioStatus vtkPlusSequenceIO::Write |
( |
const std::string & |
filename, |
|
|
igsioTrackedFrame * |
frame, |
|
|
US_IMAGE_ORIENTATION |
orientationInFile = US_IMG_ORIENT_MF , |
|
|
bool |
useCompression = true , |
|
|
bool |
EnableImageDataWrite = true |
|
) |
| |
|
static |
◆ Write() [2/2]
igsioStatus vtkPlusSequenceIO::Write |
( |
const std::string & |
filename, |
|
|
vtkIGSIOTrackedFrameList * |
frameList, |
|
|
US_IMAGE_ORIENTATION |
orientationInFile = US_IMG_ORIENT_MF , |
|
|
bool |
useCompression = true , |
|
|
bool |
EnableImageDataWrite = true |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: