ActiViz .NET
5.8.0
|
vtkGenericMovieWriter - an abstract movie writer class. More...
Public Types | |
enum | MovieWriterErrorIds { CanNotCompress = 40003, CanNotFormat = 40004, ChangedResolutionError = 40005, InitError = 40001, NoInputError = 40002, UserError = 40000 } |
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings. More... | |
Public Member Functions | |
vtkGenericMovieWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual void | End () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
virtual int | GetError () |
Was there an error on the last write performed? | |
virtual string | GetFileName () |
Specify file name of avi file. | |
virtual vtkImageData | GetInput () |
Set/Get the input object from the image pipeline. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGenericMovieWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Specify file name of avi file. | |
virtual void | SetInput (vtkImageData input) |
Set/Get the input object from the image pipeline. | |
virtual void | Start () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
virtual void | Write () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
Static Public Member Functions | |
static string | GetStringFromErrorCode (uint arg0) |
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGenericMovieWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGenericMovieWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkGenericMovieWriter" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal void | vtkGenericMovieWriter_End_01 (HandleRef pThis) |
static internal int | vtkGenericMovieWriter_GetError_02 (HandleRef pThis) |
static internal IntPtr | vtkGenericMovieWriter_GetFileName_03 (HandleRef pThis) |
static internal IntPtr | vtkGenericMovieWriter_GetInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericMovieWriter_GetStringFromErrorCode_05 (uint arg0) |
static internal int | vtkGenericMovieWriter_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkGenericMovieWriter_IsTypeOf_07 (string type) |
static internal IntPtr | vtkGenericMovieWriter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericMovieWriter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericMovieWriter_SetFileName_10 (HandleRef pThis, string _arg) |
static internal void | vtkGenericMovieWriter_SetInput_11 (HandleRef pThis, HandleRef input) |
static internal void | vtkGenericMovieWriter_Start_12 (HandleRef pThis) |
static internal void | vtkGenericMovieWriter_Write_13 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkGenericMovieWriter () |
Automatically generated type registration mechanics. |
vtkGenericMovieWriter - an abstract movie writer class.
Description vtkGenericMovieWriter is the abstract base class for several movie writers. The input type is a vtkImageData. The Start() method will open and create the file, the Write() method will output a frame to the file (i.e. the contents of the vtkImageData), End() will finalize and close the file.
vtkAVIWriter vtkMPEG2Writer
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings.
static Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkGenericMovieWriter.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
virtual void Kitware.VTK.vtkGenericMovieWriter.End | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
virtual int Kitware.VTK.vtkGenericMovieWriter.GetError | ( | ) | [virtual] |
Was there an error on the last write performed?
virtual string Kitware.VTK.vtkGenericMovieWriter.GetFileName | ( | ) | [virtual] |
Specify file name of avi file.
virtual vtkImageData Kitware.VTK.vtkGenericMovieWriter.GetInput | ( | ) | [virtual] |
Set/Get the input object from the image pipeline.
static string Kitware.VTK.vtkGenericMovieWriter.GetStringFromErrorCode | ( | uint | arg0 | ) | [static] |
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings.
override int Kitware.VTK.vtkGenericMovieWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
static new int Kitware.VTK.vtkGenericMovieWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
static new vtkGenericMovieWriter Kitware.VTK.vtkGenericMovieWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
virtual void Kitware.VTK.vtkGenericMovieWriter.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of avi file.
virtual void Kitware.VTK.vtkGenericMovieWriter.SetInput | ( | vtkImageData | input | ) | [virtual] |
Set/Get the input object from the image pipeline.
virtual void Kitware.VTK.vtkGenericMovieWriter.Start | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
static internal void Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_End_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_GetError_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_GetFileName_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_GetInput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_GetStringFromErrorCode_05 | ( | uint | arg0 | ) | [private] |
static internal int Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_SetFileName_10 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_SetInput_11 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_Start_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericMovieWriter.vtkGenericMovieWriter_Write_13 | ( | HandleRef | pThis | ) | [private] |
virtual void Kitware.VTK.vtkGenericMovieWriter.Write | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
new readonly string Kitware.VTK.vtkGenericMovieWriter.MRClassNameKey = "21vtkGenericMovieWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.
new const string Kitware.VTK.vtkGenericMovieWriter.MRFullTypeName = "Kitware.VTK.vtkGenericMovieWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProcessObject.
Reimplemented in Kitware.VTK.vtkFFMPEGWriter.