HyperPlot  v1
Bin and visualise multidimensional datasets
Public Member Functions | List of all members
HyperLine Class Reference

Detailed Description

HyperPlot, Author: Sam Harnew, sam.h.nosp@m.arne.nosp@m.w@gma.nosp@m.il.c.nosp@m.om , Date: Dec 2015

A HyperLine that is defined by 2 points nDim space.

Definition at line 23 of file HyperLine.h.

#include <HyperLine.h>

Inheritance diagram for HyperLine:
NPlane

Public Member Functions

 HyperLine (const HyperPoint &a, const HyperPoint &b)
 
virtual void print (std::ostream &os=std::cout, int endline=1) const
 
 ~HyperLine ()
 
- Public Member Functions inherited from NPlane
 NPlane (const HyperPointSet &a)
 
 NPlane (const HyperPoint &origin, const HyperPointSet &v)
 
int getDimension () const
 
int getN () const
 
const HyperPointgetOrigin () const
 
virtual const HyperPointgetDirection (int i=0) const
 
HyperPoint getParametricPoint (const HyperPoint &t) const
 
virtual ~NPlane ()
 

Additional Inherited Members

- Protected Attributes inherited from NPlane
HyperPoint _origin
 
HyperPointSet _v
 

Constructor & Destructor Documentation

HyperLine::HyperLine ( const HyperPoint a,
const HyperPoint b 
)

Standard constructor that takes two HyperPoints

Definition at line 5 of file HyperLine.cpp.

HyperLine::~HyperLine ( )

Destructor

Definition at line 27 of file HyperLine.cpp.

Member Function Documentation

void HyperLine::print ( std::ostream &  os = std::cout,
int  endline = 1 
) const
virtual

Print the parameters that define the HyperLine

Reimplemented from NPlane.

Definition at line 14 of file HyperLine.cpp.


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