Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ObjectComparableWithReference.ComparisonReferenceValue arg0) |
| None | __init__ (self, bool isSet, std_variant_float_Vector3_float var) |
| std_variant_float_Vector3_float | var (self) |
| None | var (self, std_variant_float_Vector3_float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ObjectComparableWithReference.ComparisonReferenceValue | operator (*args, **kwargs) |
| ObjectComparableWithReference.ComparisonReferenceValue | operator (*args, **kwargs) |
Static Public Attributes | |
| bool | Var = std_variant_float_Vector3_float |
Static Protected Attributes | |
| typing | _offsetof_isSet = 0 |
| typing | _offsetof_var = 4 |
Generated from: MR::ObjectComparableWithReference::ComparisonReferenceValue This can't be `std::optional<Var>`, because we still need the variant to know the correct type.
|
static |
| None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ | ( | self | ) |
| None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ | ( | self, | |
| ObjectComparableWithReference.ComparisonReferenceValue | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ | ( | self, | |
| bool | isSet, | ||
| std_variant_float_Vector3_float | var ) |
Implicit aggregate constructor.
|
static |
|
static |
| std_variant_float_Vector3_float mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.var | ( | self | ) |
If `isSet == false`, this will hold zeroes, or some other default values.
| None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.var | ( | self, | |
| std_variant_float_Vector3_float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
static |