Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
NodeCrd< REAL > Struct Template Reference

#include <vlsvextract.h>

Public Member Functions

 NodeCrd (const REAL &x, const REAL &y, const REAL &z)
bool comp (const NodeCrd< REAL > &n) const
 NodeCrd (const REAL &x, const REAL &y, const REAL &z)
bool comp (const NodeCrd< REAL > &n) const

Public Attributes

REAL x
REAL y
REAL z

Static Public Attributes

static REAL EPS

Detailed Description

template<typename REAL>
struct NodeCrd< REAL >

Definition at line 238 of file vlsv2silo.cpp.

Constructor & Destructor Documentation

◆ NodeCrd() [1/2]

template<typename REAL>
NodeCrd< REAL >::NodeCrd ( const REAL & x,
const REAL & y,
const REAL & z )
inline

Definition at line 243 of file vlsv2silo.cpp.

Here is the caller graph for this function:

◆ NodeCrd() [2/2]

template<typename REAL>
NodeCrd< REAL >::NodeCrd ( const REAL & x,
const REAL & y,
const REAL & z )

Member Function Documentation

◆ comp() [1/2]

template<typename REAL>
bool NodeCrd< REAL >::comp ( const NodeCrd< REAL > & n) const
inline

Definition at line 245 of file vlsv2silo.cpp.

Here is the call graph for this function:

◆ comp() [2/2]

template<typename REAL>
bool NodeCrd< REAL >::comp ( const NodeCrd< REAL > & n) const
Here is the call graph for this function:

Member Data Documentation

◆ EPS

template<typename REAL>
REAL NodeCrd< REAL >::EPS
static

Definition at line 239 of file vlsv2silo.cpp.

◆ x

template<typename REAL>
REAL NodeCrd< REAL >::x

Definition at line 240 of file vlsv2silo.cpp.

◆ y

template<typename REAL>
REAL NodeCrd< REAL >::y

Definition at line 241 of file vlsv2silo.cpp.

◆ z

template<typename REAL>
REAL NodeCrd< REAL >::z

Definition at line 242 of file vlsv2silo.cpp.


The documentation for this struct was generated from the following files: