Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity > Struct Template Reference

#include <matrix_arithmetic.h>

List of all members.

Public Types

typedef swappable_block_matrix
< ValueType, BlockSideLength > 
swappable_block_matrix_type
typedef
swappable_block_matrix_type::size_type 
size_type
typedef
matrix_to_quadtree_block_grained
< ValueType, BlockSideLength,
Level-1, Granularity > 
smaller_matrix_to_quadtree_block_grained

Public Member Functions

 matrix_to_quadtree_block_grained (const swappable_block_matrix_type &matrix)
 matrix_to_quadtree_block_grained (const swappable_block_matrix_type &matrix, const size_type height, const size_type width, const size_type from_row, const size_type from_col)
swappable_block_matrix_type operator() (const size_type &row, const size_type &col)
const size_type get_height ()
const size_type get_width ()

Public Attributes

smaller_matrix_to_quadtree_block_grained ul
smaller_matrix_to_quadtree_block_grained ur
smaller_matrix_to_quadtree_block_grained dl
smaller_matrix_to_quadtree_block_grained dr

Detailed Description

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
struct stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >

Definition at line 932 of file matrix_arithmetic.h.


Member Typedef Documentation

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
typedef swappable_block_matrix_type::size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::size_type

Definition at line 935 of file matrix_arithmetic.h.

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
typedef matrix_to_quadtree_block_grained<ValueType, BlockSideLength, Level - 1, Granularity> stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::smaller_matrix_to_quadtree_block_grained

Definition at line 937 of file matrix_arithmetic.h.

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
typedef swappable_block_matrix<ValueType, BlockSideLength> stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::swappable_block_matrix_type

Definition at line 934 of file matrix_arithmetic.h.


Constructor & Destructor Documentation

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::matrix_to_quadtree_block_grained ( const swappable_block_matrix_type matrix) [inline]
template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::matrix_to_quadtree_block_grained ( const swappable_block_matrix_type matrix,
const size_type  height,
const size_type  width,
const size_type  from_row,
const size_type  from_col 
) [inline]

Definition at line 948 of file matrix_arithmetic.h.


Member Function Documentation

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
const size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::get_height ( ) [inline]
template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
const size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::get_width ( ) [inline]
template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
swappable_block_matrix_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::operator() ( const size_type row,
const size_type col 
) [inline]

Definition at line 956 of file matrix_arithmetic.h.


Member Data Documentation

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::dl

Definition at line 939 of file matrix_arithmetic.h.

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::dr

Definition at line 939 of file matrix_arithmetic.h.

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::ul

Definition at line 939 of file matrix_arithmetic.h.

template<typename ValueType, unsigned BlockSideLength, unsigned Level, unsigned Granularity>
smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::ur

Definition at line 939 of file matrix_arithmetic.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines