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

Public Member Functions

DepthFunction __and__ (self, DepthFunction b)
 
bool __eq__ (self, typing.Any other)
 
int __getstate__ (self)
 
int __hash__ (self)
 
DepthFunction __iand__ (self, DepthFunction b)
 
DepthFunction __imatmul__ (self, bool b)
 
int __index__ (self)
 
None __init__ (self, int value)
 
int __int__ (self)
 
DepthFunction __invert__ (self)
 
DepthFunction __ior__ (self, DepthFunction b)
 
DepthFunction __mul__ (self, bool b)
 
bool __ne__ (self, typing.Any other)
 
DepthFunction __or__ (self, DepthFunction b)
 
str __repr__ (self)
 
DepthFunction __rmul__ (self, bool b)
 
None __setstate__ (self, int state)
 
str __str__ (self)
 
str name (self)
 
int value (self)
 

Static Public Attributes

typing Always .ClassVar[DepthFunction]
 
typing Default .ClassVar[DepthFunction]
 
typing Equal .ClassVar[DepthFunction]
 
typing Greater .ClassVar[DepthFunction]
 
typing GreaterOrEqual .ClassVar[DepthFunction]
 
typing Less .ClassVar[DepthFunction]
 
typing LessOrEqual .ClassVar[DepthFunction]
 
typing Never .ClassVar[DepthFunction]
 
typing NotEqual .ClassVar[DepthFunction]
 

Detailed Description

Members:

  Never

  Less

  Equal

  Greater

  LessOrEqual

  GreaterOrEqual

  NotEqual

  Always

  Default : usually "Less" but may differ for different object types

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.DepthFunction.__init__ ( self,
int value )

Member Function Documentation

◆ __and__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__and__ ( self,
DepthFunction b )

◆ __eq__()

bool meshlib.mrmeshpy.DepthFunction.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.DepthFunction.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.DepthFunction.__hash__ ( self)

◆ __iand__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__iand__ ( self,
DepthFunction b )

◆ __imatmul__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__imatmul__ ( self,
bool b )

◆ __index__()

int meshlib.mrmeshpy.DepthFunction.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.DepthFunction.__int__ ( self)

◆ __invert__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__invert__ ( self)

◆ __ior__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__ior__ ( self,
DepthFunction b )

◆ __mul__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__mul__ ( self,
bool b )

◆ __ne__()

bool meshlib.mrmeshpy.DepthFunction.__ne__ ( self,
typing.Any other )

◆ __or__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__or__ ( self,
DepthFunction b )

◆ __repr__()

str meshlib.mrmeshpy.DepthFunction.__repr__ ( self)

◆ __rmul__()

DepthFunction meshlib.mrmeshpy.DepthFunction.__rmul__ ( self,
bool b )

◆ __setstate__()

None meshlib.mrmeshpy.DepthFunction.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.DepthFunction.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.DepthFunction.name ( self)

◆ value()

int meshlib.mrmeshpy.DepthFunction.value ( self)

Member Data Documentation

◆ Always

typing meshlib.mrmeshpy.DepthFunction.Always .ClassVar[DepthFunction]
static

◆ Default

typing meshlib.mrmeshpy.DepthFunction.Default .ClassVar[DepthFunction]
static

◆ Equal

typing meshlib.mrmeshpy.DepthFunction.Equal .ClassVar[DepthFunction]
static

◆ Greater

typing meshlib.mrmeshpy.DepthFunction.Greater .ClassVar[DepthFunction]
static

◆ GreaterOrEqual

typing meshlib.mrmeshpy.DepthFunction.GreaterOrEqual .ClassVar[DepthFunction]
static

◆ Less

typing meshlib.mrmeshpy.DepthFunction.Less .ClassVar[DepthFunction]
static

◆ LessOrEqual

typing meshlib.mrmeshpy.DepthFunction.LessOrEqual .ClassVar[DepthFunction]
static

◆ Never

typing meshlib.mrmeshpy.DepthFunction.Never .ClassVar[DepthFunction]
static

◆ NotEqual

typing meshlib.mrmeshpy.DepthFunction.NotEqual .ClassVar[DepthFunction]
static

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