PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros | Functions | Variables
vtkPlusSonixVideoSource.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusSonixVideoSource.h"
#include <ImagingModes.h>
#include <ulterius_def.h>
#include <vtkImageData.h>
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkMultiThreader.h>
#include <vtkObjectFactory.h>
#include <vtkStreamingDemandDrivenPipeline.h>
#include <vtkTimerLog.h>
#include <vtkUnsignedCharArray.h>
#include <vtkPlusUsImagingParameters.h>
#include <vtksys/SystemTools.hxx>
#include <ctype.h>
#include <string>
#include <vector>
Include dependency graph for vtkPlusSonixVideoSource.cxx:

Go to the source code of this file.

Macros

#define vtkGetWindowLong   GetWindowLong
 
#define vtkGWL_USERDATA   GWL_USERDATA
 
#define vtkSetWindowLong   SetWindowLong
 

Functions

 vtkStandardNewMacro (vtkPlusSonixVideoSource)
 

Variables

static const int CONNECT_RETRY = 5
 
static const int CONNECT_RETRY_DELAY_SEC = 1.0
 

Macro Definition Documentation

◆ vtkGetWindowLong

#define vtkGetWindowLong   GetWindowLong

Definition at line 64 of file vtkPlusSonixVideoSource.cxx.

◆ vtkGWL_USERDATA

#define vtkGWL_USERDATA   GWL_USERDATA

Definition at line 66 of file vtkPlusSonixVideoSource.cxx.

◆ vtkSetWindowLong

#define vtkSetWindowLong   SetWindowLong

Definition at line 65 of file vtkPlusSonixVideoSource.cxx.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusSonixVideoSource  )

Variable Documentation

◆ CONNECT_RETRY

const int CONNECT_RETRY = 5
static

Definition at line 69 of file vtkPlusSonixVideoSource.cxx.

◆ CONNECT_RETRY_DELAY_SEC

const int CONNECT_RETRY_DELAY_SEC = 1.0
static

Definition at line 70 of file vtkPlusSonixVideoSource.cxx.