MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SceneLoad.SceneLoadResult Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, SceneRootObject scene, bool isSceneConstructed, std_vector_std_filesystem_path loadedFiles, str errorSummary, str warningSummary)
 
str errorSummary (self)
 
None errorSummary (self, str arg1)
 
bool isSceneConstructed (self)
 
None isSceneConstructed (self, bool arg1)
 
std_vector_std_filesystem_path loadedFiles (self)
 
None loadedFiles (self, std_vector_std_filesystem_path arg1)
 
SceneRootObject scene (self)
 
None scene (self, SceneRootObject arg1)
 
str warningSummary (self)
 
None warningSummary (self, str arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
SceneLoad.SceneLoadResult operator (*args, **kwargs)
 
SceneLoad.SceneLoadResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_errorSummary = 48
 
typing _offsetof_isSceneConstructed = 16
 
typing _offsetof_loadedFiles = 24
 
typing _offsetof_scene = 0
 
typing _offsetof_warningSummary = 80
 

Detailed Description

Generated from:  MR::SceneLoad::SceneLoadResult

Scene loading result

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.SceneLoad.SceneLoadResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.SceneLoad.SceneLoadResult.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.SceneLoad.SceneLoadResult.__init__ ( self,
SceneRootObject scene,
bool isSceneConstructed,
std_vector_std_filesystem_path loadedFiles,
str errorSummary,
str warningSummary )
Implicit aggregate constructor.

Member Function Documentation

◆ errorSummary() [1/2]

str mrmeshpy.SceneLoad.SceneLoadResult.errorSummary ( self)
Error summary text
TODO: user-defined error format

◆ errorSummary() [2/2]

None mrmeshpy.SceneLoad.SceneLoadResult.errorSummary ( self,
str arg1 )

◆ isSceneConstructed() [1/2]

bool mrmeshpy.SceneLoad.SceneLoadResult.isSceneConstructed ( self)
Marks whether the scene was loaded from a single file (false) or was built from scratch (true)

◆ isSceneConstructed() [2/2]

None mrmeshpy.SceneLoad.SceneLoadResult.isSceneConstructed ( self,
bool arg1 )

◆ loadedFiles() [1/2]

std_vector_std_filesystem_path mrmeshpy.SceneLoad.SceneLoadResult.loadedFiles ( self)
List of successfully loaded files

◆ loadedFiles() [2/2]

None mrmeshpy.SceneLoad.SceneLoadResult.loadedFiles ( self,
std_vector_std_filesystem_path arg1 )

◆ operator() [1/2]

SceneLoad.SceneLoadResult mrmeshpy.SceneLoad.SceneLoadResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SceneLoad.SceneLoadResult mrmeshpy.SceneLoad.SceneLoadResult.operator ( * args,
** kwargs )
static

◆ scene() [1/2]

SceneRootObject mrmeshpy.SceneLoad.SceneLoadResult.scene ( self)
The loaded scene or empty object

◆ scene() [2/2]

None mrmeshpy.SceneLoad.SceneLoadResult.scene ( self,
SceneRootObject arg1 )

◆ warningSummary() [1/2]

str mrmeshpy.SceneLoad.SceneLoadResult.warningSummary ( self)
Warning summary text
TODO: user-defined warning format

◆ warningSummary() [2/2]

None mrmeshpy.SceneLoad.SceneLoadResult.warningSummary ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_errorSummary

typing mrmeshpy.SceneLoad.SceneLoadResult._offsetof_errorSummary = 48
staticprotected

◆ _offsetof_isSceneConstructed

typing mrmeshpy.SceneLoad.SceneLoadResult._offsetof_isSceneConstructed = 16
staticprotected

◆ _offsetof_loadedFiles

typing mrmeshpy.SceneLoad.SceneLoadResult._offsetof_loadedFiles = 24
staticprotected

◆ _offsetof_scene

typing mrmeshpy.SceneLoad.SceneLoadResult._offsetof_scene = 0
staticprotected

◆ _offsetof_warningSummary

typing mrmeshpy.SceneLoad.SceneLoadResult._offsetof_warningSummary = 80
staticprotected

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