xmsmesh  1.0
xms::MeRefinePoint Class Reference

A refine point used in meshing. More...

#include <MeMultiPolyMesherIo.h>

Public Member Functions

 MeRefinePoint (const Pt3d &a_pt, double a_size, bool a_createMeshPoint)
 Constructor. More...
 

Public Attributes

Pt3d m_pt
 
double m_size
 
bool m_createMeshPoint
 Should a mesh node/point be created at the refine point.
 

Detailed Description

A refine point used in meshing.

Definition at line 117 of file MeMultiPolyMesherIo.h.

Constructor & Destructor Documentation

◆ MeRefinePoint()

xms::MeRefinePoint::MeRefinePoint ( const Pt3d a_pt,
double  a_size,
bool  a_createMeshPoint 
)
inline

Constructor.

Parameters
[in]a_ptsee member variable
[in]a_sizesee member variable
[in]a_createMeshPointsee member variable

Definition at line 124 of file MeMultiPolyMesherIo.h.

Member Data Documentation

◆ m_pt

Pt3d xms::MeRefinePoint::m_pt

Location of refine point or hard points. Hard points are points that must be included in the final mesh but have no user specified size associated with them

Definition at line 134 of file MeMultiPolyMesherIo.h.

Referenced by xms::tutReadMeshIoFromFile().

◆ m_size

double xms::MeRefinePoint::m_size

Element size at the refine point. A negative value indicates a "hard point."

Definition at line 138 of file MeMultiPolyMesherIo.h.

Referenced by xms::tutReadMeshIoFromFile().


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