cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Data Fields | Private Member Functions
multi_geom< d, ALLOC > Class Template Reference

#include <container_classes.h>

Collaboration diagram for multi_geom< d, ALLOC >:
Collaboration graph
[legend]

Public Types

typedef size_t size_type
 

Public Member Functions

 multi_geom ()
 
 multi_geom (const multi_geom &m)
 
 ~multi_geom ()
 
void clear ()
 
const multi_geomoperator= (const multi_geom &m)
 
bool lgInbounds (const size_type n, const size_type index[]) const
 
void reserve (const size_type n, const size_type index[])
 
void reserve_recursive (const size_type n, size_type index[])
 
void finalize (void)
 

Data Fields

tree_vec v
 
size_type size
 
size_type s [d]
 allocated size (number of data elements, pointers are not counted) More...
 
size_type st [d]
 size of each dimension (only used in C_TYPE layout) More...
 
size_type nsl [d]
 stride for each dimension (only used in C_TYPE layout) More...
 

Private Member Functions

void p_clear0 ()
 sizes of each of the pointer arrays More...
 
void p_clear1 ()
 
void p_setupArray (size_type n1[], size_type n2[], const tree_vec *w, size_type l)
 

Detailed Description

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
class multi_geom< d, ALLOC >

multi_geom - this class maintains all the geometry information for multi_arr keeping it separate makes it easy to clone the information from one multi_arr to another

Definition at line 288 of file container_classes.h.

Member Typedef Documentation

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
typedef size_t multi_geom< d, ALLOC >::size_type

Definition at line 291 of file container_classes.h.

Constructor & Destructor Documentation

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
multi_geom< d, ALLOC >::multi_geom ( )
inline

Definition at line 317 of file container_classes.h.

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
multi_geom< d, ALLOC >::multi_geom ( const multi_geom< d, ALLOC > &  m)
inline

Definition at line 321 of file container_classes.h.

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
multi_geom< d, ALLOC >::~multi_geom ( )
inline

Definition at line 326 of file container_classes.h.

Member Function Documentation

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::clear ( )
inline

Definition at line 330 of file container_classes.h.

Referenced by multi_geom< d, MEM_LAYOUT_VAL >::operator=().

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::finalize ( void  )
inline

Definition at line 393 of file container_classes.h.

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
bool multi_geom< d, ALLOC >::lgInbounds ( const size_type  n,
const size_type  index[] 
) const
inline
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
const multi_geom& multi_geom< d, ALLOC >::operator= ( const multi_geom< d, ALLOC > &  m)
inline

Definition at line 335 of file container_classes.h.

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::p_clear0 ( )
inlineprivate

sizes of each of the pointer arrays

Definition at line 301 of file container_classes.h.

Referenced by multi_geom< d, MEM_LAYOUT_VAL >::clear(), and multi_geom< d, MEM_LAYOUT_VAL >::~multi_geom().

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::p_clear1 ( )
inlineprivate
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::p_setupArray ( size_type  n1[],
size_type  n2[],
const tree_vec w,
size_type  l 
)
inlineprivate
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::reserve ( const size_type  n,
const size_type  index[] 
)
inline
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
void multi_geom< d, ALLOC >::reserve_recursive ( const size_type  n,
size_type  index[] 
)
inline

Field Documentation

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
size_type multi_geom< d, ALLOC >::nsl[d]
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
size_type multi_geom< d, ALLOC >::s[d]
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
size_type multi_geom< d, ALLOC >::size
template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
size_type multi_geom< d, ALLOC >::st[d]

size of each dimension (only used in C_TYPE layout)

Definition at line 297 of file container_classes.h.

Referenced by multi_geom< d, MEM_LAYOUT_VAL >::finalize(), multi_geom< d, MEM_LAYOUT_VAL >::operator=(), and multi_geom< d, MEM_LAYOUT_VAL >::p_clear1().

template<int d, mem_layout ALLOC = MEM_LAYOUT_VAL>
tree_vec multi_geom< d, ALLOC >::v

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