|
Nektar++
|
Public Member Functions | |
| TestPoint () | |
| TestPoint (const TestPoint &rhs) | |
Public Member Functions inherited from Nektar::NekPoint< double > | |
| NekPoint () | |
| NekPoint (const std::string &pointValues) | |
| NekPoint (typename boost::call_traits< DataType >::param_type x, typename boost::call_traits< DataType >::param_type y, typename boost::call_traits< DataType >::param_type z) | |
| NekPoint (typename boost::call_traits< DataType >::const_reference a) | |
| NekPoint (const NekPoint< DataType > &rhs) | |
| ~NekPoint () | |
| NekPoint< DataType > & | operator= (const NekPoint< DataType > &rhs) |
| boost::call_traits< DataType >::reference | operator() (unsigned int i) |
| Returns i^{th} element. More... | |
| boost::call_traits< DataType >::const_reference | operator() (unsigned int i) const |
| boost::call_traits< DataType >::reference | operator[] (unsigned int i) |
| boost::call_traits< DataType >::const_reference | operator[] (unsigned int i) const |
| boost::call_traits< DataType >::const_reference | x () const |
| boost::call_traits< DataType >::reference | x () |
| boost::call_traits< DataType >::const_reference | y () const |
| boost::call_traits< DataType >::reference | y () |
| boost::call_traits< DataType >::const_reference | z () const |
| boost::call_traits< DataType >::reference | z () |
| boost::call_traits< DataType >::const_reference | a () const |
| boost::call_traits< DataType >::const_reference | b () const |
| boost::call_traits< DataType >::const_reference | c () const |
| boost::call_traits< DataType >::const_reference | r () const |
| boost::call_traits< DataType >::const_reference | s () const |
| boost::call_traits< DataType >::const_reference | t () const |
| void | SetX (typename boost::call_traits< DataType >::const_reference val) |
| void | SetY (typename boost::call_traits< DataType >::const_reference val) |
| void | SetZ (typename boost::call_traits< DataType >::const_reference val) |
| const DataType * | GetPtr () const |
| bool | operator== (const NekPoint< DataType > &rhs) const |
| bool | operator!= (const NekPoint< DataType > &rhs) const |
| void | negate () |
| Arithmetic Routines. More... | |
| NekPoint< DataType > | operator- () const |
| NekPoint< DataType > & | operator+= (const NekPoint< DataType > &rhs) |
| NekPoint< DataType > & | operator+= (typename boost::call_traits< DataType >::param_type rhs) |
| NekPoint< DataType > & | operator-= (const NekPoint< DataType > &rhs) |
| NekPoint< DataType > & | operator-= (typename boost::call_traits< DataType >::param_type rhs) |
| NekPoint< DataType > & | operator*= (typename boost::call_traits< DataType >::param_type rhs) |
| NekPoint< DataType > & | operator/= (typename boost::call_traits< DataType >::param_type rhs) |
| std::string | AsString () const |
Additional Inherited Members | |
Public Types inherited from Nektar::NekPoint< double > | |
| typedef double | DataType |
| typedef ThreeD | dim |
Static Public Member Functions inherited from Nektar::NekPoint< double > | |
| static unsigned int | dimension () |
| Returns the number of dimensions for the point. More... | |
Definition at line 81 of file testNekPoint.cpp.
|
inline |
Definition at line 84 of file testNekPoint.cpp.
|
inline |
Definition at line 87 of file testNekPoint.cpp.