Inheritance diagram for mrmeshpy.FanRecord:Public Member Functions | |
| 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) |
| FanRecord | operator (*args, **kwargs) |
| FanRecord | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_border = 0 |
| typing | _offsetof_firstNei = 4 |
Generated from: MR::FanRecord Aliases: std_vector_FanRecord_reference, std_vector_FanRecord_const_reference, std_vector_FanRecord_value_type, Vector_FanRecord_VertId.value_type, Vector_FanRecord_VertId.const_reference, Vector_FanRecord_VertId.reference describes one fan of triangles around a point excluding the point
|
static |
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
|
static |
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
| None mrmeshpy.FanRecord.__init__ | ( | self, | |
| VertId | b = '{}', | ||
| int | fn = 0 ) |
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
| None mrmeshpy.FanRecord.__init__ | ( | self, | |
| FanRecord | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
| VertId mrmeshpy.FanRecord.border | ( | self | ) |
first border edge (invalid if the center point is not on the boundary); triangle associated with this point is absent
| None mrmeshpy.FanRecord.border | ( | self, | |
| VertId | arg1 ) |
| int mrmeshpy.FanRecord.firstNei | ( | self | ) |
the position of first neigbor in LocalTriangulations::neighbours
| None mrmeshpy.FanRecord.firstNei | ( | self, | |
| int | arg1 ) |
|
static |
Reimplemented in mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
|
static |
Reimplemented in mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
|
staticprotected |
|
staticprotected |