MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Graph.EndVertices Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, GraphVertId v0, GraphVertId v1)
 
GraphVertId otherEnd (self, GraphVertId a)
 
None replaceEnd (self, GraphVertId what, GraphVertId with_)
 
GraphVertId v0 (self)
 
None v0 (self, GraphVertId arg1)
 
GraphVertId v1 (self)
 
None v1 (self, GraphVertId arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
Graph.EndVertices operator (*args, **kwargs)
 
Graph.EndVertices operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_v0 = 0
 
typing _offsetof_v1 = 4
 

Detailed Description

Generated from:  MR::Graph::EndVertices
Aliases:  std_vector_Graph_EndVertices_const_reference, Vector_Graph_EndVertices_GraphEdgeId.const_reference, Vector_Graph_EndVertices_GraphEdgeId.reference, Vector_Graph_EndVertices_GraphEdgeId.value_type, std_vector_Graph_EndVertices_value_type, std_vector_Graph_EndVertices_reference

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.Graph.EndVertices.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.Graph.EndVertices.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.Graph.EndVertices.__init__ ( self,
GraphVertId v0,
GraphVertId v1 )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

Graph.EndVertices mrmeshpy.Graph.EndVertices.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Graph.EndVertices mrmeshpy.Graph.EndVertices.operator ( * args,
** kwargs )
static

◆ otherEnd()

GraphVertId mrmeshpy.Graph.EndVertices.otherEnd ( self,
GraphVertId a )

◆ replaceEnd()

None mrmeshpy.Graph.EndVertices.replaceEnd ( self,
GraphVertId what,
GraphVertId with_ )

◆ v0() [1/2]

GraphVertId mrmeshpy.Graph.EndVertices.v0 ( self)
v0 < v1

◆ v0() [2/2]

None mrmeshpy.Graph.EndVertices.v0 ( self,
GraphVertId arg1 )

◆ v1() [1/2]

GraphVertId mrmeshpy.Graph.EndVertices.v1 ( self)
v0 < v1

◆ v1() [2/2]

None mrmeshpy.Graph.EndVertices.v1 ( self,
GraphVertId arg1 )

Member Data Documentation

◆ _offsetof_v0

typing mrmeshpy.Graph.EndVertices._offsetof_v0 = 0
staticprotected

◆ _offsetof_v1

typing mrmeshpy.Graph.EndVertices._offsetof_v1 = 4
staticprotected

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