INodeBakeProjProperties Class 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...
 

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 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
Enumerator
enumIdProjSpaceXYZ 
enumIdProjSpaceUVW 
Definition: INodeBakeProperties.h:137
Definition: INodeBakeProperties.h:137
anonymous enum
Enumerator
enumIdNormalSpaceWorld 
enumIdNormalSpaceScreen 
enumIdNormalSpaceLocal 
enumIdNormalSpaceTangent 
anonymous enum
Enumerator
enumIdTangentDirYUp 
enumIdTangentDirYDown 
Definition: INodeBakeProperties.h:147
Definition: INodeBakeProperties.h:147
anonymous enum
Enumerator
enumIdTangentDirXRight 
enumIdTangentDirXLeft 
Definition: INodeBakeProperties.h:152
Definition: INodeBakeProperties.h:152
anonymous enum
Enumerator
enumIdHitResolveClosest 
enumIdHitResolveFurthest 

Member Function Documentation

virtual BOOL GetEnabled ( )
pure virtual
virtual void SetEnabled ( BOOL  b)
pure virtual
virtual ReferenceTarget* GetProjMod ( )
pure virtual
virtual void SetProjMod ( ReferenceTarget refTarg)
pure virtual
virtual const MCHAR* GetProjModTarg ( )
pure virtual
virtual void SetProjModTarg ( const MCHAR s)
pure virtual
virtual BOOL GetCropAlpha ( )
pure virtual
virtual void SetCropAlpha ( BOOL  b)
pure virtual
virtual int GetProjSpace ( )
pure virtual
virtual void SetProjSpace ( int  enum_val)
pure virtual
virtual int GetNormalSpace ( )
pure virtual
virtual void SetNormalSpace ( int  enum_val)
pure virtual
virtual int GetTangentYDir ( )
pure virtual
virtual void SetTangentYDir ( int  enum_val)
pure virtual
virtual int GetTangentXDir ( )
pure virtual
virtual void SetTangentXDir ( int  enum_val)
pure virtual
virtual BOOL GetUseCage ( )
pure virtual
virtual void SetUseCage ( BOOL  b)
pure virtual
virtual float GetRayOffset ( )
pure virtual
virtual void SetRayOffset ( float  f)
pure virtual
virtual int GetHitResolveMode ( )
pure virtual
virtual void SetHitResolveMode ( int  enum_val)
pure virtual
virtual BOOL GetHitMatchMtlID ( )
pure virtual
virtual void SetHitMatchMtlID ( BOOL  b)
pure virtual
virtual BOOL GetHitWorkingModel ( )
pure virtual
virtual void SetHitWorkingModel ( BOOL  b)
pure virtual
virtual BOOL GetWarnRayMiss ( )
pure virtual
virtual void SetWarnRayMiss ( BOOL  b)
pure virtual
virtual Color* GetRayMissColor ( )
pure virtual
virtual void SetRayMissColor ( Color c)
pure virtual
virtual float GetHeightMapMin ( )
pure virtual
virtual void SetHeightMapMin ( float  f)
pure virtual
virtual float GetHeightMapMax ( )
pure virtual
virtual void SetHeightMapMax ( float  f)
pure virtual
virtual float GetHeightBufMin ( )
pure virtual
virtual void SetHeightBufMin ( float  f)
pure virtual
virtual float GetHeightBufMax ( )
pure virtual
virtual void SetHeightBufMax ( float  f)
pure virtual
virtual BOOL GetProportionalOutput ( )
pure virtual
virtual void SetProportionalOutput ( BOOL  b)
pure virtual
virtual int GetBakeMapChannel_SO ( ) const
pure virtual
virtual void SetBakeMapChannel_SO ( int  mapChannel)
pure virtual
virtual BOOL GetBakeObjLevel ( )
pure virtual
virtual void SetBakeObjLevel ( BOOL  b)
pure virtual
virtual BOOL GetBakeSubObjLevels ( )
pure virtual
virtual void SetBakeSubObjLevels ( BOOL  b)
pure virtual
virtual BOOL GetObjBakeToMtl ( )
pure virtual
virtual void SetObjBakeToMtl ( BOOL  b)
pure virtual