Version: 8.3.0
SMESHUtils::ControlPnt Struct Reference

Control point: coordinates and element size at these coordinates. More...

#include <SMESH_ControlPnt.hxx>

Inheritance diagram for SMESHUtils::ControlPnt:

Public Member Functions

 ControlPnt ()
 
 ControlPnt (const gp_Pnt &aPnt, double theSize)
 
 ControlPnt (double theX, double theY, double theZ)
 
 ControlPnt (double theX, double theY, double theZ, double theSize)
 
double Size () const
 
void SetSize (double theSize)
 

Data Fields

double size
 

Detailed Description

Control point: coordinates and element size at these coordinates.

Constructor & Destructor Documentation

SMESHUtils::ControlPnt::ControlPnt ( )
SMESHUtils::ControlPnt::ControlPnt ( const gp_Pnt &  aPnt,
double  theSize 
)
SMESHUtils::ControlPnt::ControlPnt ( double  theX,
double  theY,
double  theZ 
)
SMESHUtils::ControlPnt::ControlPnt ( double  theX,
double  theY,
double  theZ,
double  theSize 
)

Member Function Documentation

void SMESHUtils::ControlPnt::SetSize ( double  theSize)
double SMESHUtils::ControlPnt::Size ( ) const

Field Documentation

double SMESHUtils::ControlPnt::size