ROOT logo
Gled » GLEDGTS » GTSIsoMakerFunctor

class GTSIsoMakerFunctor

Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~GTSIsoMakerFunctor()
static TClass*Class()
virtual voidGTSIsoBegin(GTSIsoMaker* maker, Double_t iso_value)
virtual voidGTSIsoEnd()
virtual Double_tGTSIsoFunc(Double_t x, Double_t y, Double_t z)
virtual Double_tGTSIsoGradient(Double_t x, Double_t y, Double_t z, HPointD& g)
virtual TClass*IsA() const
GTSIsoMakerFunctor&operator=(const GTSIsoMakerFunctor&)
virtual voidShowMembers(TMemberInspector& insp)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

virtual ~GTSIsoMakerFunctor()
{}
void GTSIsoBegin(GTSIsoMaker* maker, Double_t iso_value)
{}
Double_t GTSIsoFunc(Double_t x, Double_t y, Double_t z)
Double_t GTSIsoGradient(Double_t x, Double_t y, Double_t z, HPointD& g)
void GTSIsoEnd()
{}