MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.LoadedObjects Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_vector_std_shared_ptr_Object objs, str warnings)
 
str warnings (self)
 
None warnings (self, str arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
LoadedObjects operator (*args, **kwargs)
 
LoadedObjects operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_objs = 0
 
typing _offsetof_warnings = 24
 

Detailed Description

Generated from:  MR::LoadedObjects

result of loading (e.g. from a file) as a number of objects

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.LoadedObjects.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.LoadedObjects.__init__ ( self,
std_vector_std_shared_ptr_Object objs,
str warnings )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ warnings() [1/2]

str mrmeshpy.LoadedObjects.warnings ( self)
either empty or ends with '\\n'

◆ warnings() [2/2]

None mrmeshpy.LoadedObjects.warnings ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_objs

typing mrmeshpy.LoadedObjects._offsetof_objs = 0
staticprotected

◆ _offsetof_warnings

typing mrmeshpy.LoadedObjects._offsetof_warnings = 24
staticprotected

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