#include <TGeoNode.h>
Inheritance diagram for TGeoIteratorPlugin:
Public Member Functions | |
TGeoIteratorPlugin () | |
virtual | ~TGeoIteratorPlugin () |
virtual void | ProcessNode ()=0 |
void | SetIterator (const TGeoIterator *iter) |
TGeoIteratorPlugin () | |
virtual | ~TGeoIteratorPlugin () |
virtual void | ProcessNode ()=0 |
void | SetIterator (const TGeoIterator *iter) |
Protected Attributes | |
const TGeoIterator * | fIterator |
const TGeoIterator * | fIterator |
Private Member Functions | |
TGeoIteratorPlugin (const TGeoIteratorPlugin &) | |
TGeoIteratorPlugin & | operator= (const TGeoIteratorPlugin &) |
TGeoIteratorPlugin (const TGeoIteratorPlugin &) | |
TGeoIteratorPlugin & | operator= (const TGeoIteratorPlugin &) |
Definition at line 219 of file TGeoNode.h.
TGeoIteratorPlugin::TGeoIteratorPlugin | ( | const TGeoIteratorPlugin & | ) | [private] |
TGeoIteratorPlugin::TGeoIteratorPlugin | ( | ) | [inline] |
Definition at line 228 of file TGeoNode.h.
virtual TGeoIteratorPlugin::~TGeoIteratorPlugin | ( | ) | [inline, virtual] |
Definition at line 229 of file TGeoNode.h.
TGeoIteratorPlugin::TGeoIteratorPlugin | ( | const TGeoIteratorPlugin & | ) | [private] |
TGeoIteratorPlugin::TGeoIteratorPlugin | ( | ) | [inline] |
Definition at line 228 of file TGeoNode.h.
virtual TGeoIteratorPlugin::~TGeoIteratorPlugin | ( | ) | [inline, virtual] |
Definition at line 229 of file TGeoNode.h.
TGeoIteratorPlugin& TGeoIteratorPlugin::operator= | ( | const TGeoIteratorPlugin & | ) | [private] |
virtual void TGeoIteratorPlugin::ProcessNode | ( | ) | [pure virtual] |
Referenced by TGeoIterator::Next().
void TGeoIteratorPlugin::SetIterator | ( | const TGeoIterator * | iter | ) | [inline] |
Definition at line 232 of file TGeoNode.h.
References fIterator.
Referenced by TGeoIterator::SetUserPlugin().
TGeoIteratorPlugin& TGeoIteratorPlugin::operator= | ( | const TGeoIteratorPlugin & | ) | [private] |
virtual void TGeoIteratorPlugin::ProcessNode | ( | ) | [pure virtual] |
void TGeoIteratorPlugin::SetIterator | ( | const TGeoIterator * | iter | ) | [inline] |
const TGeoIterator* TGeoIteratorPlugin::fIterator [protected] |
const TGeoIterator* TGeoIteratorPlugin::fIterator [protected] |
Definition at line 222 of file TGeoNode.h.