#include <OP_DopParent.h>
Definition at line 50 of file OP_DopParent.h.
 
      
        
          | OP_DopParent::OP_DopParent | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual OP_DopParent::~OP_DopParent | ( |  | ) |  |  | virtual | 
 
 
This static function returns an array of all DOP_Parents. 
 
 
  
  | 
        
          | virtual exint OP_DopParent::opContinuousCookTick | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool OP_DopParent::opGetDisableSimulation | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual void OP_DopParent::opGetDiskCache | ( | UT_Array< int > & | frames | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual fpreal OP_DopParent::opGetLatestCacheTime | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual void OP_DopParent::opGetMemoryCache | ( | UT_Array< int > & | frames | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | static OP_Node* OP_DopParent::opGetMostRecentDopOwner | ( |  | ) |  |  | static | 
 
 
  
  | 
        
          | static OP_DopParent* OP_DopParent::opGetMostRecentDopParent | ( |  | ) |  |  | static | 
 
 
  
  | 
        
          | virtual bool OP_DopParent::opGetNeedsResimulation | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual OP_Node* OP_DopParent::opGetOwner | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual void OP_DopParent::opGetSimExtraInputNodes | ( | OP_NodeList & | extras | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool OP_DopParent::opIsContinuousCook | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual bool OP_DopParent::opIsPlayer | ( |  | ) | const |  | pure virtual | 
 
Checks to see if the dop is in play mode. 
Implemented in OBJ_DopNet.
 
 
  
  | 
        
          | virtual bool OP_DopParent::opIsSimFrameCached | ( | exint | simframe | ) | const |  | pure virtual | 
 
Note this is in simulation frames, not global. 
Implemented in DOP_Parent.
 
 
  
  | 
        
          | virtual void OP_DopParent::opResetPlayer | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual void OP_DopParent::opResimulate | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual void OP_DopParent::opSendResimulateNotification | ( | bool | callnotify, |  
          |  |  | bool | changingguideparm |  
          |  | ) |  |  |  | pure virtual | 
 
 
This function moves a particular DOP_Parent to the front of the list of all DOP_Parents. This lets us treat this list as a "most recently
used" stack. 
 
 
  
  | 
        
          | virtual void OP_DopParent::setNeedsToCompletelyReset | ( |  | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: