|
Plugins
|
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 | |
type of point data
|
inline |
| 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().
| MathVector<dim-1> ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::xy |
low-dim coordinate of the point
Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::step_process(), and ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::TableOutput().
| number ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z |
computed value of the z-coordiate
Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::output(), and ug::FSFileMeasurer< TDomain, TAlgebra >::step_process().
| bool ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z_given |
iff z is specified
Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::TableOutput().
| number ug::FSFileMeasurer< TDomain, TAlgebra >::t_pnt_data::z_spec |
expected value of z-coordinate
Referenced by ug::FSFileMeasurer< TDomain, TAlgebra >::TableOutput::TableOutput().