gpuCache/gpuCacheDrawOverride.h
#ifndef _gpuCacheDrawOverride_h_
#define _gpuCacheDrawOverride_h_
#include <maya/MPxDrawOverride.h>
namespace GPUCache {
{
public:
static MPxDrawOverride* creator(
const MObject& obj);
private:
class UserData;
~DrawOverride() override;
DrawOverride(const DrawOverride& obj);
const DrawOverride& operator=(const DrawOverride& obj);
bool isBounded(
const MDagPath& cameraPath)
const override;
const MDagPath& cameraPath)
const override;
bool disableInternalBoundingBoxDraw() const override;
};
}
#endif