MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.FanRecordWithCenter:

Public Member Functions

None __init__ (self, VertId c=..., VertId b=..., int fn=0)
None __init__ (self, FanRecordWithCenter arg0)
VertId center (self)
None center (self, VertId arg1)
Public Member Functions inherited from mrmeshpy.FanRecord
None __init__ (self, VertId b=..., int fn=0)
None __init__ (self, FanRecord arg0)
VertId border (self)
None border (self, VertId arg1)
int firstNei (self)
None firstNei (self, int arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
None __init__ (*args, **kwargs)
FanRecordWithCenter operator (*args, **kwargs)
FanRecordWithCenter operator (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.FanRecord
None __init__ (*args, **kwargs)
None __init__ (*args, **kwargs)

Static Protected Attributes

typing _offsetof_center = 8
Static Protected Attributes inherited from mrmeshpy.FanRecord
typing _offsetof_border = 0
typing _offsetof_firstNei = 4

Detailed Description

Generated from:  MR::FanRecordWithCenter

describes one fan of triangles around a point including the point

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

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

◆ __init__() [3/4]

None mrmeshpy.FanRecordWithCenter.__init__ ( self,
VertId c = ...,
VertId b = ...,
int fn = 0 )

◆ __init__() [4/4]

None mrmeshpy.FanRecordWithCenter.__init__ ( self,
FanRecordWithCenter arg0 )
Implicit copy constructor.

Member Function Documentation

◆ center() [1/2]

VertId mrmeshpy.FanRecordWithCenter.center ( self)
center point in the fan

◆ center() [2/2]

None mrmeshpy.FanRecordWithCenter.center ( self,
VertId arg1 )

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.FanRecord.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.FanRecord.

Member Data Documentation

◆ _offsetof_center

typing mrmeshpy.FanRecordWithCenter._offsetof_center = 8
staticprotected

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