PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros | Functions
vtkPlus3dConnexionTracker.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlus3dConnexionTracker.h"
#include "vtkMatrix4x4.h"
#include "vtkObjectFactory.h"
#include "vtkPlusDataSource.h"
#include "vtkTransform.h"
#include "vtkXMLDataElement.h"
#include "vtkXMLUtilities.h"
#include "vtksys/SystemTools.hxx"
#include <deque>
#include <math.h>
#include <sstream>
Include dependency graph for vtkPlus3dConnexionTracker.cxx:

Go to the source code of this file.

Macros

#define GWL_USERDATA_TYPE   LONG;
 
#define vtkGetWindowLong   GetWindowLong
 
#define vtkGWL_USERDATA   GWL_USERDATA
 
#define vtkSetWindowLong   SetWindowLong
 

Functions

LONG FAR PASCAL vtkPlus3dConnexionTrackerWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 
 vtkStandardNewMacro (vtkPlus3dConnexionTracker)
 

Macro Definition Documentation

◆ GWL_USERDATA_TYPE

#define GWL_USERDATA_TYPE   LONG;

Definition at line 32 of file vtkPlus3dConnexionTracker.cxx.

◆ vtkGetWindowLong

#define vtkGetWindowLong   GetWindowLong

Definition at line 29 of file vtkPlus3dConnexionTracker.cxx.

◆ vtkGWL_USERDATA

#define vtkGWL_USERDATA   GWL_USERDATA

Definition at line 31 of file vtkPlus3dConnexionTracker.cxx.

◆ vtkSetWindowLong

#define vtkSetWindowLong   SetWindowLong

Definition at line 30 of file vtkPlus3dConnexionTracker.cxx.

Function Documentation

◆ vtkPlus3dConnexionTrackerWinProc()

LONG FAR PASCAL vtkPlus3dConnexionTrackerWinProc ( HWND  hwnd,
UINT  message,
WPARAM  wParam,
LPARAM  lParam 
)

Definition at line 194 of file vtkPlus3dConnexionTracker.cxx.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlus3dConnexionTracker  )