ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVideoFileWriter.h>
Writer that takes in a VideoStream and writes the frames to a file.
This class is a subclass of TemporalProcessObject which specifically takes a single VideoStream as input and writes the frames out to a file in sequence. A call to Update() will write the entire requested temporal region to the file. If no temporal region is requested, the largest possible will be used.
Definition at line 39 of file itkVideoFileWriter.h.
typedef VideoStreamType::FrameType itk::VideoFileWriter< TInputVideoStream >::FrameType |
Definition at line 55 of file itkVideoFileWriter.h.
typedef VideoIOBase::Pointer itk::VideoFileWriter< TInputVideoStream >::IOBasePointer |
Definition at line 49 of file itkVideoFileWriter.h.
typedef VideoIOBase itk::VideoFileWriter< TInputVideoStream >::IOBaseType |
Definition at line 48 of file itkVideoFileWriter.h.
typedef FrameType::PixelType itk::VideoFileWriter< TInputVideoStream >::PixelType |
Definition at line 56 of file itkVideoFileWriter.h.
typedef SmartPointer<Self> itk::VideoFileWriter< TInputVideoStream >::Pointer |
Reimplemented from itk::TemporalProcessObject.
Definition at line 46 of file itkVideoFileWriter.h.
typedef VideoFileWriter< TInputVideoStream> itk::VideoFileWriter< TInputVideoStream >::Self |
-TYPEDEFS---------------------------------------------------------------
Reimplemented from itk::TemporalProcessObject.
Definition at line 44 of file itkVideoFileWriter.h.
typedef IOBaseType::SizeValueType itk::VideoFileWriter< TInputVideoStream >::SizeValueType |
Definition at line 50 of file itkVideoFileWriter.h.
typedef TemporalProcessObject itk::VideoFileWriter< TInputVideoStream >::Superclass |
Reimplemented from itk::TemporalProcessObject.
Definition at line 45 of file itkVideoFileWriter.h.
typedef IOBaseType::TemporalRatioType itk::VideoFileWriter< TInputVideoStream >::TemporalRatioType |
Definition at line 51 of file itkVideoFileWriter.h.
typedef VideoStreamType::Pointer itk::VideoFileWriter< TInputVideoStream >::VideoStreamPointer |
Definition at line 54 of file itkVideoFileWriter.h.
typedef TInputVideoStream itk::VideoFileWriter< TInputVideoStream >::VideoStreamType |
Definition at line 53 of file itkVideoFileWriter.h.
itk::VideoFileWriter< TInputVideoStream >::VideoFileWriter | ( | ) | [protected] |
-PROTECTED METHODS------------------------------------------------------
virtual itk::VideoFileWriter< TInputVideoStream >::~VideoFileWriter | ( | ) | [protected, virtual] |
itk::VideoFileWriter< TInputVideoStream >::VideoFileWriter | ( | const Self & | ) | [private] |
Parameters for writing
virtual::itk::LightObject::Pointer itk::VideoFileWriter< TInputVideoStream >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
void itk::VideoFileWriter< TInputVideoStream >::FinishWriting | ( | ) |
Finish writing the video and close the file
virtual const char* itk::VideoFileWriter< TInputVideoStream >::GetFileName | ( | ) | const [virtual] |
-PUBLIC METHODS--------------------------------------------------------- Specify the file to read. This is forwarded to the IO instance.
virtual const char* itk::VideoFileWriter< TInputVideoStream >::GetFourCC | ( | ) | const [virtual] |
Specify the FourCC to use for video encoding. FourCC, or four character code, is commonly used to denote the codec to be used to encode video by many libraries. See http://en.wikipedia.org/wiki/FourCC for more information.
virtual TemporalRatioType itk::VideoFileWriter< TInputVideoStream >::GetFramesPerSecond | ( | ) | [virtual] |
Specify the output FpS
const VideoStreamType* itk::VideoFileWriter< TInputVideoStream >::GetInput | ( | ) |
virtual const char* itk::VideoFileWriter< TInputVideoStream >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::TemporalProcessObject.
virtual TemporalRegion itk::VideoFileWriter< TInputVideoStream >::GetOutputTemporalRegion | ( | ) | [virtual] |
Get/Set the OutputTemporalRegion
bool itk::VideoFileWriter< TInputVideoStream >::InitializeOutputParameters | ( | ) | [protected] |
Initialize output parameters
bool itk::VideoFileWriter< TInputVideoStream >::InitializeVideoIO | ( | ) | [protected] |
Set up the VideoIO using VideoIOFactory. Returns true if sucessful, false otherwise. Warning: this will overwrite any currently set VideoIO
static Pointer itk::VideoFileWriter< TInputVideoStream >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::VideoFileWriter< TInputVideoStream >::operator= | ( | const Self & | ) | [private] |
Parameters for writing
Reimplemented from itk::TemporalProcessObject.
void itk::VideoFileWriter< TInputVideoStream >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
ITK print mechanism
Reimplemented from itk::TemporalProcessObject.
virtual void itk::VideoFileWriter< TInputVideoStream >::SetFileName | ( | const char * | _arg | ) | [virtual] |
-PUBLIC METHODS--------------------------------------------------------- Specify the file to read. This is forwarded to the IO instance.
virtual void itk::VideoFileWriter< TInputVideoStream >::SetFourCC | ( | const char * | _arg | ) | [virtual] |
Specify the FourCC to use for video encoding. FourCC, or four character code, is commonly used to denote the codec to be used to encode video by many libraries. See http://en.wikipedia.org/wiki/FourCC for more information.
virtual void itk::VideoFileWriter< TInputVideoStream >::SetFramesPerSecond | ( | TemporalRatioType | _arg | ) | [virtual] |
Specify the output FpS
void itk::VideoFileWriter< TInputVideoStream >::SetInput | ( | const VideoStreamType * | input | ) |
virtual void itk::VideoFileWriter< TInputVideoStream >::SetOutputTemporalRegion | ( | TemporalRegion | _arg | ) | [virtual] |
Get/Set the OutputTemporalRegion
void itk::VideoFileWriter< TInputVideoStream >::SetVideoIO | ( | IOBasePointer | videoIO | ) |
Manually set the VideoIO to use
virtual void itk::VideoFileWriter< TInputVideoStream >::TemporalStreamingGenerateData | ( | ) | [protected, virtual] |
Override TemporalStreamingGenerateData to do the actual writing.
Reimplemented from itk::TemporalProcessObject.
virtual void itk::VideoFileWriter< TInputVideoStream >::Update | ( | ) | [virtual] |
Aliased to the Write() method to be consistent with the rest of the pipeline.
Reimplemented from itk::ProcessObject.
virtual void itk::VideoFileWriter< TInputVideoStream >::UpdateLargestPossibleRegion | ( | ) | [virtual] |
Write the entire video to a file, if possible. This is the same as calling write or update without setting an output temporal region.
Reimplemented from itk::ProcessObject.
void itk::VideoFileWriter< TInputVideoStream >::Write | ( | ) |
Write the requested temporal region to a file. If no OutputTemporalRegion has been set, the largest possible temporal region of the input will be used.
ImageIOBase::IOComponentType itk::VideoFileWriter< TInputVideoStream >::m_ComponentType [protected] |
Parameters for writing
Definition at line 149 of file itkVideoFileWriter.h.
std::vector<SizeValueType> itk::VideoFileWriter< TInputVideoStream >::m_Dimensions [protected] |
Parameters for writing
Definition at line 147 of file itkVideoFileWriter.h.
std::string itk::VideoFileWriter< TInputVideoStream >::m_FileName [protected] |
-PROTECTED MEMBERS------------------------------------------------------ The file to read
Definition at line 136 of file itkVideoFileWriter.h.
std::string itk::VideoFileWriter< TInputVideoStream >::m_FourCC [protected] |
Parameters for writing
Definition at line 146 of file itkVideoFileWriter.h.
TemporalRatioType itk::VideoFileWriter< TInputVideoStream >::m_FramesPerSecond [protected] |
Parameters for writing
Definition at line 145 of file itkVideoFileWriter.h.
SizeValueType itk::VideoFileWriter< TInputVideoStream >::m_NumberOfComponents [protected] |
Parameters for writing
Definition at line 148 of file itkVideoFileWriter.h.
TemporalRegion itk::VideoFileWriter< TInputVideoStream >::m_OutputTemporalRegion [protected] |
TemporalRegion to write out
Definition at line 142 of file itkVideoFileWriter.h.
IOBasePointer itk::VideoFileWriter< TInputVideoStream >::m_VideoIO [protected] |
The VideoIO used for writing
Definition at line 139 of file itkVideoFileWriter.h.