MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types
mds::base::CDataAllocator< T > Struct Template Reference

Base class for all filter response normalization policies. More...

#include <mdsDataAllocator.h>

Inheritance diagram for mds::base::CDataAllocator< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef const T tConstData
 Const data type.
typedef const T * tConstDataPtr
 Pointer to the constant data.
typedef T tData
 Data type.
typedef T * tDataPtr
 Pointer to the data.

Detailed Description

template<typename T>
struct mds::base::CDataAllocator< T >

Base class for all filter response normalization policies.


Member Typedef Documentation

template<typename T>
typedef const T mds::base::CDataAllocator< T >::tConstData
template<typename T>
typedef const T* mds::base::CDataAllocator< T >::tConstDataPtr
template<typename T>
typedef T mds::base::CDataAllocator< T >::tData
template<typename T>
typedef T* mds::base::CDataAllocator< T >::tDataPtr

The documentation for this struct was generated from the following file: