|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 79 of file pointset.h.
Public Types | |
| typedef pointset_rep< T > | rep |
| typedef smart_pointer_nocopy< rep > | base |
| typedef rep::size_type | size_type |
| typedef rep::value_type | value_type |
| Public Types inherited from smart_pointer_nocopy< basis_rep< T > > | |
| typedef T | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| pointset (const pointset_option &popt=pointset_option()) | |
| void | reset (const pointset_option &popt) |
| const pointset_option & | option () const |
| size_type | nnod (const reference_element &hat_K) const |
| const point_basic< T > & | node (const reference_element &hat_K, size_i inod) const |
| Public Member Functions inherited from smart_pointer_nocopy< basis_rep< T > > | |
| smart_pointer_nocopy (T *p=0) | |
| smart_pointer_nocopy< T > & | operator= (const smart_pointer_nocopy< T > &x) |
| ~smart_pointer_nocopy () | |
| Public Member Functions inherited from smart_pointer_base< T, details::no_copy< T > > | |
| smart_pointer_base (T *p=0) | |
| smart_pointer_base< T, details::no_copy< T > > & | operator= (const smart_pointer_base< T, details::no_copy< T > > &) |
| ~smart_pointer_base () | |
| const T * | pointer () const |
| const T & | data () const |
| const T * | operator-> () const |
| const T & | operator* () const |
| int | reference_counter () const |
| counter * | get_count () const |
| typedef pointset_rep<T> rep |
Definition at line 84 of file pointset.h.
| typedef smart_pointer_nocopy<rep> base |
Definition at line 85 of file pointset.h.
| typedef rep::size_type size_type |
Definition at line 86 of file pointset.h.
| typedef rep::value_type value_type |
Definition at line 87 of file pointset.h.
| pointset | ( | const pointset_option & | popt = pointset_option() | ) |
| void reset | ( | const pointset_option & | popt | ) |
| const pointset_option & option | ( | ) | const |
Definition at line 96 of file pointset.h.
| size_type nnod | ( | const reference_element & | hat_K | ) | const |
Definition at line 98 of file pointset.h.
| const point_basic< T > & node | ( | const reference_element & | hat_K, |
| size_i | inod ) const |
Definition at line 100 of file pointset.h.