RNifti
Fast R and C++ Access to NIfTI Images
Public Member Functions | List of all members
RNifti::NiftiImageData::ConcreteTypeHandler< Type > Struct Template Reference

Concrete inner class template defining behaviour specific to individual data types. More...

#include <NiftiImage.h>

Inheritance diagram for RNifti::NiftiImageData::ConcreteTypeHandler< Type >:
RNifti::NiftiImageData::TypeHandler

Public Member Functions

size_t size () const
 
bool hasNaN () const
 
double getDouble (void *ptr) const
 
int getInt (void *ptr) const
 
void setDouble (void *ptr, const double value) const
 
void setInt (void *ptr, const int value) const
 
void minmax (void *ptr, const size_t length, double *min, double *max) const
 

Detailed Description

template<typename Type>
struct RNifti::NiftiImageData::ConcreteTypeHandler< Type >

Concrete inner class template defining behaviour specific to individual data types.


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