ROOT
6.07/01
Reference Guide
|
Definition at line 357 of file TGLMarchingCubes.h.
Protected Member Functions | |
TF3EdgeSplitter () | |
void | SetNormalEvaluator (const TF3 *tf3) |
void | SplitEdge (TCell< Double_t > &cell, TIsoMesh< Double_t > *mesh, UInt_t i, Double_t x, Double_t y, Double_t z, Double_t iso) const |
Split the edge and find normal in a new vertex. More... | |
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 TF3 * | fTF3 |
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 |
Additional Inherited Members | |
Protected Types inherited from Rgl::Mc::TGridGeometry< Double_t > | |
enum | EVertexPosition |
#include <TGLMarchingCubes.h>
|
inlineprotected |
Definition at line 359 of file TGLMarchingCubes.h.
Definition at line 363 of file TGLMarchingCubes.h.
|
protected |
Split the edge and find normal in a new vertex.
Definition at line 129 of file TGLMarchingCubes.cxx.
|
protected |
Definition at line 371 of file TGLMarchingCubes.h.
Referenced by SetNormalEvaluator(), and SplitEdge().