Intrepid
Public Member Functions | Public Attributes | List of all members
Intrepid::SGPoint< Scalar, D > Class Template Reference

Public Member Functions

 SGPoint (Scalar p[D])
 
bool operator== (const SGPoint< Scalar, D > &right) const
 
bool operator< (const SGPoint< Scalar, D > &right) const
 
bool operator> (const SGPoint< Scalar, D > &right) const
 

Public Attributes

Scalar coords [D]
 

Detailed Description

template<class Scalar, int D>
class Intrepid::SGPoint< Scalar, D >

Definition at line 62 of file Intrepid_CubatureSparseHelper.hpp.

Constructor & Destructor Documentation

◆ SGPoint() [1/2]

template<class Scalar , int D>
Intrepid::SGPoint< Scalar, D >::SGPoint

Definition at line 93 of file Intrepid_CubatureSparseHelper.hpp.

◆ SGPoint() [2/2]

template<class Scalar , int D>
Intrepid::SGPoint< Scalar, D >::SGPoint ( Scalar  p[D])

Definition at line 102 of file Intrepid_CubatureSparseHelper.hpp.

Member Function Documentation

◆ operator<()

template<class Scalar , int D>
bool Intrepid::SGPoint< Scalar, D >::operator< ( const SGPoint< Scalar, D > &  right) const

Definition at line 125 of file Intrepid_CubatureSparseHelper.hpp.

◆ operator==()

template<class Scalar , int D>
bool Intrepid::SGPoint< Scalar, D >::operator== ( const SGPoint< Scalar, D > &  right) const

Definition at line 111 of file Intrepid_CubatureSparseHelper.hpp.

◆ operator>()

template<class Scalar , int D>
bool Intrepid::SGPoint< Scalar, D >::operator> ( const SGPoint< Scalar, D > &  right) const

Definition at line 139 of file Intrepid_CubatureSparseHelper.hpp.

Member Data Documentation

◆ coords

template<class Scalar , int D>
Scalar Intrepid::SGPoint< Scalar, D >::coords[D]

Definition at line 64 of file Intrepid_CubatureSparseHelper.hpp.


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