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

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_variant_int_float_bool_std_string_Pdf_Cell_Empty arg0)
 
None __init__ (self, int arg0)
 
None __init__ (self, float arg0)
 
None __init__ (self, bool arg0)
 
None __init__ (self, str arg0)
 
None __init__ (self, Pdf.Cell.Empty arg0)
 
str current_type (self)
 
Pdf.Cell.Empty get_Pdf_Cell_Empty (self)
 
bool get_bool (self)
 
float get_float (self)
 
int get_int (self)
 
str get_std_string (self)
 

Detailed Description

Aliases:  Pdf.Cell.Value

Constructor & Destructor Documentation

◆ __init__() [1/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self)

◆ __init__() [2/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
std_variant_int_float_bool_std_string_Pdf_Cell_Empty arg0 )

◆ __init__() [3/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
int arg0 )

◆ __init__() [4/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
float arg0 )

◆ __init__() [5/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
bool arg0 )

◆ __init__() [6/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
str arg0 )

◆ __init__() [7/7]

None mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.__init__ ( self,
Pdf.Cell.Empty arg0 )

Member Function Documentation

◆ current_type()

str mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.current_type ( self)
Returns the current type name as a string. Call `get_<TypeName>()` to get the value.

◆ get_bool()

bool mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.get_bool ( self)
Return this alternative, or throw if it's not active.

◆ get_float()

float mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.get_float ( self)
Return this alternative, or throw if it's not active.

◆ get_int()

int mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.get_int ( self)
Return this alternative, or throw if it's not active.

◆ get_Pdf_Cell_Empty()

Pdf.Cell.Empty mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.get_Pdf_Cell_Empty ( self)
Return this alternative, or throw if it's not active.

◆ get_std_string()

str mrmeshpy.std_variant_int_float_bool_std_string_Pdf_Cell_Empty.get_std_string ( self)
Return this alternative, or throw if it's not active.

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