Public Member Functions | Public Attributes
nvidia::apex::ApexInterface Class Reference

Base class for all interface classes implemented by APEX SDK. More...

#include <ApexInterface.h>

Inheritance diagram for nvidia::apex::ApexInterface:

List of all members.

Public Member Functions

virtual void release ()=0
 Release an object instance.

Public Attributes

void * userData
 User data variable.

Detailed Description

Base class for all interface classes implemented by APEX SDK.

User callback interfaces should not derive from this class.


Member Function Documentation

virtual void nvidia::apex::ApexInterface::release ( ) [pure virtual]

Release an object instance.

Calling this will unhook the class and delete it from memory. You should not keep any reference to this class instance after calling release

Implemented in nvidia::apex::EffectPackageActor, nvidia::apex::RenderDebugInterface, nvidia::apex::FlameEmitterActor, nvidia::apex::HeatSourceActor, nvidia::apex::SubstanceSourceActor, and nvidia::apex::VelocitySourceActor.


Member Data Documentation

User data variable.

Practical in scenarios where this object has a clear and unique owner, not so useful in other scenarios.


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

Generated on Sat Dec 1 2018 15:52:06

Copyright © 2012-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.