Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Public Member Functions | Protected Attributes | Friends | List of all members
IntersectionPoint Class Reference

#include <intersectionLocal.h>

Collaboration diagram for IntersectionPoint:
Collaboration graph
[legend]

Public Member Functions

 IntersectionPoint (const std::vector< double > &c1, const std::vector< double > &c2)
 
 IntersectionPoint (const IntersectionPoint &LC)
 
const std::vector< double > & el1_coord () const
 
const std::vector< double > & el2_coord () const
 
bool operator== (const IntersectionPoint &)
 

Protected Attributes

std::vector< double > coord1
 
std::vector< double > coord2
 

Friends

class IntersectionLocal
 
IntersectionPointinterpolate (IntersectionPoint &A1, IntersectionPoint &A2, double t)
 

Detailed Description

Definition at line 12 of file intersectionLocal.h.

Constructor & Destructor Documentation

IntersectionPoint::IntersectionPoint ( const std::vector< double > &  c1,
const std::vector< double > &  c2 
)
inline

Definition at line 14 of file intersectionLocal.h.

IntersectionPoint::IntersectionPoint ( const IntersectionPoint LC)
inline

Definition at line 16 of file intersectionLocal.h.

Member Function Documentation

const std::vector<double>& IntersectionPoint::el1_coord ( ) const
inline

Definition at line 18 of file intersectionLocal.h.

Here is the caller graph for this function:

const std::vector<double>& IntersectionPoint::el2_coord ( ) const
inline

Definition at line 20 of file intersectionLocal.h.

Here is the caller graph for this function:

bool IntersectionPoint::operator== ( const IntersectionPoint IP)

Definition at line 22 of file intersectionLocal.cpp.

Friends And Related Function Documentation

IntersectionPoint* interpolate ( IntersectionPoint A1,
IntersectionPoint A2,
double  t 
)
friend
friend class IntersectionLocal
friend

Definition at line 27 of file intersectionLocal.h.

Member Data Documentation

std::vector<double> IntersectionPoint::coord1
protected

Definition at line 24 of file intersectionLocal.h.

std::vector<double> IntersectionPoint::coord2
protected

Definition at line 25 of file intersectionLocal.h.


The documentation for this class was generated from the following files: