PolyVox  0.2.1
Open source voxel management library
Public Member Functions | Friends
PolyVox::SubArray< 1, ElementType > Class Template Reference

#include <SubArray.h>

List of all members.

Public Member Functions

ElementType & operator[] (uint32_t uIndex)
const ElementType & operator[] (uint32_t uIndex) const

Friends

class Array< 2, ElementType >
class SubArray< 2, ElementType >

Detailed Description

template<typename ElementType>
class PolyVox::SubArray< 1, ElementType >

Definition at line 62 of file SubArray.h.


Member Function Documentation

template<typename ElementType >
ElementType & PolyVox::SubArray< 1, ElementType >::operator[] ( uint32_t  uIndex)

Definition at line 57 of file SubArray.inl.

template<typename ElementType >
const ElementType & PolyVox::SubArray< 1, ElementType >::operator[] ( uint32_t  uIndex) const

Definition at line 64 of file SubArray.inl.


Friends And Related Function Documentation

template<typename ElementType >
friend class Array< 2, ElementType >
friend

Definition at line 64 of file SubArray.h.

template<typename ElementType >
friend class SubArray< 2, ElementType >
friend

Definition at line 65 of file SubArray.h.


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