Flow123d  JS_before_hm-1003-g4e68d2c
Public Member Functions | Private Attributes | List of all members
Boundary Class Reference

#include <accessors.hh>

Collaboration diagram for Boundary:
Collaboration graph
[legend]

Public Member Functions

 Boundary ()
 
 Boundary (BoundaryData *boundary_data)
 
Edge edge ()
 
ElementAccessor< 3 > element_accessor ()
 
Region region ()
 
Elementelement ()
 
bool is_valid () const
 
Meshmesh ()
 
uint edge_idx ()
 
uint bc_ele_idx ()
 

Private Attributes

BoundaryDataboundary_data_
 

Detailed Description

Definition at line 320 of file accessors.hh.

Constructor & Destructor Documentation

Boundary::Boundary ( )
inline

Definition at line 260 of file accessors_impl.hh.

Boundary::Boundary ( BoundaryData boundary_data)
inline

Definition at line 264 of file accessors_impl.hh.

Member Function Documentation

uint Boundary::bc_ele_idx ( )
inline

Definition at line 345 of file accessors.hh.

Here is the caller graph for this function:

Edge Boundary::edge ( )
inline

Definition at line 268 of file accessors_impl.hh.

uint Boundary::edge_idx ( )
inline

Definition at line 340 of file accessors.hh.

Element * Boundary::element ( )
inline

Definition at line 285 of file accessors_impl.hh.

ElementAccessor< 3 > Boundary::element_accessor ( )
inline

Definition at line 274 of file accessors_impl.hh.

Here is the caller graph for this function:

bool Boundary::is_valid ( ) const
inline

Definition at line 331 of file accessors.hh.

Here is the caller graph for this function:

Mesh* Boundary::mesh ( )
inline

Definition at line 335 of file accessors.hh.

Region Boundary::region ( )
inline

Definition at line 280 of file accessors_impl.hh.

Here is the caller graph for this function:

Member Data Documentation

BoundaryData* Boundary::boundary_data_
private

Definition at line 351 of file accessors.hh.


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