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

#include <DefaultHepRepInstance.h>

cheprep::DefaultHepRepInstance에 대한 상속 다이어그램 :
cheprep::DefaultHepRepAttribute HEPREP::HepRepInstance HEPREP::HepRepAttribute HEPREP::HepRepAttribute

Public 멤버 함수

 DefaultHepRepInstance (HEPREP::HepRepInstance *parent, HEPREP::HepRepType *type)
 
 DefaultHepRepInstance (HEPREP::HepRepInstanceTree *parent, HEPREP::HepRepType *type)
 
 ~DefaultHepRepInstance ()
 
void overlay (HEPREP::HepRepInstance *instance)
 
HEPREP::HepRepInstancecopy (HEPREP::HepRepTypeTree *typeTree, HEPREP::HepRepInstance *parent, HEPREP::HepRepSelectFilter *filter)
 
HEPREP::HepRepInstancecopy (HEPREP::HepRepTypeTree *typeTree, HEPREP::HepRepInstanceTree *parent, HEPREP::HepRepSelectFilter *filter)
 
HEPREP::HepRepTypegetType ()
 
void addPoint (HEPREP::HepRepPoint *point)
 
std::vector
< HEPREP::HepRepPoint * > 
getPoints ()
 
HEPREP::HepRepInstancegetSuperInstance ()
 
void addInstance (HEPREP::HepRepInstance *instance)
 
void removeInstance (HEPREP::HepRepInstance *instance)
 
std::vector
< HEPREP::HepRepInstance * > 
getInstances ()
 
HEPREP::HepRepAttValuegetAttValue (std::string name)
 
voidgetParent ()
 
std::set
< HEPREP::HepRepAttValue * > 
getAttValuesFromNode ()
 
void addAttValue (HEPREP::HepRepAttValue *hepRepAttValue)
 
void addAttValue (std::string key, char *value, int showLabel)
 
void addAttValue (std::string key, std::string value, int showLabel)
 
void addAttValue (std::string key, int value, int showLabel)
 
void addAttValue (std::string key, int64 value, int showLabel)
 
void addAttValue (std::string key, double value, int showLabel)
 
void addAttValue (std::string key, bool value, int showLabel)
 
void addAttValue (std::string key, std::vector< double > value, int showLabel)
 
void addAttValue (std::string key, double red, double green, double blue, double alpha, int showLabel)
 
HEPREP::HepRepAttValuegetAttValueFromNode (std::string lowerCaseName)
 
HEPREP::HepRepAttValueremoveAttValue (std::string key)
 

Private 속성

HEPREP::HepRepInstanceparent
 
HEPREP::HepRepTypetype
 
std::vector
< HEPREP::HepRepPoint * > 
points
 
std::vector
< HEPREP::HepRepInstance * > 
instances
 

상세한 설명

DefaultHepRepInstance.h 파일의 27 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

cheprep::DefaultHepRepInstance::DefaultHepRepInstance ( HEPREP::HepRepInstance parent,
HEPREP::HepRepType type 
)

DefaultHepRepInstance.cc 파일의 16 번째 라인에서 정의되었습니다.

다음을 참조함 : HEPREP::HepRepInstance::addInstance(), parent, type.

cheprep::DefaultHepRepInstance::DefaultHepRepInstance ( HEPREP::HepRepInstanceTree parent,
HEPREP::HepRepType type 
)

DefaultHepRepInstance.cc 파일의 23 번째 라인에서 정의되었습니다.

다음을 참조함 : HEPREP::HepRepInstanceTree::addInstance(), type.

cheprep::DefaultHepRepInstance::~DefaultHepRepInstance ( )

DefaultHepRepInstance.cc 파일의 30 번째 라인에서 정의되었습니다.

다음을 참조함 : instances, parent, points, type.

멤버 함수 문서화

void cheprep::DefaultHepRepAttribute::addAttValue ( HEPREP::HepRepAttValue attValue)
virtualinherited

Adds an attValue.

매개변수
attValueto be added.

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 38 번째 라인에서 정의되었습니다.

다음을 참조함 : HEPREP::HepRepAttValue::getLowerCaseName().

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
char *  value,
int  showLabel 
)
virtualinherited

Adds a char* attValue as a String. This call should be mapped to addAttValue(std::string, std::string, int); and necessary because C++ converts char* into bool and would thus call addAttValue(std::string, bool, int) for a call such as addAttValue("drawAs", "Cylinder", 0);

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

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

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
std::string  value,
int  showLabel 
)
virtualinherited

Adds an attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 48 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
int  value,
int  showLabel 
)
virtualinherited

Adds an attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 56 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
int64  value,
int  showLabel 
)
virtualinherited

Adds an attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 52 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
double  value,
int  showLabel 
)
virtualinherited

Adds an attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 60 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
bool  value,
int  showLabel 
)
virtualinherited

Adds an attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 64 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
std::vector< double >  value,
int  showLabel 
)
virtualinherited

Adds a Color attValue.

매개변수
keyname of attValue
valuevalue of attValue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 68 번째 라인에서 정의되었습니다.

void cheprep::DefaultHepRepAttribute::addAttValue ( std::string  key,
double  red,
double  green,
double  blue,
double  alpha,
int  showLabel 
)
virtualinherited

Adds a Color attValue.

매개변수
keyname of attValue
redcolor
greencolor
bluecolor
alphavalue
showLabelshow this as label

HEPREP::HepRepAttribute를 구현.

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

void cheprep::DefaultHepRepInstance::addInstance ( HEPREP::HepRepInstance instance)
virtual

Adds an sub-instance to this instance.

매개변수
instancesub-instance.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 71 번째 라인에서 정의되었습니다.

다음을 참조함 : instances.

void cheprep::DefaultHepRepInstance::addPoint ( HEPREP::HepRepPoint point)
virtual

Adds a point to this instance.

매개변수
pointto be added.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 59 번째 라인에서 정의되었습니다.

다음을 참조함 : points.

HepRepInstance * cheprep::DefaultHepRepInstance::copy ( HEPREP::HepRepTypeTree typeTree,
HEPREP::HepRepInstance parent,
HEPREP::HepRepSelectFilter filter 
)
virtual

Returns a deep copy of this instance.

매개변수
typeTreeneeded to find the associated type.
parentto which the copy is added.
filterrun on all instances before copying.
반환값
copy of this instance.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 45 번째 라인에서 정의되었습니다.

HepRepInstance * cheprep::DefaultHepRepInstance::copy ( HEPREP::HepRepTypeTree typeTree,
HEPREP::HepRepInstanceTree parent,
HEPREP::HepRepSelectFilter filter 
)
virtual

Returns a deep copy of this instance.

매개변수
typeTreeneeded to find the associated type.
parentto which the copy is added.
filterrun on all instances before copying.
반환값
copy of this instance.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 50 번째 라인에서 정의되었습니다.

HepRepAttValue * cheprep::DefaultHepRepInstance::getAttValue ( std::string  name)
virtual

Returns the attValue specified by name. This attValue is normally searched on the node itself and then on its type, moving up the typetree.

매개변수
nameof attribute value.
반환값
attribute value.

cheprep::DefaultHepRepAttribute를 구현.

DefaultHepRepInstance.cc 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : HEPREP::HepRepAttribute::getAttValue(), cheprep::DefaultHepRepAttribute::getAttValueFromNode(), type.

HepRepAttValue * cheprep::DefaultHepRepAttribute::getAttValueFromNode ( std::string  lowerCaseName)
virtualinherited

Returns a named attribute value from this node.

매개변수
lowerCaseNamename in all lowercase.
반환값
corresponding HepRepAttValue.

HEPREP::HepRepAttribute를 구현.

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

다음을 참조함 : int().

다음에 의해서 참조됨 : cheprep::DefaultHepRepPoint::getAttValue(), getAttValue().

set< HepRepAttValue * > cheprep::DefaultHepRepAttribute::getAttValuesFromNode ( )
virtualinherited

Returns a collection of all attribute values from this node.

반환값
collection of HepRepAttValues.

HEPREP::HepRepAttribute를 구현.

DefaultHepRepAttribute.cc 파일의 30 번째 라인에서 정의되었습니다.

vector< HepRepInstance * > cheprep::DefaultHepRepInstance::getInstances ( )
virtual

Returns a collection of all sub-instances this instance keeps.

반환값
collection of HepRepInstances.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 79 번째 라인에서 정의되었습니다.

다음을 참조함 : instances.

void* cheprep::DefaultHepRepInstance::getParent ( )
inline

DefaultHepRepInstance.h 파일의 53 번째 라인에서 정의되었습니다.

다음을 참조함 : parent.

vector< HepRepPoint * > cheprep::DefaultHepRepInstance::getPoints ( )
virtual

Returns a collection of all points this instance keeps.

반환값
collection of HepRepPoints.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : points.

HepRepInstance * cheprep::DefaultHepRepInstance::getSuperInstance ( )
virtual

Fills a double[3][n] array with the coordinates of all points, if none of the points have any attributes defined on them. The actual number of points filled is returned. In case the number of points is larger than n, or if any points have attributes, -1 is returned. One could then call getPoint().

참고
getPoints()
매개변수
xyza double[3][n] array to be filled with points.
반환값
number of points filled in xyz, or -1 in case of error or non-implementation.

ONLY in JAVA Returns true if this instance has a frame. Speedy access for iterator.

ONLY in JAVA Returns String layername. Speedy access for iterator.

ONLY in JAVA Returns the parent of this instance.

반환값
parent of instance, or null if top-level.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : parent.

HepRepType * cheprep::DefaultHepRepInstance::getType ( )
virtual

Returns the associated type for this instance.

반환값
associated HepRepType.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 55 번째 라인에서 정의되었습니다.

다음을 참조함 : type.

void cheprep::DefaultHepRepInstance::overlay ( HEPREP::HepRepInstance instance)
virtual

Overlays the instance on the current instance.

Attributes of the instance override or are added to the current instance. Sub-instances of the instance are added only if the current instance has no sub-instances. Points of the instance are added only if the current instance has no points.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 41 번째 라인에서 정의되었습니다.

HepRepAttValue * cheprep::DefaultHepRepAttribute::removeAttValue ( std::string  key)
virtualinherited

Remove the attvalue named by key.

매개변수
keyname of the attValue to be removed.
반환값
removed HepRepAttValue, or null if not removed.

HEPREP::HepRepAttribute를 구현.

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

다음을 참조함 : int().

void cheprep::DefaultHepRepInstance::removeInstance ( HEPREP::HepRepInstance instance)
virtual

Removes a sub-instance from this instance.

매개변수
instancesub-instance.

HEPREP::HepRepInstance를 구현.

DefaultHepRepInstance.cc 파일의 75 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

std::vector<HEPREP::HepRepInstance*> cheprep::DefaultHepRepInstance::instances
private

DefaultHepRepInstance.h 파일의 33 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : addInstance(), getInstances(), ~DefaultHepRepInstance().

HEPREP::HepRepInstance* cheprep::DefaultHepRepInstance::parent
private

DefaultHepRepInstance.h 파일의 30 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DefaultHepRepInstance(), getParent(), getSuperInstance(), ~DefaultHepRepInstance().

std::vector<HEPREP::HepRepPoint*> cheprep::DefaultHepRepInstance::points
private

DefaultHepRepInstance.h 파일의 32 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : addPoint(), getPoints(), ~DefaultHepRepInstance().

HEPREP::HepRepType* cheprep::DefaultHepRepInstance::type
private

DefaultHepRepInstance.h 파일의 31 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DefaultHepRepInstance(), getAttValue(), getType(), ~DefaultHepRepInstance().


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