#include <Cloth.h>
Public Member Functions | |
MappedRange (const MappedRange &other) | |
MappedRange (T *first, T *last, const Cloth &cloth, void(Cloth::*lock)() const, void(Cloth::*unlock)() const) | |
~MappedRange () |
nv::cloth::MappedRange< T >::MappedRange | ( | T * | first, | |
T * | last, | |||
const Cloth & | cloth, | |||
void(Cloth::*)() const | lock, | |||
void(Cloth::*)() const | unlock | |||
) | [inline] |
nv::cloth::MappedRange< T >::MappedRange | ( | const MappedRange< T > & | other | ) | [inline] |
nv::cloth::MappedRange< T >::~MappedRange | ( | ) | [inline] |