3ds Max C++ API Reference
IRadiosityRenderParameters Class Referenceabstract

#include <radiosity.h>

+ Inheritance diagram for IRadiosityRenderParameters:

Public Member Functions

virtual bool GetReuseDirectIllumination (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetReuseDirectIllumination (bool in_reuse, TimeValue in_time=0)=0
 
virtual bool GetRegather (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetRegather (bool in_gather, TimeValue in_time=0)=0
 
virtual int GetRaysPerSample (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetRaysPerSample (int in_raysPerSample, TimeValue in_time=0)=0
 
virtual float GetFilterRadius (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetFilterRadius (float in_radius, TimeValue in_time=0)=0
 
virtual bool GetClampEnabled (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetClampEnabled (bool in_clamp, TimeValue in_time=0)=0
 
virtual float GetClampValue (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetClampValue (float in_clampValue, TimeValue in_time=0)=0
 
virtual bool GetAdaptiveEnabled (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetAdaptiveEnabled (bool in_adaptive, TimeValue in_time=0)=0
 
virtual int GetSampleSpacing (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetSampleSpacing (int in_sampleSpacing, TimeValue in_time=0)=0
 
virtual float GetSubdivionContrast (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetSubdivionContrast (float in_contrast, TimeValue in_time=0)=0
 
virtual int GetMinSampleSpacing (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetMinSampleSpacing (int in_minSpacing, TimeValue in_time=0)=0
 
virtual bool GetShowSamples (TimeValue in_time=0, Interval *valid=NULL) const =0
 
virtual void SetShowSamples (bool in_show, TimeValue in_time=0)=0
 
virtual Interface_ID GetID ()
 
- Public Member Functions inherited from BaseInterface
virtual UtilExport ~BaseInterface ()
 Destructor. More...
 
UtilExport BaseInterfaceGetInterface (Interface_ID id)
 
virtual LifetimeType LifetimeControl ()
 
virtual bool RegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
virtual void UnRegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
virtual BaseInterfaceAcquireInterface ()
 
virtual void ReleaseInterface ()
 
virtual void DeleteInterface ()
 
virtual BaseInterfaceCloneInterface (void *remapDir=NULL)
 
- Public Member Functions inherited from InterfaceServer
virtual UtilExport ~InterfaceServer ()
 Destructor. More...
 
template<class InterfaceType >
InterfaceType * GetTypedInterface ()
 

Additional Inherited Members

- Public Types inherited from BaseInterface
enum  LifetimeType { noRelease , immediateRelease , wantsRelease , serverControlled }
 
- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 
static UtilExport voidaligned_malloc (size_t size, size_t alignment)
 Allocates memory on a specified alignment boundary. More...
 
static UtilExport voidaligned_realloc (void *ptr, size_t size, size_t alignment)
 Reallocates memory on a specified alignment boundary. More...
 
static UtilExport void aligned_free (void *ptr)
 Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
 

Member Function Documentation

◆ GetReuseDirectIllumination()

virtual bool GetReuseDirectIllumination ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetReuseDirectIllumination()

virtual void SetReuseDirectIllumination ( bool  in_reuse,
TimeValue  in_time = 0 
)
pure virtual

◆ GetRegather()

virtual bool GetRegather ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetRegather()

virtual void SetRegather ( bool  in_gather,
TimeValue  in_time = 0 
)
pure virtual

◆ GetRaysPerSample()

virtual int GetRaysPerSample ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetRaysPerSample()

virtual void SetRaysPerSample ( int  in_raysPerSample,
TimeValue  in_time = 0 
)
pure virtual

◆ GetFilterRadius()

virtual float GetFilterRadius ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetFilterRadius()

virtual void SetFilterRadius ( float  in_radius,
TimeValue  in_time = 0 
)
pure virtual

◆ GetClampEnabled()

virtual bool GetClampEnabled ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetClampEnabled()

virtual void SetClampEnabled ( bool  in_clamp,
TimeValue  in_time = 0 
)
pure virtual

◆ GetClampValue()

virtual float GetClampValue ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetClampValue()

virtual void SetClampValue ( float  in_clampValue,
TimeValue  in_time = 0 
)
pure virtual

◆ GetAdaptiveEnabled()

virtual bool GetAdaptiveEnabled ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetAdaptiveEnabled()

virtual void SetAdaptiveEnabled ( bool  in_adaptive,
TimeValue  in_time = 0 
)
pure virtual

◆ GetSampleSpacing()

virtual int GetSampleSpacing ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetSampleSpacing()

virtual void SetSampleSpacing ( int  in_sampleSpacing,
TimeValue  in_time = 0 
)
pure virtual

◆ GetSubdivionContrast()

virtual float GetSubdivionContrast ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetSubdivionContrast()

virtual void SetSubdivionContrast ( float  in_contrast,
TimeValue  in_time = 0 
)
pure virtual

◆ GetMinSampleSpacing()

virtual int GetMinSampleSpacing ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetMinSampleSpacing()

virtual void SetMinSampleSpacing ( int  in_minSpacing,
TimeValue  in_time = 0 
)
pure virtual

◆ GetShowSamples()

virtual bool GetShowSamples ( TimeValue  in_time = 0,
Interval valid = NULL 
) const
pure virtual

◆ SetShowSamples()

virtual void SetShowSamples ( bool  in_show,
TimeValue  in_time = 0 
)
pure virtual

◆ GetID()

virtual Interface_ID GetID ( )
inlinevirtual
Remarks
This method returns the unique interface ID.

Reimplemented from BaseInterface.

#define IRADIOSITY_RENDER_PARAMETERS_INTERFACE
Definition: radiosity.h:410