GetFEM  5.4.2
bgeot::convex< PT, PT_TAB > Class Template Reference

generic definition of a convex ( bgeot::convex_structure + vertices coordinates ) More...

#include <bgeot_convex.h>

Public Member Functions

ref_convex_pt_ct dir_points () const
 Return "direct" points. More...
 
dref_convex_pt_ct dir_points_of_face (short_type i) const
 Direct points for a given face. More...
 
 convex (pconvex_structure c, const PT_TAB &t)
 Build a convex object. More...
 

Detailed Description

template<class PT, class PT_TAB = std::vector<PT>>
class bgeot::convex< PT, PT_TAB >

generic definition of a convex ( bgeot::convex_structure + vertices coordinates )

Definition at line 50 of file bgeot_convex.h.

Constructor & Destructor Documentation

◆ convex()

template<class PT , class PT_TAB = std::vector<PT>>
bgeot::convex< PT, PT_TAB >::convex ( pconvex_structure  c,
const PT_TAB &  t 
)
inline

Build a convex object.

Parameters
cthe convex structure.
tthe points array.

Definition at line 103 of file bgeot_convex.h.

Member Function Documentation

◆ dir_points()

template<class PT , class PT_TAB = std::vector<PT>>
ref_convex_pt_ct bgeot::convex< PT, PT_TAB >::dir_points ( ) const
inline

Return "direct" points.

These are the subset of points than can be used to build a direct vector basis. (rarely used)

Definition at line 78 of file bgeot_convex.h.

◆ dir_points_of_face()

template<class PT , class PT_TAB = std::vector<PT>>
dref_convex_pt_ct bgeot::convex< PT, PT_TAB >::dir_points_of_face ( short_type  i) const
inline

Direct points for a given face.

Parameters
ithe face number.

Definition at line 85 of file bgeot_convex.h.


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