www.mooseframework.org
Public Member Functions | Public Attributes | List of all members
NearestNodeLocator::NearestNodeInfo Class Reference

Data structure used to hold nearest node info. More...

#include <NearestNodeLocator.h>

Public Member Functions

 NearestNodeInfo ()
 

Public Attributes

const Node * _nearest_node
 
Real _distance
 

Detailed Description

Data structure used to hold nearest node info.

Definition at line 81 of file NearestNodeLocator.h.

Constructor & Destructor Documentation

◆ NearestNodeInfo()

NearestNodeLocator::NearestNodeInfo::NearestNodeInfo ( )

Definition at line 374 of file NearestNodeLocator.C.

Member Data Documentation

◆ _distance

Real NearestNodeLocator::NearestNodeInfo::_distance

Definition at line 87 of file NearestNodeLocator.h.

◆ _nearest_node

const Node* NearestNodeLocator::NearestNodeInfo::_nearest_node

Definition at line 86 of file NearestNodeLocator.h.


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