#include <itkGPUImageDataManager.h>
DataManager for GPUImage. This class will take care of data synchronization between CPU Image and GPU Image.
Definition at line 45 of file itkGPUImageDataManager.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = GPUImageDataManager |
using | Superclass = GPUDataManager |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | MutexHolderType = std::lock_guard<std::mutex> |
using | Pointer = SmartPointer<Self> |
using | Self = GPUDataManager |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
virtual const GPUDataManager * | GetGPUBufferedRegionIndex () const |
virtual const GPUDataManager * | GetGPUBufferedRegionSize () const |
ImageType * | GetImagePointer () |
virtual GPUDataManager * | GetModifiableGPUBufferedRegionIndex () |
virtual GPUDataManager * | GetModifiableGPUBufferedRegionSize () |
const char * | GetNameOfClass () const override |
virtual void | MakeCPUBufferUpToDate () |
virtual void | MakeGPUBufferUpToDate () |
void | SetImagePointer (ImageType *img) |
![]() | |
void | Allocate () |
unsigned int | GetBufferSize () const |
void * | GetCPUBufferPointer () |
int | GetCurrentCommandQueueID () const |
cl_mem * | GetGPUBufferPointer () |
virtual void | Graft (const GPUDataManager *data) |
virtual void | Initialize () |
bool | IsCPUBufferDirty () const |
bool | IsGPUBufferDirty () const |
void | SetBufferFlag (cl_mem_flags flags) |
void | SetBufferSize (unsigned int num) |
void | SetCPUBufferDirty () |
void | SetCPUBufferPointer (void *ptr) |
void | SetCPUDirtyFlag (bool isDirty) |
void | SetCurrentCommandQueue (int queueid) |
void | SetGPUBufferDirty () |
void | SetGPUDirtyFlag (bool isDirty) |
bool | Update () |
virtual void | UpdateCPUBuffer () |
virtual void | UpdateGPUBuffer () |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
const char * | GetNameOfClass () const override |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = ImageType::ImageDimension |
Protected Member Functions | |
GPUImageDataManager ()=default | |
~GPUImageDataManager () override=default | |
![]() | |
GPUDataManager () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUDataManager () override | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
int | m_BufferedRegionIndex [ImageType::ImageDimension] {} |
int | m_BufferedRegionSize [ImageType::ImageDimension] {} |
GPUDataManager::Pointer | m_GPUBufferedRegionIndex {} |
GPUDataManager::Pointer | m_GPUBufferedRegionSize {} |
WeakPointer< ImageType > | m_Image {} |
Friends | |
class | GPUImage< typename ImageType::PixelType, ImageType::ImageDimension > |
class | GPUKernelManager |
Additional Inherited Members | |
![]() | |
unsigned int | m_BufferSize {} |
int | m_CommandQueueId {} |
GPUContextManager * | m_ContextManager {} |
void * | m_CPUBuffer {} |
cl_mem | m_GPUBuffer {} |
bool | m_IsCPUBufferDirty {} |
bool | m_IsGPUBufferDirty {} |
cl_mem_flags | m_MemFlags {} |
std::mutex | m_Mutex {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::GPUImageDataManager< ImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Self = GPUImageDataManager |
Definition at line 54 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Superclass = GPUDataManager |
Definition at line 55 of file itkGPUImageDataManager.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::GPUDataManager.
|
virtual |
|
virtual |
|
inline |
Definition at line 71 of file itkGPUImageDataManager.h.
References GetImagePointer(), and m_Image.
Referenced by GetImagePointer().
|
virtual |
|
virtual |
|
overridevirtual |
Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.
Reimplemented from itk::GPUDataManager.
|
virtual |
actual GPU->CPU memory copy takes place here
|
virtual |
actual CPU->GPU memory copy takes place here
|
static |
void itk::GPUImageDataManager< ImageType >::SetImagePointer | ( | ImageType * | img | ) |
References SetImagePointer().
Referenced by SetImagePointer().
|
friend |
Definition at line 48 of file itkGPUImageDataManager.h.
References GPUKernelManager.
|
friend |
Definition at line 48 of file itkGPUImageDataManager.h.
Referenced by GPUImage< typename ImageType::PixelType, ImageType::ImageDimension >.
|
staticconstexpr |
Definition at line 62 of file itkGPUImageDataManager.h.
|
private |
Definition at line 91 of file itkGPUImageDataManager.h.
|
private |
Definition at line 92 of file itkGPUImageDataManager.h.
|
private |
Definition at line 93 of file itkGPUImageDataManager.h.
|
private |
Definition at line 94 of file itkGPUImageDataManager.h.
|
private |
Definition at line 89 of file itkGPUImageDataManager.h.
Referenced by GetImagePointer().