Rheolef  7.2
an efficient C++ finite element environment
pointset< T >

Detailed Description

template<class T>
class rheolef::pointset< T >

Definition at line 79 of file pointset.h.

+ Inheritance diagram for pointset< T >:

Public Types

typedef pointset_rep< Trep
 
typedef smart_pointer_nocopy< repbase
 
typedef rep::size_type size_type
 
typedef rep::value_type value_type
 
- Public Types inherited from smart_pointer_nocopy< basis_rep< T > >
typedef basis_rep< Thandled_type
 
typedef base::internal internal
 

Public Member Functions

 pointset (const pointset_option &popt=pointset_option())
 
void reset (const pointset_option &popt)
 
const pointset_optionoption () 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 (basis_rep< T > *p=0)
 
 smart_pointer_nocopy (void *count, internal i)
 
 smart_pointer_nocopy (const smart_pointer_nocopy< basis_rep< T > > &x)
 
smart_pointer_nocopy< basis_rep< T > > & operator= (const smart_pointer_nocopy< basis_rep< T > > &x)
 
 ~smart_pointer_nocopy ()
 
- Public Member Functions inherited from smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > >
 smart_pointer_base (basis_rep< T > *p=0)
 
 smart_pointer_base (const smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > &)
 
 smart_pointer_base (void *count, internal)
 
smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > & operator= (const smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > &)
 
 ~smart_pointer_base ()
 
const basis_rep< T > * pointer () const
 
basis_rep< T > * pointer ()
 
const basis_rep< T > & data () const
 
basis_rep< T > & data ()
 
const basis_rep< T > * operator-> () const
 
basis_rep< T > * operator-> ()
 
const basis_rep< T > & operator* () const
 
basis_rep< T > & operator* ()
 
int reference_counter () const
 
counter * get_count () const
 

Member Typedef Documentation

◆ rep

typedef pointset_rep<T> rep

Definition at line 84 of file pointset.h.

◆ base

Definition at line 85 of file pointset.h.

◆ size_type

Definition at line 86 of file pointset.h.

◆ value_type

Definition at line 87 of file pointset.h.

Constructor & Destructor Documentation

◆ pointset()

pointset ( const pointset_option popt = pointset_option())

Member Function Documentation

◆ reset()

void reset ( const pointset_option popt)

◆ option()

const pointset_option & option ( ) const

Definition at line 96 of file pointset.h.

◆ nnod()

size_type nnod ( const reference_element hat_K) const

Definition at line 98 of file pointset.h.

◆ node()

const point_basic< T > & node ( const reference_element hat_K,
size_i  inod 
) const

Definition at line 100 of file pointset.h.


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