HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::FixedArray< T >::WritableMaskedAccess Class Reference

#include <PyImathFixedArray.h>

+ Inheritance diagram for PyImath::FixedArray< T >::WritableMaskedAccess:

Public Member Functions

 WritableMaskedAccess (FixedArray< T > &array)
 
 WritableMaskedAccess (const WritableMaskedAccess &other)
 
T & operator[] (size_t i)
 
- Public Member Functions inherited from PyImath::FixedArray< T >::ReadOnlyMaskedAccess
 ReadOnlyMaskedAccess (const FixedArray< T > &array)
 
 ReadOnlyMaskedAccess (const ReadOnlyMaskedAccess &other)
 
const T & operator[] (size_t i) const
 

Additional Inherited Members

- Protected Attributes inherited from PyImath::FixedArray< T >::ReadOnlyMaskedAccess
const size_t _stride
 
hboost::shared_array< size_t > _indices
 

Detailed Description

template<class T>
class PyImath::FixedArray< T >::WritableMaskedAccess

Definition at line 802 of file PyImathFixedArray.h.

Constructor & Destructor Documentation

template<class T>
PyImath::FixedArray< T >::WritableMaskedAccess::WritableMaskedAccess ( FixedArray< T > &  array)
inline

Definition at line 805 of file PyImathFixedArray.h.

template<class T>
PyImath::FixedArray< T >::WritableMaskedAccess::WritableMaskedAccess ( const WritableMaskedAccess other)
inline

Definition at line 812 of file PyImathFixedArray.h.

Member Function Documentation

template<class T>
T& PyImath::FixedArray< T >::WritableMaskedAccess::operator[] ( size_t  i)
inline

Definition at line 816 of file PyImathFixedArray.h.


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