#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 |
|
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. |
|
Grab a single frame or multiple frames. Reimplemented from vtkVideoSource. |
|
See vtkVideoSource Reimplemented from vtkVideoSource. |
|
For internal use only |
|
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. |
|
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. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkVideoSource. |
|
Go into continuous grab mode. The video source will be automatically Modified() every time a new frame arrives. 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. |
|
Release the video driver. This is called automatically when the vtkVideoSource is destroyed. 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. |
|
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. |
|
End continuous grab mode. Reimplemented from vtkVideoSource. |
|
bring up a modal dialog box for video format selection |
|
bring up a modal dialog box for video input selection |