AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
agxData.h File Reference
#include <agx/String.h>
#include <agx/Integer.h>

Go to the source code of this file.

Namespaces

namespace  agxData
 Contains classes for low level data storage for AGX.
 

Typedefs

typedef agx::UInt8 agxData::Byte
 
typedef Byte * agxData::BytePtr
 
typedef agx::VectorPOD< Byte > agxData::ByteVector
 
typedef const Byte * agxData::ConstBytePtr
 
typedef Array< agx::IndexagxData::IndexArray
 

Enumerations

enum  agxData::AccessMode { agxData::READ = 0x1 , agxData::WRITE = 0x2 , agxData::READ_WRITE = READ | WRITE }
 Data access mode. More...
 

Functions

AGXCORE_EXPORT agx::UInt agxData::getAccessMode (const agx::String &modeName)
 
AGXCORE_EXPORT agx::String agxData::getAccessModeString (agx::UInt mode)