PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#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>
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 |
vtkPlusWinProbeVideoSource * | thisPtr = nullptr |
int32_t focalCountFromDepthsArray | ( | float * | depths, |
unsigned | arraySize | ||
) |
Definition at line 120 of file vtkPlusWinProbeVideoSource.cxx.
int __stdcall frameCallback | ( | int | length, |
char * | data, | ||
char * | hHeader, | ||
char * | hGeometry, | ||
char * | hModeFrameHeader | ||
) |
Definition at line 391 of file vtkPlusWinProbeVideoSource.cxx.
vtkStandardNewMacro | ( | vtkPlusWinProbeVideoSource | ) |
int32_t quadBFCount = 1 |
Definition at line 387 of file vtkPlusWinProbeVideoSource.cxx.
vtkPlusWinProbeVideoSource* thisPtr = nullptr |
Definition at line 386 of file vtkPlusWinProbeVideoSource.cxx.