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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::FanRecord Aliases: Vector_FanRecord_VertId.const_reference, Vector_FanRecord_VertId.value_type, Vector_FanRecord_VertId.reference, std_vector_FanRecord_const_reference, std_vector_FanRecord_reference, std_vector_FanRecord_value_type describes one fan of triangles around a point excluding the point
|
static |
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
None mrmeshpy.FanRecord.__init__ | ( | self, | |
VertId | b = '{}', | ||
int | fn = 0 ) |
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
None mrmeshpy.FanRecord.__init__ | ( | self, | |
FanRecord | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.FanRecordWithCenter, mrmeshpy.FanRecordWithCenter, and mrmeshpy.FanRecordWithCenter.
|
staticprotected |
Reimplemented in 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 ) |