nv::cloth::MappedRange< T > Struct Template Reference

#include <Cloth.h>

Inheritance diagram for nv::cloth::MappedRange< T >:

nv::cloth::Range< T >

List of all members.

Public Member Functions

 MappedRange (const MappedRange &other)
 MappedRange (T *first, T *last, const Cloth &cloth, void(Cloth::*lock)() const, void(Cloth::*unlock)() const)
 ~MappedRange ()

template<typename T>
struct nv::cloth::MappedRange< T >


Constructor & Destructor Documentation

template<typename T >
nv::cloth::MappedRange< T >::MappedRange ( T *  first,
T *  last,
const Cloth cloth,
void(Cloth::*)() const   lock,
void(Cloth::*)() const   unlock 
) [inline]

template<typename T >
nv::cloth::MappedRange< T >::MappedRange ( const MappedRange< T > &  other  )  [inline]

template<typename T >
nv::cloth::MappedRange< T >::~MappedRange (  )  [inline]


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