Plugins
Loading...
Searching...
No Matches
ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data Struct Reference

type of point data More...

Public Member Functions

 t_pnt_data (MathVector< dim-1 > &the_xy, number the_z_spec, bool if_z_given)
 

Public Attributes

bool valid
 if not computed or the level set is not covered by the top surface
 
MathVector< dim-1 > xy
 low-dim coordinate of the point
 
number z
 computed value of the z-coordiate
 
bool z_given
 iff z is specified
 
number z_spec
 expected value of z-coordinate
 

Detailed Description

template<class TDomain, class TAlgebra>
struct ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data

type of point data

Constructor & Destructor Documentation

◆ t_pnt_data()

template<class TDomain , class TAlgebra >
ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::t_pnt_data ( MathVector< dim-1 > &  the_xy,
number  the_z_spec,
bool  if_z_given 
)
inline

Member Data Documentation

◆ valid

template<class TDomain , class TAlgebra >
bool ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::valid

if not computed or the level set is not covered by the top surface

Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::output(), and ug::FSFileMeasurer< TDomain, TAlgebra >::step_process().

◆ xy

template<class TDomain , class TAlgebra >
MathVector<dim-1> ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::xy

◆ z

template<class TDomain , class TAlgebra >
number ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z

◆ z_given

template<class TDomain , class TAlgebra >
bool ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z_given

◆ z_spec

template<class TDomain , class TAlgebra >
number ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z_spec

expected value of z-coordinate

Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::TableOutput().


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