Classes | |
class | arcEdge |
An arcEdge between two points on a circle. The arc is defined either by a third point that the arc passes through, or by the angle of the sector and the axis of the circle. More... | |
class | BSplineEdge |
A blockEdge interface for B-splines. More... | |
class | lineEdge |
A straight edge between the start point and the end point. More... | |
class | polyLineEdge |
A blockEdge defined in terms of a series of straight line segments. More... | |
class | splineEdge |
A blockEdge interface for Catmull-Rom splines. More... | |
Foam::blockEdges::defineTypeNameAndDebug | ( | arcEdge | , |
0 | |||
) |
Foam::blockEdges::defineTypeNameAndDebug | ( | BSplineEdge | , |
0 | |||
) |
Foam::blockEdges::addToRunTimeSelectionTable | ( | blockEdge | , |
BSplineEdge | , | ||
Istream | |||
) |
Foam::blockEdges::defineTypeNameAndDebug | ( | lineEdge | , |
0 | |||
) |
Foam::blockEdges::defineTypeNameAndDebug | ( | polyLineEdge | , |
0 | |||
) |
Foam::blockEdges::addToRunTimeSelectionTable | ( | blockEdge | , |
polyLineEdge | , | ||
Istream | |||
) |
Foam::blockEdges::defineTypeNameAndDebug | ( | splineEdge | , |
0 | |||
) |
Foam::blockEdges::addToRunTimeSelectionTable | ( | blockEdge | , |
splineEdge | , | ||
Istream | |||
) |