MFEM  v4.6.0
Finite element discretization library
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Gecko::Node Class Reference

#include <gecko.hpp>

Classes

class  Comparator
 

Public Types

enum  { null = 0 }
 
typedef uint Index
 
typedef std::vector< Node >::const_iterator ConstPtr
 

Public Member Functions

 Node (Float pos=-1, Float length=1, Arc::Index arc=Arc::null, Node::Index parent=Node::null)
 

Public Attributes

Float pos
 
Float hlen
 
Arc::Index arc
 
Node::Index parent
 

Detailed Description

Definition at line 592 of file gecko.hpp.

Member Typedef Documentation

◆ ConstPtr

typedef std::vector<Node>::const_iterator Gecko::Node::ConstPtr

Definition at line 596 of file gecko.hpp.

◆ Index

Definition at line 595 of file gecko.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
null 

Definition at line 597 of file gecko.hpp.

Constructor & Destructor Documentation

◆ Node()

Gecko::Node::Node ( Float  pos = -1,
Float  length = 1,
Arc::Index  arc = Arc::null,
Node::Index  parent = Node::null 
)
inline

Definition at line 610 of file gecko.hpp.

Member Data Documentation

◆ arc

Arc::Index Gecko::Node::arc

Definition at line 616 of file gecko.hpp.

◆ hlen

Float Gecko::Node::hlen

Definition at line 615 of file gecko.hpp.

◆ parent

Node::Index Gecko::Node::parent

Definition at line 617 of file gecko.hpp.

◆ pos

Float Gecko::Node::pos

Definition at line 614 of file gecko.hpp.


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