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

#include <SubArray.h>

List of all members.

Public Member Functions

SubArray< noOfDims-1, ElementType > operator[] (uint32_t uIndex)
const SubArray< noOfDims-1,
ElementType > 
operator[] (uint32_t uIndex) const

Friends

class Array< noOfDims+1, ElementType >
class SubArray< noOfDims+1, ElementType >

Detailed Description

template<uint32_t noOfDims, typename ElementType>
class PolyVox::SubArray< noOfDims, ElementType >

Definition at line 42 of file SubArray.h.


Member Function Documentation

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

Definition at line 29 of file SubArray.inl.

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

Definition at line 38 of file SubArray.inl.


Friends And Related Function Documentation

template<uint32_t noOfDims, typename ElementType >
friend class Array< noOfDims+1, ElementType >
friend

Definition at line 44 of file SubArray.h.

template<uint32_t noOfDims, typename ElementType >
friend class SubArray< noOfDims+1, ElementType >
friend

Definition at line 45 of file SubArray.h.


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