#include <InterpKernelGeo2DEdgeInfLin.hxx>

Public Member Functions | |
| EdgeInfLin (Node *start, Node *end) | |
| EdgeInfLin (Node *pointPassingThrough, double slope) | |
| bool | isIn (double characterVal) const |
| void | dynCastFunction (const EdgeLin *&seg, const EdgeArcCircle *&arcSeg) const |
Private Member Functions | |
| ~EdgeInfLin () | |
References INTERP_KERNEL.Edge._end, INTERP_KERNEL.Edge._start, and INTERP_KERNEL.Node.incrRef().
| INTERP_KERNEL.EdgeInfLin.~EdgeInfLin | ( | ) | [private] |
| bool INTERP_KERNEL.EdgeInfLin.isIn | ( | double | characterVal | ) | const [virtual] |
Reimplemented from INTERP_KERNEL.EdgeLin.
| void INTERP_KERNEL.EdgeInfLin.dynCastFunction | ( | const EdgeLin *& | seg, |
| const EdgeArcCircle *& | arcSeg | ||
| ) | const [virtual] |
Reimplemented from INTERP_KERNEL.EdgeLin.