#include <vtkWin32VideoSource.h>
Inheritance diagram for vtkWin32VideoSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Initialize () |
void | ReleaseSystemResources () |
void | Grab (int n) |
void | Grab () |
void | Play () |
void | Stop () |
void | SetFrameSize (int x, int y, int z) |
void | SetFrameRate (float rate) |
void | SetOutputFormat (int format) |
void | VideoFormatDialog () |
void | VideoSourceDialog () |
void | InternalGrab (LPVIDEOHDR VideoHdrPtr) |
Static Public Methods | |
vtkWin32VideoSource * | New () |
int | IsTypeOf (const char *type) |
vtkWin32VideoSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkWin32VideoSource () | |
~vtkWin32VideoSource () | |
vtkWin32VideoSource (const vtkWin32VideoSource &) | |
void | operator= (const vtkWin32VideoSource &) |
void | CheckBuffer () |
void | UnpackRasterLine (char *outptr, char *inptr, int start, int count) |
void | DoVFWFormatSetup () |
void | DoVFWFormatCheck () |
Protected Attributes | |
char | WndClassName [16] |
HWND | CapWnd |
HWND | ParentWnd |
CAPSTATUS | CapStatus |
CAPDRIVERCAPS | CapDriverCaps |
CAPTUREPARMS | CaptureParms |
LPBITMAPINFO | BitMapPtr |
int | BitMapSize |
int | FatalVFWError |
Definition at line 61 of file vtkWin32VideoSource.h.
|
|
|
|
|
Definition at line 95 of file vtkWin32VideoSource.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkVideoSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkVideoSource. |
|
See vtkVideoSource Reimplemented from vtkVideoSource. |
|
Release the video driver. This is called automatically when the vtkVideoSource is destroyed. Reimplemented from vtkVideoSource. |
|
Grab a single frame or multiple frames. Reimplemented from vtkVideoSource. |
|
Reimplemented from vtkVideoSource. Definition at line 73 of file vtkWin32VideoSource.h. |
|
Go into continuous grab mode. The video source will be automatically Modified() every time a new frame arrives. Reimplemented from vtkVideoSource. |
|
End continuous grab mode. Reimplemented from vtkVideoSource. |
|
Reimplemented from vtkVideoSource. |
|
Set the frame rate for 'Play' mode. The default is 30 frames/s for most video digitizers. Reimplemented from vtkVideoSource. |
|
Set the output format. This must be appropriate for device, usually only VTK_LUMINANCE, VTK_RGB, and VTK_RGBA are supported. Reimplemented from vtkVideoSource. |
|
bring up a modal dialog box for video format selection |
|
bring up a modal dialog box for video input selection |
|
For internal use only |
|
Definition at line 96 of file vtkWin32VideoSource.h. |
|
|
|
Reimplemented from vtkVideoSource. |
|
|
|
|
|
Definition at line 98 of file vtkWin32VideoSource.h. |
|
Definition at line 99 of file vtkWin32VideoSource.h. |
|
Definition at line 100 of file vtkWin32VideoSource.h. |
|
Definition at line 101 of file vtkWin32VideoSource.h. |
|
Definition at line 102 of file vtkWin32VideoSource.h. |
|
Definition at line 103 of file vtkWin32VideoSource.h. |
|
Definition at line 104 of file vtkWin32VideoSource.h. |
|
Definition at line 105 of file vtkWin32VideoSource.h. |
|
Definition at line 107 of file vtkWin32VideoSource.h. |