|
Functions | |
| template<class G_SRC , class VCORR , class CCORR > | |
| void | GrAL::ConstructGrid0 (Complex3D &G_dest, G_SRC const &G_src, VCORR &v_corr, CCORR &c_corr) |
| Copy any grid to Complex3D. | |
| template<class G_SRC , class GEOM_SRC , class GEOM_DEST , class VCORR , class CCORR > | |
| void | GrAL::ConstructGridVC (Complex3D &G_dest, GEOM_DEST &Geom_dest, G_SRC const &G_src, GEOM_SRC const &Geom_src, VCORR &v_corr, CCORR &c_corr) |
| Copy any grid to Complex3D. | |
Gral base module Generic grid copy operations
| void GrAL::ConstructGrid0 | ( | Complex3D & | G_dest, | |
| G_SRC const & | G_src, | |||
| VCORR & | v_corr, | |||
| CCORR & | c_corr | |||
| ) | [inline] |
Copy any grid to Complex3D.
Definition at line 33 of file construct-grid.C.
References GrAL::Complex3D::add_archetype(), GrAL::Complex3D::add_cell(), GrAL::Complex3D::add_vertex(), GrAL::Complex3D::Archetype(), GrAL::Complex3D::calculate_dependent(), GrAL::Complex3D::clear(), and ConstructGrid0().
| void GrAL::ConstructGridVC | ( | Complex3D & | G_dest, | |
| GEOM_DEST & | Geom_dest, | |||
| G_SRC const & | G_src, | |||
| GEOM_SRC const & | Geom_src, | |||
| VCORR & | v_corr, | |||
| CCORR & | c_corr | |||
| ) | [inline] |
Copy any grid to Complex3D.
This version copies also the geometry.
Definition at line 60 of file construct-grid.h.
References ConstructGridVC_generic().
1.5.8