VTK object containing a single compressed frame.
More...
#include <Libs/vtkAddon/vtkStreamingVolumeFrame.h>
VTK object containing a single compressed frame.
Definition at line 32 of file vtkStreamingVolumeFrame.h.
◆ Superclass
◆ anonymous enum
◆ vtkStreamingVolumeFrame()
vtkStreamingVolumeFrame::vtkStreamingVolumeFrame |
( |
| ) |
|
|
protected |
◆ ~vtkStreamingVolumeFrame()
vtkStreamingVolumeFrame::~vtkStreamingVolumeFrame |
( |
| ) |
|
|
protected |
◆ GetClassName()
virtual const char* vtkStreamingVolumeFrame::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetCodecFourCC()
virtual std::string vtkStreamingVolumeFrame::GetCodecFourCC |
( |
| ) |
|
|
virtual |
◆ GetDimensions() [1/3]
virtual void vtkStreamingVolumeFrame::GetDimensions |
( |
int |
[3] | ) |
|
|
virtual |
◆ GetDimensions() [2/3]
virtual void vtkStreamingVolumeFrame::GetDimensions |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| |
|
virtual |
◆ GetDimensions() [3/3]
virtual int* vtkStreamingVolumeFrame::GetDimensions |
( |
| ) |
|
|
virtual |
◆ GetFrameData()
vtkUnsignedCharArray* vtkStreamingVolumeFrame::GetFrameData |
( |
| ) |
|
|
inline |
◆ GetFrameType()
virtual int vtkStreamingVolumeFrame::GetFrameType |
( |
| ) |
|
|
virtual |
◆ GetNumberOfComponents()
virtual int vtkStreamingVolumeFrame::GetNumberOfComponents |
( |
| ) |
|
|
virtual |
◆ GetPreviousFrame()
◆ GetVTKScalarType()
virtual int vtkStreamingVolumeFrame::GetVTKScalarType |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkStreamingVolumeFrame::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsKeyFrame()
bool vtkStreamingVolumeFrame::IsKeyFrame |
( |
| ) |
|
|
inline |
◆ IsTypeOf()
static int vtkStreamingVolumeFrame::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkStreamingVolumeFrame::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SafeDownCast()
◆ SetCodecFourCC()
virtual void vtkStreamingVolumeFrame::SetCodecFourCC |
( |
std::string |
| ) |
|
|
virtual |
FourCC of the codec for the frame.
◆ SetDimensions() [1/2]
virtual void vtkStreamingVolumeFrame::SetDimensions |
( |
int |
[3] | ) |
|
|
virtual |
◆ SetDimensions() [2/2]
virtual void vtkStreamingVolumeFrame::SetDimensions |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
Dimensions of the decoded frame.
◆ SetFrameData()
void vtkStreamingVolumeFrame::SetFrameData |
( |
vtkUnsignedCharArray * |
frameData | ) |
|
Pointer to the contents of the frame in a compressed codec format.
◆ SetFrameType()
virtual void vtkStreamingVolumeFrame::SetFrameType |
( |
int |
| ) |
|
|
virtual |
Reflects the type of the frame (I-Frame, P-Frame, B-Frame)
◆ SetNumberOfComponents()
virtual void vtkStreamingVolumeFrame::SetNumberOfComponents |
( |
int |
| ) |
|
|
virtual |
Number of components for the decoded image.
◆ SetPreviousFrame()
Pointer to the last frame that must be decoded before this one The pointer of each frame to the previous frame forms a linked list back to the originating keyframe this ensures that each frame provides access the information neccesary to be able to decode it. PreviousFrame does not refer to the frame that should be displayed before the this frame, but the frame that should be decoded immediately before this frame
◆ SetVTKScalarType()
virtual void vtkStreamingVolumeFrame::SetVTKScalarType |
( |
int |
| ) |
|
|
virtual |
VTK scalar type of the decoded image.
◆ CodecFourCC
std::string vtkStreamingVolumeFrame::CodecFourCC |
|
protected |
◆ Dimensions
int vtkStreamingVolumeFrame::Dimensions[3] |
|
protected |
◆ FrameData
vtkSmartPointer<vtkUnsignedCharArray> vtkStreamingVolumeFrame::FrameData |
|
protected |
◆ FrameType
int vtkStreamingVolumeFrame::FrameType |
|
protected |
◆ NumberOfComponents
int vtkStreamingVolumeFrame::NumberOfComponents |
|
protected |
◆ PreviousFrame
◆ VTKScalarType
int vtkStreamingVolumeFrame::VTKScalarType |
|
protected |
The documentation for this class was generated from the following file: