AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
Buffer.h File Reference

Go to the source code of this file.

Classes

class  agxData::Buffer
 Abstract representation of a data buffer. More...
 
class  agxData::BufferProxyAllocator
 
class  agxData::BufferT< T >
 

Namespaces

namespace  agx
 The agx namespace contains the dynamics/math part of the AGX Dynamics API.
 
namespace  agxData
 Contains classes for low level data storage for AGX.
 

Typedefs

typedef agx::observer_ptr< const Buffer > agxData::BufferConstObserver
 
typedef agx::ref_ptr< const Buffer > agxData::BufferConstRef
 
typedef agx::observer_ptr< Buffer > agxData::BufferObserver
 
typedef agx::Vector< BufferObserver > agxData::BufferObserverVector
 
typedef agx::VectorPOD< Buffer * > agxData::BufferPtrVector
 
typedef agx::ref_ptr< Buffer > agxData::BufferRef
 
typedef agx::Vector< BufferRef > agxData::BufferRefVector
 

Functions

template<typename T >
std::ostream & agxData::operator<< (std::ostream &output, const Array< T > &array)