|
| FN_0 (kClone, TYPE_IOBJECT, Clone) |
|
| FN_1 (kIsSimilarChannel, TYPE_bool, IsSimilarChannel, TYPE_IOBJECT) |
|
| FN_0 (kIsTransferable, TYPE_bool, IsTransferable) |
|
| VFN_1 (kSetTransferable, SetTransferable, TYPE_bool) |
|
| FN_0 (kIsPrivateChannel, TYPE_bool, IsPrivateChannel) |
|
| FN_0 (kGetPrivateOwner, TYPE_OBJECT, GetPrivateOwner) |
|
| VFN_1 (kSetPrivateOwner, SetPrivateOwner, TYPE_OBJECT) |
|
| FN_0 (kGetCreatorAction, TYPE_INODE, GetCreatorAction) |
|
| VFN_1 (kSetCreatorAction, SetCreatorAction, TYPE_INODE) |
|
| FN_0 (kGetReadID_PartA, TYPE_DWORD, GetReadID_PartA) |
|
| FN_0 (kGetReadID_PartB, TYPE_DWORD, GetReadID_PartB) |
|
| FN_0 (kGetWriteID_PartA, TYPE_DWORD, GetWriteID_PartA) |
|
| FN_0 (kGetWriteID_PartB, TYPE_DWORD, GetWriteID_PartB) |
|
| VFN_2 (kSetReadID, SetReadID, TYPE_DWORD, TYPE_DWORD) |
|
| VFN_2 (kSetWriteID, SetWriteID, TYPE_DWORD, TYPE_DWORD) |
|
PFExport | IParticleChannel () |
|
PFExport | IParticleChannel (const Interface_ID &readID, const Interface_ID &writeID) |
|
virtual Class_ID | GetClassID () const =0 |
| Returns the unique ID for the channel class. More...
|
|
virtual IObject * | Clone () const =0 |
| cloning; make a copy of the channel More...
|
|
virtual IOResult | Save (ISave *isave) const =0 |
| saving content of the channel to file More...
|
|
virtual IOResult | Load (ILoad *iload)=0 |
| loading content of the channel from file More...
|
|
PFExport bool | IsSimilarChannel (IObject *channel) const |
| checks if the given IObject is a similar particle channel More...
|
|
PFExport bool | IsTransferable () const |
| Get "transferable" status. More...
|
|
PFExport void | SetTransferable (bool status) |
| Set "transferable" status. More...
|
|
PFExport bool | IsPrivateChannel () const |
| A channel can be declared "private" by an action. More...
|
|
PFExport Object * | GetPrivateOwner () const |
| returns a "private owner" action of the channel More...
|
|
PFExport void | SetPrivateOwner (Object *action) |
| sets a "private owner" action of the channel More...
|
|
PFExport INode * | GetCreatorAction () const |
| channel data can be viewed by different actions. More...
|
|
PFExport void | SetCreatorAction (INode *actionNode) |
| channel data can be viewed by different actions. More...
|
|
PFExport DWORD | GetReadID_PartA () const |
| Set/get a concrete channel ID for a generic data particle channel. More...
|
|
PFExport DWORD | GetReadID_PartB () const |
| Set/get a concrete channel ID for a generic data particle channel. More...
|
|
PFExport DWORD | GetWriteID_PartA () const |
| access write-interface ID of the wrapping channel More...
|
|
PFExport DWORD | GetWriteID_PartB () const |
| access write-interface ID of the wrapping channel More...
|
|
PFExport void | SetReadID (DWORD interfaceID_PartA, DWORD interfaceID_PartB) |
| set up read-interface ID of the wrapping channel More...
|
|
PFExport void | SetWriteID (DWORD interfaceID_PartA, DWORD interfaceID_PartB) |
| set up write-interface ID of the wrapping channel More...
|
|
PFExport const Interface_ID & | GetReadID () const |
| methods that are not in FnPub interface. More...
|
|
PFExport const Interface_ID & | GetWriteID () const |
| access write-interface ID of the wrapping channel More...
|
|
PFExport void | SetReadID (const Interface_ID &id) |
| set up read-interface ID of the wrapping channel More...
|
|
PFExport void | SetWriteID (const Interface_ID &id) |
| set up write-interface ID of the wrapping channel More...
|
|
PFExport void | CloneChannelCore (IParticleChannel *getFrom) |
| when cloning a channel, data about transferable, privateOwner, creatorAction, readID & write ID should be cloned. More...
|
|
PFExport void | UpdateCreatorHandle (IMergeManager *pMM) |
| when cached channel data are merged the stored action creator handle could be invalid. More...
|
|
virtual int | MemoryUsed () const =0 |
| returns amount of memory used (in bytes) by the channel to store the information More...
|
|
FPInterfaceDesc * | GetDesc () |
|
| FPMixinInterface () |
|
virtual LifetimeType | LifetimeControl () |
|
virtual CoreExport bool | RegisterNotifyCallback (InterfaceNotifyCallback *incb) |
|
virtual void | UnRegisterNotifyCallback (InterfaceNotifyCallback *incb) |
|
CoreExport | ~FPMixinInterface () |
|
virtual BaseInterface * | GetInterface (Interface_ID id) |
|
virtual FPInterfaceDesc * | GetDescByID (Interface_ID id) |
|
virtual Interface_ID | GetID () |
|
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 ActionTable * | GetActionTable () |
|
virtual void | EnableActions (BOOL onOff) |
|
virtual UtilExport | ~BaseInterface () |
| Destructor. More...
|
|
virtual BaseInterface * | AcquireInterface () |
|
virtual void | ReleaseInterface () |
|
virtual void | DeleteInterface () |
|
virtual BaseInterface * | CloneInterface (void *remapDir=NULL) |
|
virtual UtilExport | ~InterfaceServer () |
| Destructor. More...
|
|
template<class InterfaceType > |
InterfaceType * | GetTypedInterface () |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects. More...
|
|
static UtilExport void * | operator 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 void * | operator 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 void * | operator 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 void * | operator 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 void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary. More...
|
|
static UtilExport void * | aligned_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 CoreExport FPInterfaceDesc | nullInterface |
|