Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 타입 | Public 멤버 함수 | Private 타입 | Private 속성 | 모든 멤버 목록
G4AttributeFilterT< T > 클래스 템플릿 참조

#include <G4AttributeFilterT.hh>

G4AttributeFilterT< T >에 대한 상속 다이어그램 :
G4SmartFilter< T > G4VFilter< T >

Public 타입

typedef T Type
 

Public 멤버 함수

 G4AttributeFilterT (const G4String &name="Unspecified")
 
virtual ~G4AttributeFilterT ()
 
virtual bool Evaluate (const T &) const
 
virtual void Print (std::ostream &ostr) const
 
virtual void Clear ()
 
void Set (const G4String &name)
 
void AddInterval (const G4String &)
 
void AddValue (const G4String &)
 
G4bool Accept (const T &) const
 
virtual void PrintAll (std::ostream &ostr) const
 
virtual void Reset ()
 
void SetActive (const G4bool &)
 
G4bool GetActive () const
 
void SetInvert (const G4bool &)
 
G4bool GetInvert () const
 
void SetVerbose (const G4bool &)
 
G4bool GetVerbose () const
 
G4String Name () const
 
G4String GetName () const
 

Private 타입

enum  Config { Interval, SingleValue }
 
typedef std::pair< G4String,
Config
Pair
 
typedef std::vector< PairConfigVect
 

Private 속성

G4String fAttName
 
ConfigVect fConfigVect
 
G4bool fFirst
 
G4bool fWarnedMissingAttribute
 
G4VAttValueFilterfilter
 

상세한 설명

template<typename T>
class G4AttributeFilterT< T >

G4AttributeFilterT.hh 파일의 44 번째 라인에서 정의되었습니다.

멤버 타입정의 문서화

template<typename T >
typedef std::vector<Pair> G4AttributeFilterT< T >::ConfigVect
private

G4AttributeFilterT.hh 파일의 73 번째 라인에서 정의되었습니다.

template<typename T >
typedef std::pair<G4String, Config> G4AttributeFilterT< T >::Pair
private

G4AttributeFilterT.hh 파일의 72 번째 라인에서 정의되었습니다.

template<typename T>
typedef T G4VFilter< T >::Type
inherited

G4VFilter.hh 파일의 44 번째 라인에서 정의되었습니다.

멤버 열거형 문서화

template<typename T >
enum G4AttributeFilterT::Config
private
열거형 멤버
Interval 
SingleValue 

G4AttributeFilterT.hh 파일의 70 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

template<typename T >
G4AttributeFilterT< T >::G4AttributeFilterT ( const G4String name = "Unspecified")

G4AttributeFilterT.hh 파일의 87 번째 라인에서 정의되었습니다.

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

G4AttributeFilterT.hh 파일의 96 번째 라인에서 정의되었습니다.

멤버 함수 문서화

template<typename T>
G4bool G4SmartFilter< T >::Accept ( const T &  object) const
virtualinherited

G4VFilter< T >를 구현.

G4SmartFilter.hh 파일의 105 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4VFilter< T >::Name().

template<typename T >
void G4AttributeFilterT< T >::AddInterval ( const G4String interval)

G4AttributeFilterT.hh 파일의 205 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Exception(), JustWarning.

template<typename T >
void G4AttributeFilterT< T >::AddValue ( const G4String value)

G4AttributeFilterT.hh 파일의 224 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Exception(), JustWarning.

template<typename T >
void G4AttributeFilterT< T >::Clear ( )
virtual

G4SmartFilter< T >를 구현.

G4AttributeFilterT.hh 파일의 180 번째 라인에서 정의되었습니다.

template<typename T >
G4bool G4AttributeFilterT< T >::Evaluate ( const T &  object) const
virtual
template<typename T >
G4bool G4SmartFilter< T >::GetActive ( ) const
inherited

G4SmartFilter.hh 파일의 173 번째 라인에서 정의되었습니다.

template<typename T >
G4bool G4SmartFilter< T >::GetInvert ( ) const
inherited

G4SmartFilter.hh 파일의 187 번째 라인에서 정의되었습니다.

template<typename T >
G4String G4VFilter< T >::GetName ( void  ) const
inherited

G4VFilter.hh 파일의 88 번째 라인에서 정의되었습니다.

template<typename T >
G4bool G4SmartFilter< T >::GetVerbose ( ) const
inherited

G4SmartFilter.hh 파일의 201 번째 라인에서 정의되었습니다.

template<typename T >
G4String G4VFilter< T >::Name ( ) const
inherited

G4VFilter.hh 파일의 81 번째 라인에서 정의되었습니다.

다음을 참조함 : fName.

다음에 의해서 참조됨 : G4SmartFilter< T >::Accept(), G4AttributeFilterT< T >::Print(), G4SmartFilter< T >::PrintAll().

template<typename T >
void G4AttributeFilterT< T >::Print ( std::ostream &  ostr) const
virtual

G4SmartFilter< T >를 구현.

G4AttributeFilterT.hh 파일의 188 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VFilter< T >::Name().

template<typename T >
void G4SmartFilter< T >::PrintAll ( std::ostream &  ostr) const
virtualinherited

G4VFilter< T >를 구현.

G4SmartFilter.hh 파일의 139 번째 라인에서 정의되었습니다.

다음을 참조함 : G4endl, G4VFilter< T >::Name(), pyG4Element::Print().

template<typename T >
void G4SmartFilter< T >::Reset ( )
virtualinherited

G4VFilter< T >를 구현.

G4SmartFilter.hh 파일의 153 번째 라인에서 정의되었습니다.

다음을 참조함 : JA::Clear().

template<typename T >
void G4AttributeFilterT< T >::Set ( const G4String name)

G4AttributeFilterT.hh 파일의 198 번째 라인에서 정의되었습니다.

template<typename T >
void G4SmartFilter< T >::SetActive ( const G4bool active)
inherited

G4SmartFilter.hh 파일의 166 번째 라인에서 정의되었습니다.

다음을 참조함 : active.

template<typename T >
void G4SmartFilter< T >::SetInvert ( const G4bool invert)
inherited

G4SmartFilter.hh 파일의 180 번째 라인에서 정의되었습니다.

template<typename T >
void G4SmartFilter< T >::SetVerbose ( const G4bool verbose)
inherited

G4SmartFilter.hh 파일의 194 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

template<typename T >
G4String G4AttributeFilterT< T >::fAttName
private

G4AttributeFilterT.hh 파일의 76 번째 라인에서 정의되었습니다.

template<typename T >
ConfigVect G4AttributeFilterT< T >::fConfigVect
private

G4AttributeFilterT.hh 파일의 77 번째 라인에서 정의되었습니다.

template<typename T >
G4bool G4AttributeFilterT< T >::fFirst
mutableprivate

G4AttributeFilterT.hh 파일의 80 번째 라인에서 정의되었습니다.

template<typename T >
G4VAttValueFilter* G4AttributeFilterT< T >::filter
mutableprivate

G4AttributeFilterT.hh 파일의 82 번째 라인에서 정의되었습니다.

template<typename T >
G4bool G4AttributeFilterT< T >::fWarnedMissingAttribute
mutableprivate

G4AttributeFilterT.hh 파일의 81 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: