Version: 5.1.6

INTERP_KERNEL.EdgeInfLin Class Reference

#include <InterpKernelGeo2DEdgeInfLin.hxx>

Inheritance diagram for INTERP_KERNEL.EdgeInfLin:
Inheritance graph

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 ()

Constructor & Destructor Documentation

INTERP_KERNEL.EdgeInfLin.EdgeInfLin ( Node start,
Node end 
)
EdgeInfLin::EdgeInfLin ( Node pointPassingThrough,
double  slope 
)
INTERP_KERNEL.EdgeInfLin.~EdgeInfLin (  )  [private]

Member Function Documentation

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]

Implements INTERP_KERNEL.Edge.