ALPSCore reference
Public Member Functions | Protected Member Functions | List of all members
alps::gf::base_mesh Class Reference

Common part of interface and implementation for GF meshes. More...

#include <mesh.hpp>

Inheritance diagram for alps::gf::base_mesh:
Inheritance graph
Collaboration diagram for alps::gf::base_mesh:
Collaboration graph

Public Member Functions

 base_mesh ()
 
 base_mesh (const base_mesh &rhs)
 
const std::vector< double > & points () const
 Const access to mesh points. More...
 

Protected Member Functions

std::vector< double > & _points ()
 
void swap (base_mesh &other)
 

Detailed Description

Common part of interface and implementation for GF meshes.

Definition at line 77 of file mesh.hpp.

Constructor & Destructor Documentation

alps::gf::base_mesh::base_mesh ( )
inline

Definition at line 79 of file mesh.hpp.

alps::gf::base_mesh::base_mesh ( const base_mesh rhs)
inline

Definition at line 80 of file mesh.hpp.

Member Function Documentation

std::vector<double>& alps::gf::base_mesh::_points ( )
inlineprotected

Definition at line 85 of file mesh.hpp.

const std::vector<double>& alps::gf::base_mesh::points ( ) const
inline

Const access to mesh points.

Definition at line 82 of file mesh.hpp.

void alps::gf::base_mesh::swap ( base_mesh other)
inlineprotected

Definition at line 86 of file mesh.hpp.


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