ROOT  6.06/09
Reference Guide
Protected Types | Protected Member Functions | Protected Attributes | List of all members
Rgl::Mc::TH3Adapter< H, E > Class Template Reference

template<class H, class E>
class Rgl::Mc::TH3Adapter< H, E >

Definition at line 173 of file TGLMarchingCubes.h.

Protected Types

typedef E ElementType_t
 

Protected Member Functions

 TH3Adapter ()
 
UInt_t GetW () const
 
UInt_t GetH () const
 
UInt_t GetD () const
 
void SetDataSource (const H *hist)
 
void FetchDensities () const
 
ElementType_t GetData (UInt_t i, UInt_t j, UInt_t k) const
 

Protected Attributes

const ElementType_tfSrc
 
UInt_t fW
 
UInt_t fH
 
UInt_t fD
 
UInt_t fSliceSize
 

#include <TGLMarchingCubes.h>

Member Typedef Documentation

template<class H , class E >
typedef E Rgl::Mc::TH3Adapter< H, E >::ElementType_t
protected

Definition at line 176 of file TGLMarchingCubes.h.

Constructor & Destructor Documentation

template<class H , class E >
Rgl::Mc::TH3Adapter< H, E >::TH3Adapter ( )
inlineprotected

Definition at line 178 of file TGLMarchingCubes.h.

Member Function Documentation

template<class H , class E >
void Rgl::Mc::TH3Adapter< H, E >::FetchDensities ( ) const
inlineprotected

Definition at line 207 of file TGLMarchingCubes.h.

template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::GetD ( ) const
inlineprotected

Definition at line 193 of file TGLMarchingCubes.h.

template<class H , class E >
ElementType_t Rgl::Mc::TH3Adapter< H, E >::GetData ( UInt_t  i,
UInt_t  j,
UInt_t  k 
) const
inlineprotected

Definition at line 209 of file TGLMarchingCubes.h.

template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::GetH ( ) const
inlineprotected

Definition at line 188 of file TGLMarchingCubes.h.

template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::GetW ( ) const
inlineprotected

Definition at line 183 of file TGLMarchingCubes.h.

template<class H , class E >
void Rgl::Mc::TH3Adapter< H, E >::SetDataSource ( const H hist)
inlineprotected

Definition at line 198 of file TGLMarchingCubes.h.

Member Data Documentation

template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::fD
protected
template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::fH
protected
template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::fSliceSize
protected
template<class H , class E >
const ElementType_t* Rgl::Mc::TH3Adapter< H, E >::fSrc
protected
template<class H , class E >
UInt_t Rgl::Mc::TH3Adapter< H, E >::fW
protected

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