MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty Class Reference

Public Member Functions

bool __bool__ (self)
 
None __delitem__ (self, int arg0)
 
None __delitem__ (self, slice arg0)
 
std_vector_FeatureObjectSharedProperty __getitem__ (self, slice s)
 
FeatureObjectSharedProperty __getitem__ (self, int arg0)
 
None __init__ (self)
 
None __init__ (self, typing.Iterable arg0)
 
None __init__ (self, std_vector_FeatureObjectSharedProperty arg0)
 
typing.Iterator __iter__ (self)
 
int __len__ (self)
 
None __setitem__ (self, int arg0, FeatureObjectSharedProperty arg1)
 
None __setitem__ (self, slice arg0, std_vector_FeatureObjectSharedProperty arg1)
 
None append (self, FeatureObjectSharedProperty x)
 
None clear (self)
 
bool empty (self)
 
None extend (self, std_vector_FeatureObjectSharedProperty L)
 
None extend (self, typing.Iterable L)
 
None insert (self, int i, FeatureObjectSharedProperty x)
 
FeatureObjectSharedProperty pop (self)
 
FeatureObjectSharedProperty pop (self, int i)
 
None resize (self, int arg0, FeatureObjectSharedProperty arg1)
 
int size (self)
 

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__init__ ( self,
typing.Iterable arg0 )

◆ __init__() [3/3]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__init__ ( self,
std_vector_FeatureObjectSharedProperty arg0 )

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__bool__ ( self)
Check whether the list is nonempty

◆ __delitem__() [1/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__delitem__ ( self,
int arg0 )
Delete the list elements at index ``i``

◆ __delitem__() [2/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__delitem__ ( self,
slice arg0 )
Delete list elements using a slice object

◆ __getitem__() [1/2]

FeatureObjectSharedProperty meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__getitem__ ( self,
int arg0 )

◆ __getitem__() [2/2]

std_vector_FeatureObjectSharedProperty meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__getitem__ ( self,
slice s )
Retrieve list elements using a slice object

◆ __iter__()

typing.Iterator meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__iter__ ( self)

◆ __len__()

int meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__len__ ( self)

◆ __setitem__() [1/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__setitem__ ( self,
int arg0,
FeatureObjectSharedProperty arg1 )

◆ __setitem__() [2/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.__setitem__ ( self,
slice arg0,
std_vector_FeatureObjectSharedProperty arg1 )
Assign list elements using a slice object

◆ append()

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.append ( self,
FeatureObjectSharedProperty x )
Add an item to the end of the list

◆ clear()

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.clear ( self)
Clear the contents

◆ empty()

bool meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.empty ( self)

◆ extend() [1/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.extend ( self,
std_vector_FeatureObjectSharedProperty L )
Extend the list by appending all the items in the given list

◆ extend() [2/2]

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.extend ( self,
typing.Iterable L )
Extend the list by appending all the items in the given list

◆ insert()

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.insert ( self,
int i,
FeatureObjectSharedProperty x )
Insert an item at a given position.

◆ pop() [1/2]

FeatureObjectSharedProperty meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.pop ( self)
Remove and return the last item

◆ pop() [2/2]

FeatureObjectSharedProperty meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.pop ( self,
int i )
Remove and return the item at index ``i``

◆ resize()

None meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.resize ( self,
int arg0,
FeatureObjectSharedProperty arg1 )

◆ size()

int meshlib.mrmeshpy.std_vector_FeatureObjectSharedProperty.size ( self)

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