Developer documentation
Version 3.0.3-105-gd3941f44
MR::Adapter::Gradient1D< ImageType > Class Template Reference

#include "adapter/gradient1D.h"

Inheritance diagram for MR::Adapter::Gradient1D< ImageType >:
MR::Adapter::Base< Gradient1D< ImageType >, ImageType > MR::Adapter::Gradient3D< ImageType >

Protected Attributes

size_t axis
 
value_type result
 
const bool wrt_spacing
 
vector< value_type > derivative_weights
 
vector< value_type > half_derivative_weights
 
- Protected Attributes inherited from MR::Adapter::Base< Gradient1D< ImageType >, ImageType >
ImageType parent_
 

Detailed Description

template<class ImageType>
class MR::Adapter::Gradient1D< ImageType >

Definition at line 28 of file gradient1D.h.

Member Data Documentation

◆ axis

template<class ImageType >
size_t MR::Adapter::Gradient1D< ImageType >::axis
protected

Definition at line 93 of file gradient1D.h.

◆ derivative_weights

template<class ImageType >
vector<value_type> MR::Adapter::Gradient1D< ImageType >::derivative_weights
protected

Definition at line 96 of file gradient1D.h.

◆ half_derivative_weights

template<class ImageType >
vector<value_type> MR::Adapter::Gradient1D< ImageType >::half_derivative_weights
protected

Definition at line 97 of file gradient1D.h.

◆ result

template<class ImageType >
value_type MR::Adapter::Gradient1D< ImageType >::result
protected

Definition at line 94 of file gradient1D.h.

◆ wrt_spacing

template<class ImageType >
const bool MR::Adapter::Gradient1D< ImageType >::wrt_spacing
protected

Definition at line 95 of file gradient1D.h.


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