MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue Class Reference

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
 

Detailed Description

Generated from:  MR::ObjectComparableWithReference::ComparisonReferenceValue

This can't be `std::optional<Var>`, because we still need the variant to know the correct type.

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ ( self,
ObjectComparableWithReference.ComparisonReferenceValue arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.__init__ ( self,
bool isSet,
std_variant_float_Vector3_float var )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

ObjectComparableWithReference.ComparisonReferenceValue mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

ObjectComparableWithReference.ComparisonReferenceValue mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.operator ( * args,
** kwargs )
static

◆ var() [1/2]

std_variant_float_Vector3_float mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.var ( self)
If `isSet == false`, this will hold zeroes, or some other default values.

◆ var() [2/2]

None mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.var ( self,
std_variant_float_Vector3_float arg1 )

Member Data Documentation

◆ _offsetof_isSet

typing mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue._offsetof_isSet = 0
staticprotected

◆ _offsetof_var

typing mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue._offsetof_var = 4
staticprotected

◆ Var

bool mrmeshpy.ObjectComparableWithReference.ComparisonReferenceValue.Var = std_variant_float_Vector3_float
static

The documentation for this class was generated from the following file: