#include "pxr/pxr.h"
#include "pxr/base/tf/notice.h"
#include "pxr/base/tf/stringUtils.h"
#include "pxr/base/tf/staticData.h"
#include "pxr/base/tf/type.h"
#include "pxr/base/tf/pyLock.h"
#include "pxr/base/tf/pyObjectFinder.h"
#include "pxr/base/tf/wrapTypeHelpers.h"
#include "pxr/external/boost/python/bases.hpp"
#include "pxr/external/boost/python/class.hpp"
#include "pxr/external/boost/python/extract.hpp"
#include "pxr/external/boost/python/handle.hpp"
#include <type_traits>
#include <map>
#include <string>
 
Go to the source code of this file.
      
        
          | #define TF_INSTANTIATE_NOTICE_WRAPPER | 
          ( | 
            | 
          T,  | 
        
        
           | 
           | 
            | 
          Base  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
{ \
    TfType::Define< TfPyNoticeWrapper<T, Base>, \
                    TfType::Bases<Base> >(); \
}
#define TF_REGISTRY_FUNCTION(KEY_TYPE)
 
 
Definition at line 137 of file pyNoticeWrapper.h.