BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
VerticalLine Class Reference

Description

An infinite vertical line.

Inheritance diagram for VerticalLine:

Public Member Functions

 VerticalLine (double x)
 
VerticalLineclone () const override
 
bool contains (const Bin1D &binx, const Bin1D &biny) const override
 Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition). More...
 
bool contains (double x, double y) const override
 Returns true if point with given coordinates is inside or on border of the shape. More...
 
double getXpos () const
 

Protected Member Functions

virtual void print (std::ostream &ostr) const
 

Constructor & Destructor Documentation

◆ VerticalLine()

VerticalLine::VerticalLine ( double  x)

Member Function Documentation

◆ clone()

VerticalLine* VerticalLine::clone ( ) const
overridevirtual

Implements IShape2D.

◆ contains() [1/2]

bool VerticalLine::contains ( const Bin1D binx,
const Bin1D biny 
) const
overridevirtual

Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition).

Implements IShape2D.

◆ contains() [2/2]

bool VerticalLine::contains ( double  x,
double  y 
) const
overridevirtual

Returns true if point with given coordinates is inside or on border of the shape.

Implements IShape2D.

◆ getXpos()

double VerticalLine::getXpos ( ) const

◆ print()

virtual void IShape2D::print ( std::ostream &  ostr) const
protectedvirtualinherited

Reimplemented in Polygon.