This is the complete list of members for INTERP_KERNEL::EdgeLin, including all inherited members.
| _bounds | INTERP_KERNEL::Edge | protected |
| _cnt | INTERP_KERNEL::Edge | mutableprotected |
| _end | INTERP_KERNEL::Edge | protected |
| _hit | INTERP_KERNEL::Edge | mutableprotected |
| _loc | INTERP_KERNEL::Edge | mutableprotected |
| _start | INTERP_KERNEL::Edge | protected |
| addSubEdgeInVector(Node *start, Node *end, ComposedEdge &vec) const | INTERP_KERNEL::Edge | |
| applySimilarity(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | virtual |
| BuildEdgeFrom(Node *start, Node *end) | INTERP_KERNEL::Edge | static |
| BuildEdgeFrom(Node *start, Node *middle, Node *end) | INTERP_KERNEL::Edge | static |
| BuildEdgeFrom(Node *start, Node *middle, Node *end) | INTERP_KERNEL::Edge | |
| BuildEdgeFrom3Points(const double *start, const double *middle, const double *end) | INTERP_KERNEL::Edge | static |
| buildEdgeLyingOnMe(Node *start, Node *end, bool direction) const | INTERP_KERNEL::EdgeLin | protectedvirtual |
| BuildFromXfigLine(std::istream &str) | INTERP_KERNEL::Edge | static |
| BuildIntersectorWith(const Edge *e1, const Edge *e2) | INTERP_KERNEL::Edge | static |
| buildRepresentantOfMySelf() const | INTERP_KERNEL::EdgeLin | virtual |
| changeEndNodeWith(Node *otherEndNode) const | INTERP_KERNEL::Edge | |
| changeEndNodeWithAndKeepTrack(Node *otherEndNode, std::vector< Node * > &track) const | INTERP_KERNEL::Edge | |
| changeStartNodeWith(Node *otherStartNode) const | INTERP_KERNEL::Edge | |
| changeStartNodeWithAndKeepTrack(Node *otherStartNode, std::vector< Node * > &track) const | INTERP_KERNEL::Edge | |
| CombineCodes(TypeOfLocInEdge code1, TypeOfLocInEdge code2) | INTERP_KERNEL::Edge | protectedstatic |
| declareIn() const | INTERP_KERNEL::Edge | |
| declareOn() const | INTERP_KERNEL::Edge | |
| declareOut() const | INTERP_KERNEL::Edge | |
| decrRef() | INTERP_KERNEL::Edge | |
| doIHaveSameDirectionAs(const Edge &other) const | INTERP_KERNEL::EdgeLin | |
| dumpInXfigFile(std::ostream &stream, bool direction, int resolution, const Bounds &box) const | INTERP_KERNEL::EdgeLin | virtual |
| dynCastFunction(const EdgeLin *&seg, const EdgeArcCircle *&arcSeg) const | INTERP_KERNEL::EdgeLin | virtual |
| Edge(Node *start, Node *end, bool direction=true) | INTERP_KERNEL::Edge | |
| Edge(double sX, double sY, double eX, double eY) | INTERP_KERNEL::Edge | |
| Edge() | INTERP_KERNEL::Edge | protected |
| EdgeLin(std::istream &lineInXfig) | INTERP_KERNEL::EdgeLin | |
| EdgeLin(Node *start, Node *end, bool direction=true) | INTERP_KERNEL::EdgeLin | |
| EdgeLin(double sX, double sY, double eX, double eY) | INTERP_KERNEL::EdgeLin | |
| EdgeLin() | INTERP_KERNEL::EdgeLin | protected |
| fillGlobalInfoAbs(bool direction, const std::map< INTERP_KERNEL::Node *, int > &mapThis, const std::map< INTERP_KERNEL::Node *, int > &mapOther, int offset1, int offset2, double fact, double baryX, double baryY, std::vector< int > &edgesThis, std::vector< double > &addCoo, std::map< INTERP_KERNEL::Node *, int > mapAddCoo) const | INTERP_KERNEL::EdgeLin | protectedvirtual |
| fillGlobalInfoAbs2(const std::map< INTERP_KERNEL::Node *, int > &mapThis, const std::map< INTERP_KERNEL::Node *, int > &mapOther, int offset1, int offset2, double fact, double baryX, double baryY, std::vector< int > &edgesOther, std::vector< double > &addCoo, std::map< INTERP_KERNEL::Node *, int > &mapAddCoo) const | INTERP_KERNEL::EdgeLin | protectedvirtual |
| fillXfigStreamForLoc(std::ostream &stream) const | INTERP_KERNEL::Edge | |
| getAreaOfZone() const | INTERP_KERNEL::EdgeLin | virtual |
| getBarycenter(double *bary) const | INTERP_KERNEL::EdgeLin | virtual |
| getBarycenterOfZone(double *bary) const | INTERP_KERNEL::EdgeLin | virtual |
| getBounds() const | INTERP_KERNEL::Edge | |
| getCharactValue(const Node &node) const | INTERP_KERNEL::EdgeLin | virtual |
| getCharactValueBtw0And1(const Node &node) const | INTERP_KERNEL::EdgeLin | virtual |
| getCharactValueEng(const double *node) const | INTERP_KERNEL::EdgeLin | |
| getCurveLength() const | INTERP_KERNEL::EdgeLin | virtual |
| getDistanceToPoint(const double *pt) const | INTERP_KERNEL::EdgeLin | virtual |
| getEndNode() const | INTERP_KERNEL::Edge | |
| getHitStatus() const | INTERP_KERNEL::Edge | |
| getLoc() const | INTERP_KERNEL::Edge | |
| getMiddleOfPoints(const double *p1, const double *p2, double *mid) const | INTERP_KERNEL::EdgeLin | virtual |
| getMiddleOfPointsOriented(const double *p1, const double *p2, double *mid) const | INTERP_KERNEL::Edge | virtual |
| getNode(TypeOfLocInEdge where) const | INTERP_KERNEL::Edge | |
| getNormalVector(double *vectOutput) const | INTERP_KERNEL::Edge | |
| getNormSq() const | INTERP_KERNEL::EdgeLin | |
| getStartNode() const | INTERP_KERNEL::Edge | |
| getTypeOfFunc() const | INTERP_KERNEL::EdgeLin | virtual |
| hitMeAfter(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | |
| hitMeAlone(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | |
| incrRef() const | INTERP_KERNEL::Edge | |
| initHitStatus() const | INTERP_KERNEL::Edge | |
| initLocs() const | INTERP_KERNEL::Edge | |
| Interpolate1DLin(const std::vector< double > &distrib1, const std::vector< double > &distrib2, std::map< int, std::map< int, double > > &result) | INTERP_KERNEL::Edge | static |
| Intersect(const Edge *f1, const Edge *f2, EdgeIntersector *intersector, const Bounds *whereToFind, MergePoints &commonNode, ComposedEdge &outValForF1, ComposedEdge &outValForF2) | INTERP_KERNEL::Edge | protectedstatic |
| IntersectOverlapped(const Edge *f1, const Edge *f2, EdgeIntersector *intersector, MergePoints &commonNode, ComposedEdge &outValForF1, ComposedEdge &outValForF2) | INTERP_KERNEL::Edge | static |
| intersectWith(const Edge *other, MergePoints &commonNode, ComposedEdge &outVal1, ComposedEdge &outVal2) const | INTERP_KERNEL::Edge | |
| isEqual(const Edge &other) const | INTERP_KERNEL::Edge | |
| isIn(double characterVal) const | INTERP_KERNEL::EdgeLin | virtual |
| isLower(double val1, double val2) const | INTERP_KERNEL::EdgeLin | virtual |
| isNodeLyingOn(const double *coordOfNode) const | INTERP_KERNEL::EdgeLin | virtual |
| OFFSET_FOR_TYPEOFLOCINEDGE | INTERP_KERNEL::Edge | protectedstatic |
| SegSegIntersector class | INTERP_KERNEL::EdgeLin | friend |
| setEndNodeWithoutChange(Node *newEnd) | INTERP_KERNEL::Edge | |
| setStartNodeWithoutChange(Node *newStart) | INTERP_KERNEL::Edge | |
| sortIdsAbs(const std::vector< INTERP_KERNEL::Node * > &addNodes, const std::map< INTERP_KERNEL::Node *, int > &mapp1, const std::map< INTERP_KERNEL::Node *, int > &mapp2, std::vector< int > &edgesThis) | INTERP_KERNEL::Edge | |
| sortSubNodesAbs(const double *coo, std::vector< int > &subNodes) | INTERP_KERNEL::Edge | |
| SplitOverlappedEdges(const Edge *e1, const Edge *e2, Node *nS, Node *nE, bool direction, int code, ComposedEdge &outVal1, ComposedEdge &outVal2) | INTERP_KERNEL::Edge | protectedstatic |
| unApplySimilarity(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | virtual |
| unHitMeAfter(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | |
| unHitMeAlone(double xBary, double yBary, double dimChar) | INTERP_KERNEL::Edge | |
| update(Node *m) | INTERP_KERNEL::EdgeLin | virtual |
| updateBounds() | INTERP_KERNEL::EdgeLin | protected |
| ~Edge() | INTERP_KERNEL::Edge | protectedvirtual |
| ~EdgeLin() | INTERP_KERNEL::EdgeLin |