3ds Max C++ API Reference
INodeBakeProjProperties Class Referenceabstract

#include <INodeBakeProperties.h>

+ Inheritance diagram for INodeBakeProjProperties:

Public Types

enum  { enumIdProjSpaceXYZ =0 , enumIdProjSpaceUVW }
 
enum  { enumIdNormalSpaceWorld =0 , enumIdNormalSpaceScreen , enumIdNormalSpaceLocal , enumIdNormalSpaceTangent }
 
enum  { enumIdTangentDirYUp =0 , enumIdTangentDirYDown }
 
enum  { enumIdTangentDirXRight =0 , enumIdTangentDirXLeft }
 
enum  { enumIdHitResolveClosest =0 , enumIdHitResolveFurthest }
 
- Public Types inherited from BaseInterface
enum  LifetimeType { noRelease , immediateRelease , wantsRelease , serverControlled }
 

Public Member Functions

virtual BOOL GetEnabled ()=0
 
virtual void SetEnabled (BOOL b)=0
 
virtual ReferenceTargetGetProjMod ()=0
 
virtual void SetProjMod (ReferenceTarget *refTarg)=0
 
virtual const MCHARGetProjModTarg ()=0
 
virtual void SetProjModTarg (const MCHAR *s)=0
 
virtual BOOL GetCropAlpha ()=0
 
virtual void SetCropAlpha (BOOL b)=0
 
virtual int GetProjSpace ()=0
 
virtual void SetProjSpace (int enum_val)=0
 
virtual int GetNormalSpace ()=0
 
virtual void SetNormalSpace (int enum_val)=0
 
virtual int GetTangentYDir ()=0
 
virtual void SetTangentYDir (int enum_val)=0
 
virtual int GetTangentXDir ()=0
 
virtual void SetTangentXDir (int enum_val)=0
 
virtual BOOL GetUseCage ()=0
 
virtual void SetUseCage (BOOL b)=0
 
virtual float GetRayOffset ()=0
 
virtual void SetRayOffset (float f)=0
 
virtual int GetHitResolveMode ()=0
 
virtual void SetHitResolveMode (int enum_val)=0
 
virtual BOOL GetHitMatchMtlID ()=0
 
virtual void SetHitMatchMtlID (BOOL b)=0
 
virtual BOOL GetHitWorkingModel ()=0
 
virtual void SetHitWorkingModel (BOOL b)=0
 
virtual BOOL GetWarnRayMiss ()=0
 
virtual void SetWarnRayMiss (BOOL b)=0
 
virtual ColorGetRayMissColor ()=0
 
virtual void SetRayMissColor (Color *c)=0
 
virtual float GetHeightMapMin ()=0
 
virtual void SetHeightMapMin (float f)=0
 
virtual float GetHeightMapMax ()=0
 
virtual void SetHeightMapMax (float f)=0
 
virtual float GetHeightBufMin ()=0
 
virtual void SetHeightBufMin (float f)=0
 
virtual float GetHeightBufMax ()=0
 
virtual void SetHeightBufMax (float f)=0
 
virtual BOOL GetProportionalOutput ()=0
 
virtual void SetProportionalOutput (BOOL b)=0
 
virtual int GetBakeMapChannel_SO () const =0
 
virtual void SetBakeMapChannel_SO (int mapChannel)=0
 
virtual BOOL GetBakeObjLevel ()=0
 
virtual void SetBakeObjLevel (BOOL b)=0
 
virtual BOOL GetBakeSubObjLevels ()=0
 
virtual void SetBakeSubObjLevels (BOOL b)=0
 
virtual BOOL GetObjBakeToMtl ()=0
 
virtual void SetObjBakeToMtl (BOOL b)=0
 
- Public Member Functions inherited from FPMixinInterface
 FPMixinInterface ()
 
virtual LifetimeType LifetimeControl ()
 
virtual CoreExport bool RegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
virtual void UnRegisterNotifyCallback (InterfaceNotifyCallback *incb)
 
CoreExport ~FPMixinInterface ()
 
virtual BaseInterfaceGetInterface (Interface_ID id)
 
virtual FPInterfaceDescGetDescByID (Interface_ID id)
 
virtual Interface_ID GetID ()
 
- Public Member Functions inherited from FPInterface
virtual FPInterfaceDescGetDesc ()=0
 
virtual CoreExport FPStatus Invoke (FunctionID fid, TimeValue t=0, FPParams *params=NULL)
 
virtual FPStatus Invoke (FunctionID fid, FPParams *params)
 
virtual CoreExport FPStatus Invoke (FunctionID fid, TimeValue t, FPValue &result, FPParams *params=NULL)
 
virtual FPStatus Invoke (FunctionID fid, FPValue &result, FPParams *params=NULL)
 
virtual CoreExport FunctionID FindFn (const MCHAR *name)
 
virtual CoreExport BOOL IsEnabled (FunctionID actionID)
 
virtual CoreExport BOOL IsChecked (FunctionID actionID)
 
virtual CoreExport BOOL IsVisible (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsEnabled (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsChecked (FunctionID actionID)
 
virtual CoreExport FunctionID GetIsVisible (FunctionID actionID)
 
virtual ActionTableGetActionTable ()
 
virtual void EnableActions (BOOL onOff)
 
- Public Member Functions inherited from BaseInterface
virtual UtilExport ~BaseInterface ()
 Destructor. More...
 
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

- 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...
 
- Static Public Attributes inherited from FPInterface
static CoreExport FPInterfaceDesc nullInterface
 
- Protected Member Functions inherited from FPMixinInterface
 FPMixinInterface (const FPMixinInterface &rhs)
 
FPMixinInterfaceoperator= (const FPMixinInterface &rhs)
 
- Protected Member Functions inherited from FPInterface
virtual FPStatus _dispatch_fn (FunctionID fid, TimeValue t, FPValue &result, FPParams *p)
 
- Protected Attributes inherited from FPMixinInterface
Tab< InterfaceNotifyCallback * > * interfaceNotifyCBs
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
enumIdProjSpaceXYZ 
enumIdProjSpaceUVW 
@ enumIdProjSpaceUVW
Definition: INodeBakeProperties.h:256
@ enumIdProjSpaceXYZ
Definition: INodeBakeProperties.h:256

◆ anonymous enum

anonymous enum
Enumerator
enumIdNormalSpaceWorld 
enumIdNormalSpaceScreen 
enumIdNormalSpaceLocal 
enumIdNormalSpaceTangent 
@ enumIdNormalSpaceScreen
Definition: INodeBakeProperties.h:261
@ enumIdNormalSpaceWorld
Definition: INodeBakeProperties.h:261
@ enumIdNormalSpaceLocal
Definition: INodeBakeProperties.h:261
@ enumIdNormalSpaceTangent
Definition: INodeBakeProperties.h:261

◆ anonymous enum

anonymous enum
Enumerator
enumIdTangentDirYUp 
enumIdTangentDirYDown 
@ enumIdTangentDirYUp
Definition: INodeBakeProperties.h:266
@ enumIdTangentDirYDown
Definition: INodeBakeProperties.h:266

◆ anonymous enum

anonymous enum
Enumerator
enumIdTangentDirXRight 
enumIdTangentDirXLeft 
@ enumIdTangentDirXRight
Definition: INodeBakeProperties.h:271
@ enumIdTangentDirXLeft
Definition: INodeBakeProperties.h:271

◆ anonymous enum

anonymous enum
Enumerator
enumIdHitResolveClosest 
enumIdHitResolveFurthest 
@ enumIdHitResolveClosest
Definition: INodeBakeProperties.h:284
@ enumIdHitResolveFurthest
Definition: INodeBakeProperties.h:284

Member Function Documentation

◆ GetEnabled()

virtual BOOL GetEnabled ( )
pure virtual

◆ SetEnabled()

virtual void SetEnabled ( BOOL  b)
pure virtual

◆ GetProjMod()

virtual ReferenceTarget* GetProjMod ( )
pure virtual

◆ SetProjMod()

virtual void SetProjMod ( ReferenceTarget refTarg)
pure virtual

◆ GetProjModTarg()

virtual const MCHAR* GetProjModTarg ( )
pure virtual

◆ SetProjModTarg()

virtual void SetProjModTarg ( const MCHAR s)
pure virtual

◆ GetCropAlpha()

virtual BOOL GetCropAlpha ( )
pure virtual

◆ SetCropAlpha()

virtual void SetCropAlpha ( BOOL  b)
pure virtual

◆ GetProjSpace()

virtual int GetProjSpace ( )
pure virtual

◆ SetProjSpace()

virtual void SetProjSpace ( int  enum_val)
pure virtual

◆ GetNormalSpace()

virtual int GetNormalSpace ( )
pure virtual

◆ SetNormalSpace()

virtual void SetNormalSpace ( int  enum_val)
pure virtual

◆ GetTangentYDir()

virtual int GetTangentYDir ( )
pure virtual

◆ SetTangentYDir()

virtual void SetTangentYDir ( int  enum_val)
pure virtual

◆ GetTangentXDir()

virtual int GetTangentXDir ( )
pure virtual

◆ SetTangentXDir()

virtual void SetTangentXDir ( int  enum_val)
pure virtual

◆ GetUseCage()

virtual BOOL GetUseCage ( )
pure virtual

◆ SetUseCage()

virtual void SetUseCage ( BOOL  b)
pure virtual

◆ GetRayOffset()

virtual float GetRayOffset ( )
pure virtual

◆ SetRayOffset()

virtual void SetRayOffset ( float  f)
pure virtual

◆ GetHitResolveMode()

virtual int GetHitResolveMode ( )
pure virtual

◆ SetHitResolveMode()

virtual void SetHitResolveMode ( int  enum_val)
pure virtual

◆ GetHitMatchMtlID()

virtual BOOL GetHitMatchMtlID ( )
pure virtual

◆ SetHitMatchMtlID()

virtual void SetHitMatchMtlID ( BOOL  b)
pure virtual

◆ GetHitWorkingModel()

virtual BOOL GetHitWorkingModel ( )
pure virtual

◆ SetHitWorkingModel()

virtual void SetHitWorkingModel ( BOOL  b)
pure virtual

◆ GetWarnRayMiss()

virtual BOOL GetWarnRayMiss ( )
pure virtual

◆ SetWarnRayMiss()

virtual void SetWarnRayMiss ( BOOL  b)
pure virtual

◆ GetRayMissColor()

virtual Color* GetRayMissColor ( )
pure virtual

◆ SetRayMissColor()

virtual void SetRayMissColor ( Color c)
pure virtual

◆ GetHeightMapMin()

virtual float GetHeightMapMin ( )
pure virtual

◆ SetHeightMapMin()

virtual void SetHeightMapMin ( float  f)
pure virtual

◆ GetHeightMapMax()

virtual float GetHeightMapMax ( )
pure virtual

◆ SetHeightMapMax()

virtual void SetHeightMapMax ( float  f)
pure virtual

◆ GetHeightBufMin()

virtual float GetHeightBufMin ( )
pure virtual

◆ SetHeightBufMin()

virtual void SetHeightBufMin ( float  f)
pure virtual

◆ GetHeightBufMax()

virtual float GetHeightBufMax ( )
pure virtual

◆ SetHeightBufMax()

virtual void SetHeightBufMax ( float  f)
pure virtual

◆ GetProportionalOutput()

virtual BOOL GetProportionalOutput ( )
pure virtual

◆ SetProportionalOutput()

virtual void SetProportionalOutput ( BOOL  b)
pure virtual

◆ GetBakeMapChannel_SO()

virtual int GetBakeMapChannel_SO ( ) const
pure virtual

◆ SetBakeMapChannel_SO()

virtual void SetBakeMapChannel_SO ( int  mapChannel)
pure virtual

◆ GetBakeObjLevel()

virtual BOOL GetBakeObjLevel ( )
pure virtual

◆ SetBakeObjLevel()

virtual void SetBakeObjLevel ( BOOL  b)
pure virtual

◆ GetBakeSubObjLevels()

virtual BOOL GetBakeSubObjLevels ( )
pure virtual

◆ SetBakeSubObjLevels()

virtual void SetBakeSubObjLevels ( BOOL  b)
pure virtual

◆ GetObjBakeToMtl()

virtual BOOL GetObjBakeToMtl ( )
pure virtual

◆ SetObjBakeToMtl()

virtual void SetObjBakeToMtl ( BOOL  b)
pure virtual