#include <HepRepPoint.h>
Public 멤버 함수 | |
| virtual | ~HepRepPoint () |
| Destructor. 더 자세히 ... | |
| virtual double | getX ()=0 |
| virtual double | getY ()=0 |
| virtual double | getZ ()=0 |
| virtual double | getRho ()=0 |
| virtual double | getPhi ()=0 |
| virtual double | getTheta ()=0 |
| virtual double | getR ()=0 |
| virtual double | getEta ()=0 |
| virtual double | getX (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getY (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getZ (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getRho (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getPhi (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getTheta (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getR (double xVertex, double yVertex, double zVertex)=0 |
| virtual double | getEta (double xVertex, double yVertex, double zVertex)=0 |
| virtual std::vector< double > * | getXYZ (std::vector< double > *xyz)=0 |
| virtual HepRepInstance * | getInstance ()=0 |
| virtual HepRepPoint * | copy (HepRepInstance *parent)=0 |
| virtual void | addAttValue (HepRepAttValue *attValue)=0 |
| virtual void | addAttValue (std::string key, char *value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, std::string value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, int64 value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, int value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, double value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, bool value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, std::vector< double > value, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual void | addAttValue (std::string key, double red, double green, double blue, double alpha=1.0, int showLabel=HepRepConstants::SHOW_NONE)=0 |
| virtual HepRepAttValue * | removeAttValue (std::string key)=0 |
| virtual HepRepAttValue * | getAttValue (std::string name)=0 |
| virtual std::set < HepRepAttValue * > | getAttValuesFromNode ()=0 |
| virtual HepRepAttValue * | getAttValueFromNode (std::string lowerCaseName)=0 |
HepRepPoint interface. The HepRepMath class can be used to deal with the conversions.
HepRepPoint.h 파일의 25 번째 라인에서 정의되었습니다.
|
inlinevirtual |
Destructor.
HepRepPoint.h 파일의 29 번째 라인에서 정의되었습니다.
|
pure virtualinherited |
Adds an attValue.
| attValue | to be added. |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::addAttributes(), G4HepRepSceneHandler::AddSolid(), G4HepRepSceneHandler::addTopLevelAttributes(), G4HepRepSceneHandler::getCalHitFaceType(), G4HepRepSceneHandler::getCalHitType(), G4HepRepSceneHandler::getEventType(), G4HepRepSceneHandler::getGeometryRootType(), G4HepRepSceneHandler::getHitType(), G4HepRepSceneHandler::getTrajectoryType(), G4HepRepSceneHandler::setAttribute().
|
pure 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);
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds an attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds an attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds an attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds an attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds an attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds a Color attValue.
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtualinherited |
Adds a Color attValue.
| key | name of attValue |
| red | color |
| green | color |
| blue | color |
| alpha | value |
| showLabel | show this as label |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
|
pure virtual |
Returns a deep copy of this point.
| parent | to add the copy to. |
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtualinherited |
Returns the attValue specified by name. This attValue is normally searched on the node itself and then on its type, moving up the typetree.
| name | of attribute value. |
cheprep::DefaultHepRepInstance, cheprep::DefaultHepRepAttribute, cheprep::DefaultHepRepType, cheprep::DefaultHepRepDefinition, cheprep::DefaultHepRepPoint에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::DefaultHepRepPoint::getAttValue(), cheprep::DefaultHepRepInstance::getAttValue(), G4HepRepSceneHandler::setAttribute().
|
pure virtualinherited |
Returns a named attribute value from this node.
| lowerCaseName | name in all lowercase. |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::DefaultHepRepType::getAttValue(), G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtualinherited |
Returns a collection of all attribute values from this node.
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns associated instance (parent).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute().
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::addAttVals(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
| xyz | list of three coordinates which are filled and returned. If null, a new list of three coordinates is allocated. |
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtual |
Returns coordinate with respect to vertex at (0, 0, 0).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex).
cheprep::DefaultHepRepPoint에서 구현되었습니다.
|
pure virtualinherited |
Remove the attvalue named by key.
| key | name of the attValue to be removed. |
cheprep::DefaultHepRepAttribute에서 구현되었습니다.
1.8.5