Struct ae108::meshing::cppgmsh::Node
template <std::size_t Dimension>
ClassList > ae108 > meshing > cppgmsh > Node
Public Types
| Type | Name | 
|---|---|
| typedef std::size_t | Index   | 
| typedef std::array< double, Dimension > | Position   | 
Public Attributes
| Type | Name | 
|---|---|
| Index | id   | 
| Position | position   | 
Public Functions
| Type | Name | 
|---|---|
| bool | operator< (const Node< Dimension > & another) const | 
| bool | operator== (const Node< Dimension > & another) const | 
Public Types Documentation
typedef Index
using ae108::meshing::cppgmsh::Node< Dimension >::Index =  std::size_t;
typedef Position
using ae108::meshing::cppgmsh::Node< Dimension >::Position =  std::array<double, Dimension>;
Public Attributes Documentation
variable id
Index ae108::meshing::cppgmsh::Node< Dimension >::id;
variable position
Position ae108::meshing::cppgmsh::Node< Dimension >::position;
Public Functions Documentation
function operator<
inline bool ae108::meshing::cppgmsh::Node::operator< (
    const Node < Dimension > & another
) const
function operator==
inline bool ae108::meshing::cppgmsh::Node::operator== (
    const Node < Dimension > & another
) const
The documentation for this class was generated from the following file meshing/src/include/ae108/meshing/cppgmsh/Node.h