|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
| GdtfMeasurementPoint () | |
| ~GdtfMeasurementPoint () | |
| virtual EGdtfObjectType | GetObjectType () |
| double | GetWavelength () |
| double | GetEnergy () |
| void | SetWavelength (double wavelength) |
| void | SetEnergy (double energy) |
Public Member Functions inherited from SceneData::GdtfObject | |
| GdtfObject () | |
| virtual | ~GdtfObject () |
| void | WriteToNode (IXMLFileNodePtr pContainerNode) |
| void | ReadFromNode (const IXMLFileNodePtr &pNode) |
| void | GetNode (IXMLFileNodePtr &pNode) |
| void | SetBind (void *ptr) |
| void * | GetBind () |
| virtual TXString | GetNodeReference () |
Protected Member Functions | |
| virtual TXString | GetNodeName () |
| virtual void | OnPrintToFile (IXMLFileNodePtr pNode) |
| virtual void | OnReadFromNode (const IXMLFileNodePtr &pNode) |
| virtual void | OnErrorCheck (const IXMLFileNodePtr &pNode) |
| GdtfMeasurementPoint::GdtfMeasurementPoint | ( | ) |
| GdtfMeasurementPoint::~GdtfMeasurementPoint | ( | ) |
| double GdtfMeasurementPoint::GetEnergy | ( | ) |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
| double GdtfMeasurementPoint::GetWavelength | ( | ) |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
| void GdtfMeasurementPoint::SetEnergy | ( | double | energy | ) |
| void GdtfMeasurementPoint::SetWavelength | ( | double | wavelength | ) |