![]() |
|
Public Member Functions | |
ClassName ("directEdgeCollapser") | |
Runtime type information. | |
directEdgeCollapser (const polyMesh &mesh) | |
Construct from mesh. | |
const labelList & | pointRegion () const |
For every point the region it belongs to or -1. | |
const DynamicList< label > & | pointRegionMaster () const |
For every region the master (i.e. the point the region will. | |
bool | unaffectedEdge (const label edgeI) const |
Check that edge is not marked for anything. | |
bool | collapseEdge (const label edgeI, const label master) |
Set edge to collapse and point to collapse it to. | |
bool | setRefinement (directPolyTopoChange &) |
Play commands into polyTopoChange to create mesh. Return true. |
|
Construct from mesh.
|
|
Runtime type information.
|
|
Set edge to collapse and point to collapse it to. Return true if collapse is valid. (always true at the moment) |
|
For every point the region it belongs to or -1.
Definition at line 144 of file directEdgeCollapser.H. |
|
For every region the master (i.e. the point the region will. be replaced by) Definition at line 153 of file directEdgeCollapser.H. |
|
Play commands into polyTopoChange to create mesh. Return true. if anything changed. |
|
Check that edge is not marked for anything.
|