Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
G4VisFilterManager< T > Class Template Reference

#include <G4VisFilterManager.hh>

Public Types

typedef G4VFilter< T > Filter
 
typedef G4VModelFactory< FilterFactory
 

Public Member Functions

 G4VisFilterManager (const G4String &)
 
virtual ~G4VisFilterManager ()
 
void Register (Filter *)
 
void Register (Factory *)
 
bool Accept (const T &)
 
G4String Placement () const
 
void SetMode (const FilterMode::Mode &)
 
void SetMode (const G4String &)
 
FilterMode::Mode GetMode () const
 
void Print (std::ostream &ostr, const G4String &name="") const
 
const std::vector< Filter * > & FilterList () const
 
const std::vector< Factory * > & FactoryList () const
 

Detailed Description

template<typename T>
class G4VisFilterManager< T >

Definition at line 47 of file G4VisFilterManager.hh.

Member Typedef Documentation

template<typename T>
typedef G4VModelFactory<Filter> G4VisFilterManager< T >::Factory

Definition at line 58 of file G4VisFilterManager.hh.

template<typename T>
typedef G4VFilter<T> G4VisFilterManager< T >::Filter

Definition at line 57 of file G4VisFilterManager.hh.

Constructor & Destructor Documentation

template<typename T >
G4VisFilterManager< T >::G4VisFilterManager ( const G4String placement)

Definition at line 94 of file G4VisFilterManager.hh.

template<typename T >
G4VisFilterManager< T >::~G4VisFilterManager ( )
virtual

Definition at line 101 of file G4VisFilterManager.hh.

Member Function Documentation

template<typename T>
bool G4VisFilterManager< T >::Accept ( const T &  obj)

Definition at line 144 of file G4VisFilterManager.hh.

Here is the caller graph for this function:

template<typename T >
const std::vector< G4VModelFactory< G4VFilter< T > > * > & G4VisFilterManager< T >::FactoryList ( ) const

Definition at line 239 of file G4VisFilterManager.hh.

template<typename T >
const std::vector< G4VFilter< T > * > & G4VisFilterManager< T >::FilterList ( ) const

Definition at line 232 of file G4VisFilterManager.hh.

template<typename T >
FilterMode::Mode G4VisFilterManager< T >::GetMode ( ) const

Definition at line 193 of file G4VisFilterManager.hh.

Here is the caller graph for this function:

template<typename T >
G4String G4VisFilterManager< T >::Placement ( ) const

Definition at line 159 of file G4VisFilterManager.hh.

Here is the caller graph for this function:

template<typename T >
void G4VisFilterManager< T >::Print ( std::ostream &  ostr,
const G4String name = "" 
) const

Definition at line 200 of file G4VisFilterManager.hh.

Here is the call graph for this function:

template<typename T >
void G4VisFilterManager< T >::Register ( Filter filter)

Definition at line 128 of file G4VisFilterManager.hh.

Here is the caller graph for this function:

template<typename T >
void G4VisFilterManager< T >::Register ( Factory factory)

Definition at line 135 of file G4VisFilterManager.hh.

template<typename T >
void G4VisFilterManager< T >::SetMode ( const FilterMode::Mode mode)

Definition at line 186 of file G4VisFilterManager.hh.

template<typename T >
void G4VisFilterManager< T >::SetMode ( const G4String mode)

Definition at line 166 of file G4VisFilterManager.hh.

Here is the call graph for this function:


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