Exchange Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
ts3d::A3DSurfOffsetWrapper Struct Reference

Provides a wrapper for accessing A3DSurfOffsetData. More...

#include <ExchangeToolkit.h>

Public Types

using DataType = A3DSurfOffsetData
 Alias for the data type.
 

Public Member Functions

 A3DSurfOffsetWrapper (A3DSurfOffset *ntt=nullptr)
 Constructs a wrapper, initializing the data storage with values obtained using the provided pointer and A3DRootBaseGet. More...
 
 ~A3DSurfOffsetWrapper (void)
 The destructor is implemented to call A3DSurfOffsetGet( nullptr, &_d ) to ensure dynamic resources are freed.
 
DataType const * operator-> () const
 Const data access to A3DSurfOffsetData.
 
DataTypeoperator-> ()
 Non-const data access to A3DSurfOffsetData. More...
 
void reset (A3DSurfOffset *ntt)
 Resets internal data to values obtained from the provided pointer. More...
 

Public Attributes

DataType _d
 Data storage.
 

Detailed Description

Provides a wrapper for accessing A3DSurfOffsetData.

Constructor & Destructor Documentation

ts3d::A3DSurfOffsetWrapper::A3DSurfOffsetWrapper ( A3DSurfOffset *  ntt = nullptr)
inline

Constructs a wrapper, initializing the data storage with values obtained using the provided pointer and A3DRootBaseGet.

This can be a nullptr, in which case the A3DRootBaseData struct is initialized but not populated.

Member Function Documentation

DataType* ts3d::A3DSurfOffsetWrapper::operator-> ( )
inline

Non-const data access to A3DSurfOffsetData.

Note
If you modify the data and expect the underlying Exchange data model to be updated, you must explicitly call the correct Create or Set function in the Exchange API. This wrapper does not provide write capability.
Todo:
Implement write capability?
void ts3d::A3DSurfOffsetWrapper::reset ( A3DSurfOffset *  ntt)
inline

Resets internal data to values obtained from the provided pointer.

Calling this function will free dynamic resources as needed prior to obtaining new values in the struct. If a nullptr is provided, the data is not explicitly changed and may reflect old values.


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