#include <Poly_CoherentTriangle.hxx>
|
Empty constructor. |
|
Constructor. |
|
Retuns the index of the connection with the given triangle, or -1 if not found. |
|
Query the connected node on the given side. Returns -1 if there is no connection on the specified side. |
|
Query the connected triangle on the given side. Returns NULL if there is no connection on the specified side. |
|
Query the Link associate with the given side of the Triangle. May return NULL if there are no links in the triangulation. |
|
Query if this is a valid triangle. |
|
Query the number of connected triangles. |
|
Query the node index in the position given by the parameter 'ind' |
|
Remove the connection with the given Triangle.
|
|
Remove the connection with the given index.
|
|
Create connection with another triangle theTri. This method creates both connections: in this triangle and in theTri. This method is slower than the previous one, because it makes analysis what sides of both triangles are connected.
|
|
Create connection with another triangle theTri. This method creates both connections: in this triangle and in theTri. You do not need to call the same method on triangle theTr.
|
|
|
|
|
|
|
|
|
|
|