#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 | Record () |
void | Play () |
void | Stop () |
void | Grab () |
void | SetFrameSize (int x, int y, int z) |
void | SetFrameRate (float rate) |
void | SetOutputFormat (int format) |
void | VideoFormatDialog () |
void | VideoSourceDialog () |
void | Initialize () |
void | ReleaseSystemResources () |
void | SetPreview (int p) |
virtual void | PreviewOn () |
virtual void | PreviewOff () |
virtual int | GetPreview () |
void | InternalGrab (LPVIDEOHDR VideoHdrPtr) |
void | OnParentWndDestroy () |
Static Public Methods | |
vtkWin32VideoSource * | New () |
int | IsTypeOf (const char *type) |
vtkWin32VideoSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkWin32VideoSource () | |
~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 | Preview |
Definition at line 65 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. |
|
Standard VCR functionality: Record incoming video. Reimplemented from vtkVideoSource. |
|
Standard VCR functionality: Play recorded video. Reimplemented from vtkVideoSource. |
|
Standard VCR functionality: Stop recording or playing. Reimplemented from vtkVideoSource. |
|
Grab a single video frame. Reimplemented from vtkVideoSource. |
|
Request a particular frame size (set the third value to 1). Reimplemented from vtkVideoSource. |
|
Request a particular frame rate (default 30 frames per second). Reimplemented from vtkVideoSource. |
|
Request a particular output format (default: VTK_RGB). Reimplemented from vtkVideoSource. |
|
Turn on/off the preview (overlay) window. |
|
Turn on/off the preview (overlay) window. |
|
Turn on/off the preview (overlay) window. |
|
Turn on/off the preview (overlay) window. |
|
Bring up a modal dialog box for video format selection. |
|
Bring up a modal dialog box for video input selection. |
|
Initialize the driver (this is called automatically when the first grab is done). Reimplemented from vtkVideoSource. |
|
Free the driver (this is called automatically inside the destructor). Reimplemented from vtkVideoSource. |
|
For internal use only |
|
For internal use only |
|
|
|
These methods can be overridden in subclasses Reimplemented from vtkVideoSource. |
|
|
|
|
|
Definition at line 123 of file vtkWin32VideoSource.h. |
|
Definition at line 124 of file vtkWin32VideoSource.h. |
|
Definition at line 125 of file vtkWin32VideoSource.h. |
|
Definition at line 126 of file vtkWin32VideoSource.h. |
|
Definition at line 127 of file vtkWin32VideoSource.h. |
|
Definition at line 128 of file vtkWin32VideoSource.h. |
|
Definition at line 129 of file vtkWin32VideoSource.h. |
|
Definition at line 130 of file vtkWin32VideoSource.h. |
|
Definition at line 132 of file vtkWin32VideoSource.h. |