GetFEM++  5.3
bgeot::geotrans_precomp_ Class Reference

precomputed geometric transformation operations use this for repetitive evaluation of a geometric transformations on a set of points "pspt" in the reference convex which do not change. More...

#include <bgeot_geometric_trans.h>

Inherits dal::static_stored_object.

Public Member Functions

template<typename CONT >
void transform (const CONT &G, stored_point_tab &pt_tab) const
 Apply the geometric transformation from the reference convex to the convex whose vertices are stored in G, to the set of points listed in pspt. More...
 

Friends

pgeotrans_precomp geotrans_precomp (pgeometric_trans pg, pstored_point_tab ps, dal::pstatic_stored_object dep)
 precomputes a geometric transformation for a fixed set of points in the reference convex.
 

Detailed Description

precomputed geometric transformation operations use this for repetitive evaluation of a geometric transformations on a set of points "pspt" in the reference convex which do not change.

Definition at line 288 of file bgeot_geometric_trans.h.

Member Function Documentation

template<typename CONT >
void bgeot::geotrans_precomp_::transform ( const CONT &  G,
stored_point_tab pt_tab 
) const

Apply the geometric transformation from the reference convex to the convex whose vertices are stored in G, to the set of points listed in pspt.

Parameters
Gany container of vertices of the transformed convex.
pt_tabon output, the transformed points.

Definition at line 362 of file bgeot_geometric_trans.h.


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