#include <vtkSonixVideoSource.h>
|
| vtkTypeRevisionMacro (vtkSonixVideoSource, vtkVideoSource) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | Record () |
|
virtual void | Play () |
|
virtual void | Stop () |
|
void | Grab () |
|
void | SetOutputFormat (int format) |
|
void | SetImagingMode (int mode) |
|
void | GetImagingMode (int &mode) |
|
void | SetSonixIP (const char *SonixIP) |
|
| vtkGetMacro (Frequency, int) |
|
| vtkSetMacro (Frequency, int) |
|
| vtkGetMacro (Depth, int) |
|
| vtkSetMacro (Depth, int) |
|
| vtkGetMacro (FrameRate, float) |
|
| vtkSetMacro (FrameRate, float) |
|
| vtkGetMacro (AcquisitionDataType, int) |
|
| vtkSetMacro (AcquisitionDataType, int) |
|
void | Initialize () |
|
int | IsInitialized () |
| Returns true if Sonix is initialized. More...
|
|
bool | getFreezeState () |
| Returns true if connected to Sonix and Sonix in freeze state, false otherwise. More...
|
|
void | ReleaseSystemResources () |
|
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | setSonixHelper (SonixHelper *sonixHelper) |
|
void | setDebugOutput (bool debug) |
| Turn debug output on/off. More...
|
|
void | setSonixConnectionDelay (int delay) |
| The delay (sec) before trying to connect to sonix for the first time. More...
|
|
void | setUseSharedMemory (bool useSharedMemory) |
|
|
| vtkSonixVideoSource () |
|
| ~vtkSonixVideoSource () |
|
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | UnpackRasterLine (char *outptr, char *inptr, int start, int count) |
|
void | DoFormatSetup () |
|
void | calculateSpacingAndOrigin () |
| Calculate spacing and origin when needed (for each frame?) More...
|
|
void | UpdateFrameBufferExtent (uROI roi) |
| Calculate FrameBufferExtent from roi and FrameSize. More...
|
|
void | ResetFrameBufferExtent () |
|
void | LocalInternalGrab (void *data, int type, int sz, bool cine, int frmnum) |
|
int | max (int a, int b) |
|
int | min (int a, int b) |
|
Definition at line 96 of file vtkSonixVideoSource.h.
vtkSonixVideoSource::vtkSonixVideoSource |
( |
| ) |
|
|
protected |
vtkSonixVideoSource::~vtkSonixVideoSource |
( |
| ) |
|
|
protected |
void vtkSonixVideoSource::calculateSpacingAndOrigin |
( |
| ) |
|
|
protected |
Calculate spacing and origin when needed (for each frame?)
void vtkSonixVideoSource::DoFormatSetup |
( |
| ) |
|
|
protected |
bool vtkSonixVideoSource::getFreezeState |
( |
| ) |
|
Returns true if connected to Sonix and Sonix in freeze state, false otherwise.
void vtkSonixVideoSource::GetImagingMode |
( |
int & |
mode | ) |
|
|
inline |
void vtkSonixVideoSource::Grab |
( |
| ) |
|
void vtkSonixVideoSource::Initialize |
( |
| ) |
|
int vtkSonixVideoSource::IsInitialized |
( |
| ) |
|
Returns true if Sonix is initialized.
void vtkSonixVideoSource::LocalInternalGrab |
( |
void * |
data, |
|
|
int |
type, |
|
|
int |
sz, |
|
|
bool |
cine, |
|
|
int |
frmnum |
|
) |
| |
|
protected |
int vtkSonixVideoSource::max |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlineprotected |
int vtkSonixVideoSource::min |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlineprotected |
virtual void vtkSonixVideoSource::Play |
( |
| ) |
|
|
virtual |
void vtkSonixVideoSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkSonixVideoSource::Record |
( |
| ) |
|
|
virtual |
void vtkSonixVideoSource::ReleaseSystemResources |
( |
| ) |
|
int vtkSonixVideoSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
int vtkSonixVideoSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
void vtkSonixVideoSource::ResetFrameBufferExtent |
( |
| ) |
|
|
protected |
void vtkSonixVideoSource::setDebugOutput |
( |
bool |
debug | ) |
|
Turn debug output on/off.
void vtkSonixVideoSource::SetImagingMode |
( |
int |
mode | ) |
|
|
inline |
void vtkSonixVideoSource::SetOutputFormat |
( |
int |
format | ) |
|
void vtkSonixVideoSource::setSonixConnectionDelay |
( |
int |
delay | ) |
|
The delay (sec) before trying to connect to sonix for the first time.
void vtkSonixVideoSource::setSonixHelper |
( |
SonixHelper * |
sonixHelper | ) |
|
void vtkSonixVideoSource::SetSonixIP |
( |
const char * |
SonixIP | ) |
|
void vtkSonixVideoSource::setUseSharedMemory |
( |
bool |
useSharedMemory | ) |
|
virtual void vtkSonixVideoSource::Stop |
( |
| ) |
|
|
virtual |
void vtkSonixVideoSource::UnpackRasterLine |
( |
char * |
outptr, |
|
|
char * |
inptr, |
|
|
int |
start, |
|
|
int |
count |
|
) |
| |
|
protected |
void vtkSonixVideoSource::UpdateFrameBufferExtent |
( |
uROI |
roi | ) |
|
|
protected |
Calculate FrameBufferExtent from roi and FrameSize.
vtkSonixVideoSource::vtkGetMacro |
( |
Frequency |
, |
|
|
int |
|
|
) |
| |
vtkSonixVideoSource::vtkGetMacro |
( |
Depth |
, |
|
|
int |
|
|
) |
| |
vtkSonixVideoSource::vtkGetMacro |
( |
FrameRate |
, |
|
|
float |
|
|
) |
| |
vtkSonixVideoSource::vtkSetMacro |
( |
Frequency |
, |
|
|
int |
|
|
) |
| |
vtkSonixVideoSource::vtkSetMacro |
( |
Depth |
, |
|
|
int |
|
|
) |
| |
vtkSonixVideoSource::vtkSetMacro |
( |
FrameRate |
, |
|
|
float |
|
|
) |
| |
int vtkSonixVideoSource::AcquisitionDataType |
|
protected |
uDataDesc* vtkSonixVideoSource::DataDescriptor |
|
protected |
int vtkSonixVideoSource::Depth |
|
protected |
int vtkSonixVideoSource::FrameRate |
|
protected |
int vtkSonixVideoSource::Frequency |
|
protected |
int vtkSonixVideoSource::ImagingMode |
|
protected |
int vtkSonixVideoSource::lastFrameNum |
|
protected |
int vtkSonixVideoSource::lastRoiBry |
|
protected |
int vtkSonixVideoSource::lastRoiUlx |
|
protected |
bool vtkSonixVideoSource::mDebugOutput |
|
protected |
bool vtkSonixVideoSource::mFirstConnect |
|
protected |
int vtkSonixVideoSource::mSonixConnectionDelay |
|
protected |
bool vtkSonixVideoSource::mUseSharedMemory |
|
protected |
char* vtkSonixVideoSource::SonixHostIP |
|
protected |
int vtkSonixVideoSource::totalMissedFrames |
|
protected |
ulterius* vtkSonixVideoSource::ult |
|
protected |
The documentation for this class was generated from the following file:
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-RE-JOB1/CX/CX/source/resource/videoServer/vtkSonixVideoSource.h