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
FData3d< Data, Msh > Class Template Reference

#include <FData.h>

Inheritance diagram for FData3d< Data, Msh >:
Array3< Data >

Public Types

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

Public Member Functions

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
 FData3d ()
 
 FData3d (int)
 
 FData3d (const FData3d &data)
 
virtual ~FData3d ()
 
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
 
const TypeDescriptionget_type_description (int n) const
 
- Public Member Functions inherited from Array3< Data >
 Array3 ()
 
 Array3 (size_t size1, size_t size2, size_t size3)
 
void resize (size_t size1, size_t size2, size_t size3)
 
size_t size () const
 
Data & operator[] (size_t idx)
 
const Data & operator[] (size_t idx) const
 
const Data & operator() (size_t i1, size_t i2, size_t i3) const
 
Data & operator() (size_t i1, size_t i2, size_t i3)
 
size_t dim1 () const
 
size_t dim2 () const
 
size_t dim3 () const
 

Static Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

iterator begin ( )
inline
const_iterator begin ( ) const
inline
iterator end ( )
inline
const_iterator end ( ) const
inline
const TypeDescription * get_type_description ( int  n) const
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: