Class constructor. Sets the basic parameters of a stereo pair of photographs

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public PhotoPair(
	string pL,
	string pR,
	XY dim,
	double focal,
	GLSV eng,
	int layer
)
Visual Basic (Declaration)
Public Sub New ( _
	pL As String, _
	pR As String, _
	dim As XY, _
	focal As Double, _
	eng As GLSV, _
	layer As Integer _
)
Visual C++
public:
PhotoPair(
	String^ pL, 
	String^ pR, 
	XY^ dim, 
	double focal, 
	GLSV^ eng, 
	int layer
)

Parameters

pL
Type: System..::.String
Left Photo path
pR
Type: System..::.String
Right Photo path
dim
Type: GLSV..::.XY
Photo dimensions in pixels
focal
Type: System..::.Double
Focal ot the camera
eng
Type: GLSV..::.GLSV
GLSV instance
layer
Type: System..::.Int32
Layer

See Also