SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
FData2d< Data, Msh > Class Template Reference

#include <FData.h>

Inheritance diagram for FData2d< Data, Msh >:
Array2< Data >

Public Types

typedef Data value_type
 
typedef Data * iterator
 
typedef Data const * const_iterator
 
- Public Types inherited from Array2< Data >
typedef boost::multi_array
< Data, 2 > 
impl_type
 
typedef Data value_type
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
 FData2d ()
 
 FData2d (int)
 
 FData2d (const FData2d &data)
 
virtual ~FData2d ()
 
const value_typeoperator[] (typename Msh::Cell::index_type idx) const
 
const value_typeoperator[] (typename Msh::Face::index_type idx) const
 
const value_typeoperator[] (typename Msh::Edge::index_type idx) const
 
const value_typeoperator[] (typename Msh::Node::index_type idx) const
 
const value_typeoperator[] (VMesh::index_type idx) const
 
value_typeoperator[] (typename Msh::Cell::index_type idx)
 
value_typeoperator[] (typename Msh::Face::index_type idx)
 
value_typeoperator[] (typename Msh::Edge::index_type idx)
 
value_typeoperator[] (typename Msh::Node::index_type idx)
 
value_typeoperator[] (VMesh::index_type idx)
 
void resize (const typename Msh::Node::size_type &size)
 
void resize (const typename Msh::Edge::size_type &size)
 
void resize (const typename Msh::Face::size_type &size)
 
void resize (const typename Msh::Cell::size_type &size)
 
void resize (const size_t size)
 
unsigned int size () const
 
- Public Member Functions inherited from Array2< Data >
 Array2 ()
 
 Array2 (size_t size1, size_t size2)
 
void resize (size_t size1, size_t size2)
 
size_t size () const
 
Data & operator[] (size_t idx)
 
const Data & operator[] (size_t idx) const
 
const Data & operator() (index_type d1, index_type d2) const
 
Data & operator() (index_type d1, index_type d2)
 
size_t dim1 () const
 Returns number of rows. More...
 
size_t dim2 () const
 Returns number of cols. More...
 
impl_typegetImpl ()
 

Static Public Member Functions

static const std::string type_name (int n=-1)
 

Member Typedef Documentation

typedef Data const* const_iterator
typedef Data* iterator
typedef Data value_type

Constructor & Destructor Documentation

FData2d ( )
inline
FData2d ( int  )
inline
FData2d ( const FData2d< Data, Msh > &  data)
inline
~FData2d ( )
virtual

Member Function Documentation

iterator begin ( )
inline
const_iterator begin ( ) const
inline
iterator end ( )
inline
const_iterator end ( ) const
inline
const value_type& operator[] ( typename Msh::Cell::index_type  idx) const
inline
const value_type& operator[] ( typename Msh::Face::index_type  idx) const
inline
const value_type& operator[] ( typename Msh::Edge::index_type  idx) const
inline
const value_type& operator[] ( typename Msh::Node::index_type  idx) const
inline
const value_type& operator[] ( VMesh::index_type  idx) const
inline
value_type& operator[] ( typename Msh::Cell::index_type  idx)
inline
value_type& operator[] ( typename Msh::Face::index_type  idx)
inline
value_type& operator[] ( typename Msh::Edge::index_type  idx)
inline
value_type& operator[] ( typename Msh::Node::index_type  idx)
inline
value_type& operator[] ( VMesh::index_type  idx)
inline
void resize ( const typename Msh::Node::size_type &  size)
inline
void resize ( const typename Msh::Edge::size_type &  size)
inline
void resize ( const typename Msh::Face::size_type &  size)
inline
void resize ( const typename Msh::Cell::size_type &  size)
inline
void resize ( const size_t  size)
inline
unsigned int size ( ) const
inline
const std::string type_name ( int  n = -1)
static

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