PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkPlusWinProbeVideoSource.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusWinProbeVideoSource.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusUSImagingParameters.h"
#include "WinProbe.h"
#include <algorithm>
#include <cmath>
#include <PlusMath.h>
Include dependency graph for vtkPlusWinProbeVideoSource.cxx:

Go to the source code of this file.

Functions

int32_t focalCountFromDepthsArray (float *depths, unsigned arraySize)
 
int __stdcall frameCallback (int length, char *data, char *hHeader, char *hGeometry, char *hModeFrameHeader)
 
 vtkStandardNewMacro (vtkPlusWinProbeVideoSource)
 

Variables

int32_t quadBFCount = 1
 
vtkPlusWinProbeVideoSourcethisPtr = nullptr
 

Function Documentation

◆ focalCountFromDepthsArray()

int32_t focalCountFromDepthsArray ( float *  depths,
unsigned  arraySize 
)

Definition at line 115 of file vtkPlusWinProbeVideoSource.cxx.

◆ frameCallback()

int __stdcall frameCallback ( int  length,
char *  data,
char *  hHeader,
char *  hGeometry,
char *  hModeFrameHeader 
)

Definition at line 386 of file vtkPlusWinProbeVideoSource.cxx.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusWinProbeVideoSource  )

Variable Documentation

◆ quadBFCount

int32_t quadBFCount = 1

Definition at line 382 of file vtkPlusWinProbeVideoSource.cxx.

◆ thisPtr

vtkPlusWinProbeVideoSource* thisPtr = nullptr

Definition at line 381 of file vtkPlusWinProbeVideoSource.cxx.