Public Member Functions | Protected Member Functions
physx::apex::NxModuleFluidIos Class Reference

APEX FluidIOS module. A particle system based upon PhysX SDK 2.8 particles. More...

#include <NxModuleFluidIos.h>

List of all members.

Public Member Functions

virtual void setCompartment (const NxApexScene &, NxCompartment &comp)=0
 Initializer.
virtual const NxCompartment * getCompartment (const NxApexScene &) const =0
 Gets the compartment that is used for non-SPH calculations in the given ApexScene.
virtual void setSPHCompartment (const NxApexScene &, NxCompartment &comp)=0
 Sets the compartment that will be used for SPH calculations in the given ApexScene.
virtual const NxCompartment * getSPHCompartment (const NxApexScene &) const =0
 Gets the compartment that is used for SPH calculations in the given ApexScene.

Protected Member Functions

virtual ~NxModuleFluidIos ()

Detailed Description

APEX FluidIOS module. A particle system based upon PhysX SDK 2.8 particles.


Constructor & Destructor Documentation

virtual physx::apex::NxModuleFluidIos::~NxModuleFluidIos ( ) [inline, protected, virtual]

Member Function Documentation

virtual const NxCompartment* physx::apex::NxModuleFluidIos::getCompartment ( const NxApexScene &  ) const [pure virtual]

Gets the compartment that is used for non-SPH calculations in the given ApexScene.

See also:
NxCompartment
virtual const NxCompartment* physx::apex::NxModuleFluidIos::getSPHCompartment ( const NxApexScene &  ) const [pure virtual]

Gets the compartment that is used for SPH calculations in the given ApexScene.

See also:
NxCompartment
virtual void physx::apex::NxModuleFluidIos::setCompartment ( const NxApexScene &  ,
NxCompartment &  comp 
) [pure virtual]

Initializer.

See also:
NxModuleFluidIosDesc Sets the compartment that will be used for non-SPH calculations in the given ApexScene.
NxCompartment
virtual void physx::apex::NxModuleFluidIos::setSPHCompartment ( const NxApexScene &  ,
NxCompartment &  comp 
) [pure virtual]

Sets the compartment that will be used for SPH calculations in the given ApexScene.

If none provided, the compartment for non-SPH calculations will br used

See also:
NxCompartment

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

Generated on Mon Apr 28 2014 08:01:54

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