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 | |
| 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 Protected Attributes | |
| typing | _offsetof_center = 8 |
Static Protected Attributes inherited from mrmeshpy.FanRecord | |
| typing | _offsetof_border = 0 |
| typing | _offsetof_firstNei = 4 |
Generated from: MR::FanRecordWithCenter describes one fan of triangles around a point including the point
|
static |
Reimplemented from mrmeshpy.FanRecord.
|
static |
Reimplemented from mrmeshpy.FanRecord.
Reimplemented from mrmeshpy.FanRecord.
| None mrmeshpy.FanRecordWithCenter.__init__ | ( | self, | |
| FanRecordWithCenter | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.FanRecord.
| VertId mrmeshpy.FanRecordWithCenter.center | ( | self | ) |
center point in the fan
| None mrmeshpy.FanRecordWithCenter.center | ( | self, | |
| VertId | arg1 ) |
|
static |
Reimplemented from mrmeshpy.FanRecord.
|
static |
Reimplemented from mrmeshpy.FanRecord.
|
staticprotected |