This is used as a function parameter when passing Box_AffineXf3d by value with a default argument, since trying to use ? instead seems to prevent us from taking its address. Usage:
More...
Public Member Functions | |
| _InOpt_AffineXf3d (AffineXf3d new_value) | |
| _InOpt_AffineXf3d (ConstBox_AffineXf3d new_value) | |
Static Public Member Functions | |
| static implicit | operator _InOpt_AffineXf3d (AffineXf3d new_value) |
| static implicit | operator _InOpt_AffineXf3d (ConstBox_AffineXf3d new_value) |
Public Attributes | |
| readonly bool | HasValue |
Properties | |
| AffineXf3d | Value [get] |
This is used as a function parameter when passing Box_AffineXf3d by value with a default argument, since trying to use ? instead seems to prevent us from taking its address. Usage:
Box_AffineXf3d/ConstBox_AffineXf3d to copy it into the function.null to use the default argument