VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkMILVideoSource Class Reference

Matrox Imaging Library frame grabbers. More...

#include <vtkMILVideoSource.h>

Inheritance diagram for vtkMILVideoSource:
[legend]
Collaboration diagram for vtkMILVideoSource:
[legend]

List of all members.

Public Types

typedef vtkVideoSource Superclass
- Public Types inherited from vtkVideoSource
- Public Types inherited from vtkImageAlgorithm
- Public Types inherited from vtkAlgorithm
- Public Types inherited from vtkObject

Public Member Functions

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 SetOutputFormat (int format)
void Initialize ()
void ReleaseSystemResources ()
virtual void SetVideoChannel (int channel)
virtual int GetVideoChannel ()
virtual void SetVideoFormat (int format)
void SetVideoFormatToNTSC ()
void SetVideoFormatToPAL ()
void SetVideoFormatToSECAM ()
void SetVideoFormatToRS170 ()
void SetVideoFormatToCCIR ()
void SetVideoFormatToNonStandard ()
virtual int GetVideoFormat ()
virtual void SetVideoInput (int input)
void SetVideoInputToMono ()
void SetVideoInputToComposite ()
void SetVideoInputToYC ()
void SetVideoInputToRGB ()
void SetVideoInputToDigital ()
virtual int GetVideoInput ()
virtual void SetContrastLevel (float contrast)
virtual float GetContrastLevel ()
virtual void SetBrightnessLevel (float brightness)
virtual float GetBrightnessLevel ()
virtual void SetHueLevel (float hue)
virtual float GetHueLevel ()
virtual void SetSaturationLevel (float saturation)
virtual float GetSaturationLevel ()
virtual void SetBlackLevel (float value)
virtual float GetBlackLevel ()
virtual void SetWhiteLevel (float value)
virtual float GetWhiteLevel ()
virtual void SetMILSystemType (const char *)
virtual char * GetMILSystemType ()
void SetMILSystemTypeToMeteor ()
void SetMILSystemTypeToMeteorII ()
void SetMILSystemTypeToMeteorIIDig ()
void SetMILSystemTypeToMeteorIICL ()
void SetMILSystemTypeToMeteorII1394 ()
void SetMILSystemTypeToCorona ()
void SetMILSystemTypeToCoronaII ()
void SetMILSystemTypeToPulsar ()
void SetMILSystemTypeToGenesis ()
void SetMILSystemTypeToGenesisPlus ()
void SetMILSystemTypeToOrion ()
void SetMILSystemTypeToCronos ()
void SetMILSystemTypeToOdyssey ()
virtual void SetMILSystemNumber (int)
virtual int GetMILSystemNumber ()
virtual void SetMILDigitizerDCF (const char *)
virtual char * GetMILDigitizerDCF ()
virtual void SetMILDigitizerNumber (int)
virtual int GetMILDigitizerNumber ()
virtual void SetMILErrorMessages (int yesno)
virtual void MILErrorMessagesOn ()
virtual void MILErrorMessagesOff ()
virtual int GetMILErrorMessages ()
virtual void SetMILAppID (long)
virtual long GetMILAppID ()
virtual void SetMILSysID (long)
virtual long GetMILSysID ()
virtual long GetMILDigID ()
virtual long GetMILBufID ()
- Public Member Functions inherited from vtkVideoSource
virtual void Rewind ()
virtual void FastForward ()
virtual void Seek (int n)
virtual double GetFrameTimeStamp (int frame)
double GetFrameTimeStamp ()
virtual int GetRecording ()
virtual int GetPlaying ()
virtual void SetFrameSize (int dim[3])
virtual int * GetFrameSize ()
virtual void GetFrameSize (int &, int &, int &)
virtual void GetFrameSize (int[3])
virtual void SetFrameRate (float rate)
virtual float GetFrameRate ()
void SetOutputFormatToLuminance ()
void SetOutputFormatToRGB ()
void SetOutputFormatToRGBA ()
virtual int GetOutputFormat ()
virtual void SetFrameBufferSize (int FrameBufferSize)
virtual int GetFrameBufferSize ()
virtual void SetNumberOfOutputFrames (int)
virtual int GetNumberOfOutputFrames ()
virtual void AutoAdvanceOn ()
virtual void AutoAdvanceOff ()
virtual void SetAutoAdvance (int)
virtual int GetAutoAdvance ()
virtual void SetClipRegion (int r[6])
virtual void SetClipRegion (int x0, int x1, int y0, int y1, int z0, int z1)
virtual int * GetClipRegion ()
virtual void GetClipRegion (int &, int &, int &, int &, int &, int &)
virtual void GetClipRegion (int[6])
virtual void SetOutputWholeExtent (int, int, int, int, int, int)
virtual void SetOutputWholeExtent (int[6])
virtual int * GetOutputWholeExtent ()
virtual void GetOutputWholeExtent (int &, int &, int &, int &, int &, int &)
virtual void GetOutputWholeExtent (int[6])
virtual void SetDataSpacing (double, double, double)
virtual void SetDataSpacing (double[3])
virtual double * GetDataSpacing ()
virtual void GetDataSpacing (double &, double &, double &)
virtual void GetDataSpacing (double[3])
virtual void SetDataOrigin (double, double, double)
virtual void SetDataOrigin (double[3])
virtual double * GetDataOrigin ()
virtual void GetDataOrigin (double &, double &, double &)
virtual void GetDataOrigin (double[3])
virtual void SetOpacity (float)
virtual float GetOpacity ()
virtual int GetFrameCount ()
virtual void SetFrameCount (int)
virtual int GetFrameIndex ()
virtual int GetInitialized ()
void SetStartTimeStamp (double t)
double GetStartTimeStamp ()
- Public Member Functions inherited from vtkImageAlgorithm
vtkDataObjectGetInput (int port)
vtkDataObjectGetInput ()
vtkImageDataGetImageDataInput (int port)
vtkImageDataGetOutput ()
vtkImageDataGetOutput (int)
virtual void SetOutput (vtkDataObject *d)
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInput (vtkDataObject *)
void SetInput (int, vtkDataObject *)
virtual void AddInput (vtkDataObject *)
virtual void AddInput (int, vtkDataObject *)
- Public Member Functions inherited from vtkAlgorithm
int HasExecutive ()
vtkExecutiveGetExecutive ()
virtual void SetExecutive (vtkExecutive *executive)
virtual int ModifyRequest (vtkInformation *request, int when)
vtkInformationGetInputPortInformation (int port)
vtkInformationGetOutputPortInformation (int port)
int GetNumberOfInputPorts ()
int GetNumberOfOutputPorts ()
void UpdateProgress (double amount)
vtkInformationGetInputArrayInformation (int idx)
void RemoveAllInputs ()
vtkDataObjectGetOutputDataObject (int port)
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
int GetNumberOfInputConnections (int port)
int GetTotalNumberOfInputConnections ()
vtkAlgorithmOutputGetInputConnection (int port, int index)
virtual void Update ()
virtual void UpdateInformation ()
virtual void UpdateWholeExtent ()
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
virtual double ComputePriority ()
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
virtual vtkInformationGetInformation ()
virtual void SetInformation (vtkInformation *)
virtual void Register (vtkObjectBase *o)
virtual void UnRegister (vtkObjectBase *o)
virtual void SetAbortExecute (int)
virtual int GetAbortExecute ()
virtual void AbortExecuteOn ()
virtual void AbortExecuteOff ()
virtual void SetProgress (double)
virtual double GetProgress ()
void SetProgressText (const char *ptext)
virtual char * GetProgressText ()
virtual unsigned long GetErrorCode ()
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
vtkDataObjectGetInputDataObject (int port, int connection)
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
virtual void SetInputConnection (vtkAlgorithmOutput *input)
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
virtual void AddInputConnection (vtkAlgorithmOutput *input)
vtkAlgorithmOutputGetOutputPort (int index)
vtkAlgorithmOutputGetOutputPort ()
virtual void SetReleaseDataFlag (int)
virtual int GetReleaseDataFlag ()
void ReleaseDataFlagOn ()
void ReleaseDataFlagOff ()
int UpdateExtentIsEmpty (vtkDataObject *output)
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
virtual void DebugOff ()
unsigned char GetDebug ()
void SetDebug (unsigned char debugFlag)
virtual void Modified ()
virtual unsigned long GetMTime ()
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
vtkCommandGetCommand (unsigned long tag)
void RemoveObserver (vtkCommand *)
void RemoveObservers (unsigned long event, vtkCommand *)
void RemoveObservers (const char *event, vtkCommand *)
int HasObserver (unsigned long event, vtkCommand *)
int HasObserver (const char *event, vtkCommand *)
void RemoveObserver (unsigned long tag)
void RemoveObservers (unsigned long event)
void RemoveObservers (const char *event)
void RemoveAllObservers ()
int HasObserver (unsigned long event)
int HasObserver (const char *event)
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
int InvokeEvent (unsigned long event, void *callData)
int InvokeEvent (const char *event, void *callData)
int InvokeEvent (unsigned long event)
int InvokeEvent (const char *event)
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
virtual void Delete ()
virtual void FastDelete ()
void Print (ostream &os)
void SetReferenceCount (int)
void PrintRevisions (ostream &os)
virtual void PrintHeader (ostream &os, vtkIndent indent)
virtual void PrintTrailer (ostream &os, vtkIndent indent)
int GetReferenceCount ()

Static Public Member Functions

static vtkMILVideoSourceNew ()
static int IsTypeOf (const char *type)
static vtkMILVideoSourceSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkMILVideoSource ()
 ~vtkMILVideoSource ()
virtual void AllocateMILDigitizer ()
virtual void AllocateMILBuffer ()
virtual char * MILInterpreterForSystem (const char *system)
double CreateTimeStampForFrame (unsigned long frame)
- Protected Member Functions inherited from vtkVideoSource
 vtkVideoSource ()
 ~vtkVideoSource ()
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void UpdateFrameBuffer ()
virtual void AdvanceFrameBuffer (int n)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void UnpackRasterLine (char *outPtr, char *rowPtr, int start, int count)
- Protected Member Functions inherited from vtkImageAlgorithm
 vtkImageAlgorithm ()
 ~vtkImageAlgorithm ()
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void CopyInputArrayAttributesToOutput (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void AllocateOutputData (vtkImageData *out, int *uExtent)
virtual vtkImageDataAllocateOutputData (vtkDataObject *out)
virtual void CopyAttributeData (vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual void ExecuteData (vtkDataObject *output)
virtual void Execute ()
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 ~vtkAlgorithm ()
virtual void SetNumberOfInputPorts (int n)
virtual void SetNumberOfOutputPorts (int n)
int InputPortIndexInRange (int index, const char *action)
int OutputPortIndexInRange (int index, const char *action)
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
virtual vtkExecutiveCreateDefaultExecutive ()
virtual void ReportReferences (vtkGarbageCollector *)
virtual void SetNumberOfInputConnections (int port, int n)
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
int GetInputArrayAssociation (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
virtual void SetErrorCode (unsigned long)
- Protected Member Functions inherited from vtkObject
 vtkObject ()
virtual ~vtkObject ()
virtual void RegisterInternal (vtkObjectBase *, int check)
virtual void UnRegisterInternal (vtkObjectBase *, int check)
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
void InternalReleaseFocus ()
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
virtual ~vtkObjectBase ()
virtual void CollectRevisions (ostream &os)
 vtkObjectBase (const vtkObjectBase &)
void operator= (const vtkObjectBase &)

Protected Attributes

char * MILInterpreterDLL
int VideoChannel
int VideoInput
int VideoInputForColor
int VideoFormat
float ContrastLevel
float BrightnessLevel
float HueLevel
float SaturationLevel
float BlackLevel
float WhiteLevel
int FrameMaxSize [2]
long MILAppID
long MILSysID
long MILDigID
long MILBufID
char * MILSystemType
int MILSystemNumber
int MILDigitizerNumber
char * MILDigitizerDCF
int MILErrorMessages
int MILAppInternallyAllocated
int MILSysInternallyAllocated
int FatalMILError
double LastTimeStamp
unsigned long LastFrameCount
double EstimatedFramePeriod
double NextFramePeriod
- Protected Attributes inherited from vtkVideoSource
int Initialized
int FrameSize [3]
int ClipRegion [6]
int OutputWholeExtent [6]
double DataSpacing [3]
double DataOrigin [3]
int OutputFormat
int NumberOfScalarComponents
int FrameOutputExtent [6]
int LastNumberOfScalarComponents
int LastOutputExtent [6]
int Recording
int Playing
float FrameRate
int FrameCount
int FrameIndex
double StartTimeStamp
double FrameTimeStamp
int AutoAdvance
int NumberOfOutputFrames
float Opacity
int FlipFrames
int OutputNeedsInitialization
vtkMultiThreaderPlayerThreader
int PlayerThreadId
vtkCriticalSectionFrameBufferMutex
int FrameBufferBitsPerPixel
int FrameBufferRowAlignment
int FrameBufferExtent [6]
int FrameBufferSize
int FrameBufferIndex
void ** FrameBuffer
double * FrameBufferTimeStamps
void * OldHookFunction
void * OldUserDataPtr
int FrameCounter
int ForceGrab
void InternalGrab ()

Additional Inherited Members


Detailed Description

Matrox Imaging Library frame grabbers.

vtkMILVideoSource provides an interface to Matrox Meteor, MeteorII and Corona video digitizers through the Matrox Imaging Library interface. In order to use this class, you must link VTK with mil.lib, MIL version 5.0 or higher is required.

Warning:
With some capture cards, if this class is leaked and ReleaseSystemResources is not called, you may have to reboot before you can capture again. vtkVideoSource used to keep a global list and delete the video sources if your program leaked, due to exit crashes that was removed.
See also:
vtkWin32VideoSource vtkVideoSource

Definition at line 67 of file vtkMILVideoSource.h.


Member Typedef Documentation

Reimplemented from vtkVideoSource.

Definition at line 71 of file vtkMILVideoSource.h.


Constructor & Destructor Documentation

vtkMILVideoSource::vtkMILVideoSource ( )
protected
vtkMILVideoSource::~vtkMILVideoSource ( )
protected

Member Function Documentation

static vtkMILVideoSource* vtkMILVideoSource::New ( )
static

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkVideoSource.

virtual const char* vtkMILVideoSource::GetClassName ( )
virtual

Reimplemented from vtkVideoSource.

static int vtkMILVideoSource::IsTypeOf ( const char *  name)
static

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.

virtual int vtkMILVideoSource::IsA ( const char *  name)
virtual

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.

static vtkMILVideoSource* vtkMILVideoSource::SafeDownCast ( vtkObject o)
static

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

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.

void vtkMILVideoSource::Record ( )
virtual

Standard VCR functionality: Record incoming video.

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::Play ( )
virtual

Standard VCR functionality: Play recorded video.

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::Stop ( )
virtual

Standard VCR functionality: Stop recording or playing.

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::Grab ( )
virtual

Grab a single video frame.

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::SetFrameSize ( int  x,
int  y,
int  z 
)
virtual

Request a particular frame size (set the third value to 1).

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::SetOutputFormat ( int  format)
virtual

Request a particular output format (default: VTK_RGB).

Reimplemented from vtkVideoSource.

virtual void vtkMILVideoSource::SetVideoChannel ( int  channel)
virtual

Set/Get the video channel

virtual int vtkMILVideoSource::GetVideoChannel ( )
virtual

Set/Get the video channel

virtual void vtkMILVideoSource::SetVideoFormat ( int  format)
virtual

Set/Get the video format

void vtkMILVideoSource::SetVideoFormatToNTSC ( )
inline

Set/Get the video format

Definition at line 101 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoFormatToPAL ( )
inline

Set/Get the video format

Definition at line 102 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoFormatToSECAM ( )
inline

Set/Get the video format

Definition at line 103 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoFormatToRS170 ( )
inline

Set/Get the video format

Definition at line 104 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoFormatToCCIR ( )
inline

Set/Get the video format

Definition at line 105 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoFormatToNonStandard ( )
inline

Set/Get the video format

Definition at line 106 of file vtkMILVideoSource.h.

virtual int vtkMILVideoSource::GetVideoFormat ( )
virtual

Set/Get the video format

virtual void vtkMILVideoSource::SetVideoInput ( int  input)
virtual

Set/Get the video input

void vtkMILVideoSource::SetVideoInputToMono ( )
inline

Set/Get the video input

Definition at line 114 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoInputToComposite ( )
inline

Set/Get the video input

Definition at line 115 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoInputToYC ( )
inline

Set/Get the video input

Definition at line 116 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoInputToRGB ( )
inline

Set/Get the video input

Definition at line 117 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetVideoInputToDigital ( )
inline

Set/Get the video input

Definition at line 118 of file vtkMILVideoSource.h.

virtual int vtkMILVideoSource::GetVideoInput ( )
virtual

Set/Get the video input

virtual void vtkMILVideoSource::SetContrastLevel ( float  contrast)
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual float vtkMILVideoSource::GetContrastLevel ( )
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual void vtkMILVideoSource::SetBrightnessLevel ( float  brightness)
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual float vtkMILVideoSource::GetBrightnessLevel ( )
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual void vtkMILVideoSource::SetHueLevel ( float  hue)
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual float vtkMILVideoSource::GetHueLevel ( )
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual void vtkMILVideoSource::SetSaturationLevel ( float  saturation)
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual float vtkMILVideoSource::GetSaturationLevel ( )
virtual

Set/Get the video levels for composite/SVideo: the valid ranges are: Contrast [0.0,2.0] Brighness [0.0,255.0] Hue [-0.5,0.5] Saturation [0.0,2.0]

virtual void vtkMILVideoSource::SetBlackLevel ( float  value)
virtual

Set/Get the video levels for monochrome/RGB: valid values are between 0.0 and 255.0.

virtual float vtkMILVideoSource::GetBlackLevel ( )
inlinevirtual

Set/Get the video levels for monochrome/RGB: valid values are between 0.0 and 255.0.

Definition at line 140 of file vtkMILVideoSource.h.

virtual void vtkMILVideoSource::SetWhiteLevel ( float  value)
virtual

Set/Get the video levels for monochrome/RGB: valid values are between 0.0 and 255.0.

virtual float vtkMILVideoSource::GetWhiteLevel ( )
inlinevirtual

Set/Get the video levels for monochrome/RGB: valid values are between 0.0 and 255.0.

Definition at line 143 of file vtkMILVideoSource.h.

virtual void vtkMILVideoSource::SetMILSystemType ( const char *  )
virtual

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

virtual char* vtkMILVideoSource::GetMILSystemType ( )
virtual

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

void vtkMILVideoSource::SetMILSystemTypeToMeteor ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 152 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToMeteorII ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 153 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToMeteorIIDig ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 154 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToMeteorIICL ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 155 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToMeteorII1394 ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 156 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToCorona ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 157 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToCoronaII ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 158 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToPulsar ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 159 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToGenesis ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 160 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToGenesisPlus ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 161 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToOrion ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 162 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToCronos ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 163 of file vtkMILVideoSource.h.

void vtkMILVideoSource::SetMILSystemTypeToOdyssey ( )
inline

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

Definition at line 164 of file vtkMILVideoSource.h.

virtual void vtkMILVideoSource::SetMILSystemNumber ( int  )
virtual

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

virtual int vtkMILVideoSource::GetMILSystemNumber ( )
virtual

Set the system which you want use. If you don't specify a system, then your primary digitizer will be autodetected.

virtual void vtkMILVideoSource::SetMILDigitizerDCF ( const char *  )
virtual

Set the DCF filename for non-standard video formats

virtual char* vtkMILVideoSource::GetMILDigitizerDCF ( )
virtual

Set the DCF filename for non-standard video formats

virtual void vtkMILVideoSource::SetMILDigitizerNumber ( int  )
virtual

Set the digitizer number for systems with multiple digitizers

virtual int vtkMILVideoSource::GetMILDigitizerNumber ( )
virtual

Set the digitizer number for systems with multiple digitizers

virtual void vtkMILVideoSource::SetMILErrorMessages ( int  yesno)
virtual

Set whether to display MIL error messages (default on)

virtual void vtkMILVideoSource::MILErrorMessagesOn ( )
virtual

Set whether to display MIL error messages (default on)

virtual void vtkMILVideoSource::MILErrorMessagesOff ( )
virtual

Set whether to display MIL error messages (default on)

virtual int vtkMILVideoSource::GetMILErrorMessages ( )
virtual

Set whether to display MIL error messages (default on)

virtual void vtkMILVideoSource::SetMILAppID ( long  )
virtual

Allows fine-grained control

virtual long vtkMILVideoSource::GetMILAppID ( )
virtual

Allows fine-grained control

virtual void vtkMILVideoSource::SetMILSysID ( long  )
virtual

Allows fine-grained control

virtual long vtkMILVideoSource::GetMILSysID ( )
virtual

Allows fine-grained control

virtual long vtkMILVideoSource::GetMILDigID ( )
virtual

Allows fine-grained control

virtual long vtkMILVideoSource::GetMILBufID ( )
virtual

Allows fine-grained control

void vtkMILVideoSource::Initialize ( )
virtual

Initialize the driver (this is called automatically when the first grab is done).

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::ReleaseSystemResources ( )
virtual

Free the driver (this is called automatically inside the destructor).

Reimplemented from vtkVideoSource.

void vtkMILVideoSource::InternalGrab ( )
virtual

For internal use only

Reimplemented from vtkVideoSource.

virtual void vtkMILVideoSource::AllocateMILDigitizer ( )
protectedvirtual
virtual void vtkMILVideoSource::AllocateMILBuffer ( )
protectedvirtual
virtual char* vtkMILVideoSource::MILInterpreterForSystem ( const char *  system)
protectedvirtual
double vtkMILVideoSource::CreateTimeStampForFrame ( unsigned long  frame)
protected

Method for updating the virtual clock that accurately times the arrival of each frame, more accurately than is possible with the system clock alone because the virtual clock averages out the jitter.


Member Data Documentation

void* vtkMILVideoSource::OldHookFunction

For internal use only

Definition at line 209 of file vtkMILVideoSource.h.

void* vtkMILVideoSource::OldUserDataPtr

For internal use only

Definition at line 210 of file vtkMILVideoSource.h.

int vtkMILVideoSource::FrameCounter

For internal use only

Definition at line 211 of file vtkMILVideoSource.h.

int vtkMILVideoSource::ForceGrab

For internal use only

Definition at line 212 of file vtkMILVideoSource.h.

char* vtkMILVideoSource::MILInterpreterDLL
protected

Definition at line 224 of file vtkMILVideoSource.h.

int vtkMILVideoSource::VideoChannel
protected

Definition at line 226 of file vtkMILVideoSource.h.

int vtkMILVideoSource::VideoInput
protected

Definition at line 227 of file vtkMILVideoSource.h.

int vtkMILVideoSource::VideoInputForColor
protected

Definition at line 228 of file vtkMILVideoSource.h.

int vtkMILVideoSource::VideoFormat
protected

Definition at line 229 of file vtkMILVideoSource.h.

float vtkMILVideoSource::ContrastLevel
protected

Definition at line 231 of file vtkMILVideoSource.h.

float vtkMILVideoSource::BrightnessLevel
protected

Definition at line 232 of file vtkMILVideoSource.h.

float vtkMILVideoSource::HueLevel
protected

Definition at line 233 of file vtkMILVideoSource.h.

float vtkMILVideoSource::SaturationLevel
protected

Definition at line 234 of file vtkMILVideoSource.h.

float vtkMILVideoSource::BlackLevel
protected

Definition at line 236 of file vtkMILVideoSource.h.

float vtkMILVideoSource::WhiteLevel
protected

Definition at line 237 of file vtkMILVideoSource.h.

int vtkMILVideoSource::FrameMaxSize[2]
protected

Definition at line 239 of file vtkMILVideoSource.h.

long vtkMILVideoSource::MILAppID
protected

Definition at line 241 of file vtkMILVideoSource.h.

long vtkMILVideoSource::MILSysID
protected

Definition at line 242 of file vtkMILVideoSource.h.

long vtkMILVideoSource::MILDigID
protected

Definition at line 243 of file vtkMILVideoSource.h.

long vtkMILVideoSource::MILBufID
protected

Definition at line 244 of file vtkMILVideoSource.h.

char* vtkMILVideoSource::MILSystemType
protected

Definition at line 248 of file vtkMILVideoSource.h.

int vtkMILVideoSource::MILSystemNumber
protected

Definition at line 249 of file vtkMILVideoSource.h.

int vtkMILVideoSource::MILDigitizerNumber
protected

Definition at line 251 of file vtkMILVideoSource.h.

char* vtkMILVideoSource::MILDigitizerDCF
protected

Definition at line 252 of file vtkMILVideoSource.h.

int vtkMILVideoSource::MILErrorMessages
protected

Definition at line 254 of file vtkMILVideoSource.h.

int vtkMILVideoSource::MILAppInternallyAllocated
protected

Definition at line 256 of file vtkMILVideoSource.h.

int vtkMILVideoSource::MILSysInternallyAllocated
protected

Definition at line 257 of file vtkMILVideoSource.h.

int vtkMILVideoSource::FatalMILError
protected

Definition at line 259 of file vtkMILVideoSource.h.

double vtkMILVideoSource::LastTimeStamp
protected

Definition at line 266 of file vtkMILVideoSource.h.

unsigned long vtkMILVideoSource::LastFrameCount
protected

Definition at line 267 of file vtkMILVideoSource.h.

double vtkMILVideoSource::EstimatedFramePeriod
protected

Definition at line 268 of file vtkMILVideoSource.h.

double vtkMILVideoSource::NextFramePeriod
protected

Definition at line 269 of file vtkMILVideoSource.h.


The documentation for this class was generated from the following file: