The PhotoPair type exposes the following members.

Constructors

  NameDescription
PhotoPairOverloaded.

Methods

  NameDescription
CopyIModel
this method returns a copy of this model
(Overrides Model..::.CopyIModel()()().)
DrawHead
this method should draw the object as it would look like if we look at it through an eye located between the 2 observer eyes
(Overrides Model..::.DrawHead()()().)
DrawLeftEye
this method should draw the object as it would look like if we look at it through the observer's path_l eye
(Overrides Model..::.DrawLeftEye()()().)
DrawRightEye
this method should draw the object as it would look like if we look at it through the observer's path_r eye
(Overrides Model..::.DrawRightEye()()().)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MaxDistanceToObserver
this method claculates the maximun distance to the observer
(Overrides Model..::.MaxDistanceToObserver(Observer).)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Fields

  NameDescription
_layer
This field tell us the layer the model belongs to
(Inherited from Model.)
_position
This vector represents the Model position
(Inherited from Model.)
_visibleLeftEye
This field represents if the model can be seen by the left eye
(Inherited from Model.)
_visibleRightEye
This field represents if the model can be seen by the right eye
(Inherited from Model.)

Properties

  NameDescription
FocalL
Sets/gets the path_l camera's focal [mm or pixel]
FocalR
Sets/gets the path_r camera's focal [mm or pixel]
Layer
This field tell us the layer the model belongs to
(Inherited from Model.)
LeftPhoto
Left photo
Position
This vector represents the Model position
(Inherited from Model.)
RightPhoto
Right photo
Visible
This field represent the visibility of the model
(Inherited from Model.)
VisibleLeftEye
This field represents if the model can be seen by the left eye
(Inherited from Model.)
VisibleRightEye
This field represents if the model can be seen by the left eye
(Inherited from Model.)

See Also