RDKit
Open-source cheminformatics and machine learning.
RDGeom::PointND Class Reference

#include <point.h>

Inheritance diagram for RDGeom::PointND:
RDGeom::Point

Public Types

typedef boost::shared_ptr< RDNumeric::Vector< double > > VECT_SH_PTR
 

Public Member Functions

 PointND (unsigned int dim)
 
 PointND (const PointND &other)
 
virtual Pointcopy () const
 
 ~PointND ()
 
double operator[] (unsigned int i) const
 
double & operator[] (unsigned int i)
 
void normalize ()
 
double length () const
 
double lengthSq () const
 
unsigned int dimension () const
 
PointNDoperator= (const PointND &other)
 
PointNDoperator+= (const PointND &other)
 
PointNDoperator-= (const PointND &other)
 
PointNDoperator*= (double scale)
 
PointNDoperator/= (double scale)
 
PointND directionVector (const PointND &other)
 
double dotProduct (const PointND &other) const
 
double angleTo (const PointND &other) const
 
- Public Member Functions inherited from RDGeom::Point
virtual ~Point ()
 

Detailed Description

Definition at line 383 of file point.h.

Member Typedef Documentation

◆ VECT_SH_PTR

typedef boost::shared_ptr<RDNumeric::Vector<double> > RDGeom::PointND::VECT_SH_PTR

Definition at line 385 of file point.h.

Constructor & Destructor Documentation

◆ PointND() [1/2]

RDGeom::PointND::PointND ( unsigned int  dim)
inline

Definition at line 387 of file point.h.

◆ PointND() [2/2]

RDGeom::PointND::PointND ( const PointND other)
inline

Definition at line 392 of file point.h.

◆ ~PointND()

RDGeom::PointND::~PointND ( )
inline

Definition at line 416 of file point.h.

Member Function Documentation

◆ angleTo()

double RDGeom::PointND::angleTo ( const PointND other) const
inline

Definition at line 472 of file point.h.

References length().

◆ copy()

virtual Point* RDGeom::PointND::copy ( ) const
inlinevirtual

Implements RDGeom::Point.

Definition at line 398 of file point.h.

References RDNumeric::Vector< TYPE >::setVal().

◆ dimension()

unsigned int RDGeom::PointND::dimension ( ) const
inlinevirtual

Implements RDGeom::Point.

Definition at line 430 of file point.h.

Referenced by directionVector().

◆ directionVector()

PointND RDGeom::PointND::directionVector ( const PointND other)
inline

Definition at line 459 of file point.h.

References dimension(), and PRECONDITION.

◆ dotProduct()

double RDGeom::PointND::dotProduct ( const PointND other) const
inline

Definition at line 468 of file point.h.

◆ length()

double RDGeom::PointND::length ( ) const
inlinevirtual

Implements RDGeom::Point.

Definition at line 426 of file point.h.

Referenced by angleTo().

◆ lengthSq()

double RDGeom::PointND::lengthSq ( ) const
inlinevirtual

Implements RDGeom::Point.

Definition at line 428 of file point.h.

◆ normalize()

void RDGeom::PointND::normalize ( )
inlinevirtual

Implements RDGeom::Point.

Definition at line 424 of file point.h.

◆ operator*=()

PointND& RDGeom::PointND::operator*= ( double  scale)
inline

Definition at line 449 of file point.h.

◆ operator+=()

PointND& RDGeom::PointND::operator+= ( const PointND other)
inline

Definition at line 439 of file point.h.

◆ operator-=()

PointND& RDGeom::PointND::operator-= ( const PointND other)
inline

Definition at line 444 of file point.h.

◆ operator/=()

PointND& RDGeom::PointND::operator/= ( double  scale)
inline

Definition at line 454 of file point.h.

◆ operator=()

PointND& RDGeom::PointND::operator= ( const PointND other)
inline

Definition at line 432 of file point.h.

◆ operator[]() [1/2]

double RDGeom::PointND::operator[] ( unsigned int  i) const
inlinevirtual

Implements RDGeom::Point.

Definition at line 418 of file point.h.

◆ operator[]() [2/2]

double& RDGeom::PointND::operator[] ( unsigned int  i)
inlinevirtual

Implements RDGeom::Point.

Definition at line 422 of file point.h.


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