MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.NoInitNodeId:

Public Member Functions

None __init__ (self)
None __init__ (self, NodeId id)
None __init__ (self, NoInitNodeId arg0)
str __repr__ (self)
Public Member Functions inherited from mrmeshpy.NodeId
NodeId __add__ (self, int a)
NodeId __add__ (self, int a)
NodeId __add__ (self, int a)
bool __bool__ (self)
bool __eq__ (self, NodeId b)
NodeId __iadd__ (self, int a)
None __init__ (self)
None __init__ (self, int i)
None __init__ (self, NodeId arg0)
int __int__ (self)
NodeId __isub__ (self, int a)
bool __ne__ (self, NodeId b)
str __repr__ (self)
int get (self)
NodeId operatorminusminus (self)
bool valid (self)

Static Public Member Functions

None __init__ (*args, **kwargs)
NoInitNodeId operator (*args, **kwargs)
NoInitNodeId operator (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.NodeId
None __init__ (*args, **kwargs)
None __init__ (*args, **kwargs)
NodeId operatorminusminus (*args, **kwargs)

Detailed Description

Generated from:  MR::NoInitNodeId

Variant of Id<T> with omitted initialization by default. Useful for containers.

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.NoInitNodeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.NoInitNodeId.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.NoInitNodeId.__init__ ( self,
NodeId id )

◆ __init__() [4/4]

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

Member Function Documentation

◆ __repr__()

str mrmeshpy.NoInitNodeId.__repr__ ( self)

◆ operator() [1/2]

NoInitNodeId mrmeshpy.NoInitNodeId.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.NodeId.

◆ operator() [2/2]

NoInitNodeId mrmeshpy.NoInitNodeId.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.NodeId.


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