MeshLib Python Docs
Loading...
Searching...
No Matches
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 mrmeshpy.DepthFunction.__init__ ( self,
int value )

Member Function Documentation

◆ __and__()

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

◆ __eq__()

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

◆ __getstate__()

int mrmeshpy.DepthFunction.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.DepthFunction.__hash__ ( self)

◆ __iand__()

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

◆ __imatmul__()

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

◆ __index__()

int mrmeshpy.DepthFunction.__index__ ( self)

◆ __int__()

int mrmeshpy.DepthFunction.__int__ ( self)

◆ __invert__()

DepthFunction mrmeshpy.DepthFunction.__invert__ ( self)

◆ __ior__()

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

◆ __mul__()

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

◆ __ne__()

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

◆ __or__()

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

◆ __repr__()

str mrmeshpy.DepthFunction.__repr__ ( self)

◆ __rmul__()

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

◆ __setstate__()

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

◆ __str__()

str mrmeshpy.DepthFunction.__str__ ( self)

◆ name()

str mrmeshpy.DepthFunction.name ( self)

◆ value()

int mrmeshpy.DepthFunction.value ( self)

Member Data Documentation

◆ Always

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

◆ Default

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

◆ Equal

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

◆ Greater

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

◆ GreaterOrEqual

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

◆ Less

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

◆ LessOrEqual

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

◆ Never

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

◆ NotEqual

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

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