ROOT  6.06/09
Reference Guide
Protected Types | Protected Member Functions | Protected Attributes | List of all members
Rgl::Mc::TF3Adapter Class Reference

Definition at line 230 of file TGLMarchingCubes.h.

Protected Types

typedef Double_t ElementType_t
 
- Protected Types inherited from Rgl::Mc::TGridGeometry< Double_t >
enum  EVertexPosition
 

Protected Member Functions

 TF3Adapter ()
 
UInt_t GetW () const
 
UInt_t GetH () const
 
UInt_t GetD () const
 
void SetDataSource (const TF3 *f)
 
void FetchDensities () const
 
Double_t GetData (UInt_t i, UInt_t j, UInt_t k) const
 
- Protected Member Functions inherited from Rgl::Mc::TGridGeometry< Double_t >
 TGridGeometry ()
 
 TGridGeometry (const TAxis *x, const TAxis *y, const TAxis *z, Double_t xs=1., Double_t ys=1., Double_t zs=1., EVertexPosition pos=kBinCenter)
 

Protected Attributes

const TF3fTF3
 
UInt_t fW
 
UInt_t fH
 
UInt_t fD
 
- Protected Attributes inherited from Rgl::Mc::TGridGeometry< Double_t >
Double_t fMinX
 
Double_t fStepX
 
Double_t fMinY
 
Double_t fStepY
 
Double_t fMinZ
 
Double_t fStepZ
 
Double_t fXScaleInverted
 
Double_t fYScaleInverted
 
Double_t fZScaleInverted
 

#include <TGLMarchingCubes.h>

+ Inheritance diagram for Rgl::Mc::TF3Adapter:
+ Collaboration diagram for Rgl::Mc::TF3Adapter:

Member Typedef Documentation

Definition at line 232 of file TGLMarchingCubes.h.

Constructor & Destructor Documentation

Rgl::Mc::TF3Adapter::TF3Adapter ( )
inlineprotected

Definition at line 234 of file TGLMarchingCubes.h.

Member Function Documentation

void Rgl::Mc::TF3Adapter::FetchDensities ( ) const
inlineprotected

Definition at line 255 of file TGLMarchingCubes.h.

UInt_t Rgl::Mc::TF3Adapter::GetD ( ) const
inlineprotected

Definition at line 248 of file TGLMarchingCubes.h.

Double_t Rgl::Mc::TF3Adapter::GetData ( UInt_t  i,
UInt_t  j,
UInt_t  k 
) const
protected

Definition at line 116 of file TGLMarchingCubes.cxx.

UInt_t Rgl::Mc::TF3Adapter::GetH ( ) const
inlineprotected

Definition at line 243 of file TGLMarchingCubes.h.

UInt_t Rgl::Mc::TF3Adapter::GetW ( ) const
inlineprotected

Definition at line 238 of file TGLMarchingCubes.h.

void Rgl::Mc::TF3Adapter::SetDataSource ( const TF3 f)
protected

Definition at line 106 of file TGLMarchingCubes.cxx.

Member Data Documentation

UInt_t Rgl::Mc::TF3Adapter::fD
protected

Definition at line 263 of file TGLMarchingCubes.h.

Referenced by GetD(), and SetDataSource().

UInt_t Rgl::Mc::TF3Adapter::fH
protected

Definition at line 262 of file TGLMarchingCubes.h.

Referenced by GetH(), and SetDataSource().

const TF3* Rgl::Mc::TF3Adapter::fTF3
protected

Definition at line 259 of file TGLMarchingCubes.h.

Referenced by GetData(), and SetDataSource().

UInt_t Rgl::Mc::TF3Adapter::fW
protected

Definition at line 261 of file TGLMarchingCubes.h.

Referenced by GetW(), and SetDataSource().


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