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

Provides a wrapper for accessing A3DSurfBlend02Data. More...

#include <ExchangeToolkit.h>

Public Types

using DataType = A3DSurfBlend02Data
 Alias for the data type.
 

Public Member Functions

 A3DSurfBlend02Wrapper (A3DSurfBlend02 *ntt=nullptr)
 Constructs a wrapper, initializing the data storage with values obtained using the provided pointer and A3DRootBaseGet. More...
 
 ~A3DSurfBlend02Wrapper (void)
 The destructor is implemented to call A3DSurfBlend02Get( nullptr, &_d ) to ensure dynamic resources are freed.
 
DataType const * operator-> () const
 Const data access to A3DSurfBlend02Data.
 
DataTypeoperator-> ()
 Non-const data access to A3DSurfBlend02Data. More...
 
void reset (A3DSurfBlend02 *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 A3DSurfBlend02Data.

Constructor & Destructor Documentation

ts3d::A3DSurfBlend02Wrapper::A3DSurfBlend02Wrapper ( A3DSurfBlend02 *  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::A3DSurfBlend02Wrapper::operator-> ( )
inline

Non-const data access to A3DSurfBlend02Data.

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::A3DSurfBlend02Wrapper::reset ( A3DSurfBlend02 *  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: