|
| | GdtfGeometryLamp (GdtfGeometry *parent) |
| |
| | GdtfGeometryLamp (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma, GdtfGeometry *parent) |
| |
| | ~GdtfGeometryLamp () |
| |
| virtual EGdtfObjectType | GetObjectType () |
| |
| EGdtfLampType | GetLampType () |
| |
| double | GetPowerConsumption () |
| |
| double | GetLuminousIntensity () |
| |
| double | GetColorTemperature () |
| |
| double | GetBeamAngle () |
| |
| double | GetFieldAngle () |
| |
| double | GetBeamRadius () |
| |
| double | GetThrowRatio () |
| |
| double | GetRectangleRatio () |
| |
| EGdtfBeamType | GetBeamType () |
| |
| Sint32 | GetColorIndex () |
| |
| GdtfPhysicalEmitter * | GetEmitterSpectrum () |
| |
| TXString | GetUnresolvedEmitterRef () const |
| |
| void | SetLampType (EGdtfLampType type) |
| |
| void | SetPowerConsumption (double powerConsumption) |
| |
| void | SetLuminousIntensity (double intensity) |
| |
| void | SetColorTemperature (double temperature) |
| |
| void | SetBeamAngle (double angle) |
| |
| void | SetFieldAngle (double angle) |
| |
| void | SetBeamRadius (double radius) |
| |
| void | SetThrowRatio (double ratio) |
| |
| void | SetRectangleRatio (double ratio) |
| |
| void | SetBeamType (EGdtfBeamType type) |
| |
| void | SetColorIndex (Sint32 idx) |
| |
| void | SetEmitterSpectrum (GdtfPhysicalEmitter *emitterSpectrum) |
| |
| | GdtfGeometry (GdtfGeometry *parent) |
| |
| | GdtfGeometry (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma, GdtfGeometry *parent) |
| |
| | ~GdtfGeometry () |
| |
| const TXString & | GetName () const |
| |
| GdtfModelPtr | GetModelRef () const |
| |
| void | GetTransformMatrix (VWTransformMatrix &ma) const |
| |
| const std::vector< GdtfGeometry * > | GetInternalGeometries () |
| |
| virtual TXString | GetNodeReference () |
| |
| GdtfGeometry * | GetParentGeometry () |
| |
| void | SetName (const TXString &name) |
| |
| void | SetModel (GdtfModelPtr model) |
| |
| void | SetTransformMatrix (const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometry (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryReference (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryShaper (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryColor (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryGobo (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryBeam (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryMediaServerCamera (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryMediaServerLayer (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryMediaServerMaster (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryWithAxis (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryWithLamp (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryDisplay (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryLaser (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryWiringObject (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryInventory (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryStructure (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometrySupport (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| GdtfGeometry * | AddGeometryMagnet (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma) |
| |
| TXString | GetUnresolvedModelRef () const |
| |
| void | SetUnresolvedModelRef (GdtfModelPtr ref) |
| |
| | GdtfObject () |
| |
| virtual | ~GdtfObject () |
| |
| void | WriteToNode (IXMLFileNodePtr pContainerNode) |
| |
| void | ReadFromNode (const IXMLFileNodePtr &pNode) |
| |
| void | GetNode (IXMLFileNodePtr &pNode) |
| |
| void | SetBind (void *ptr) |
| |
| void * | GetBind () |
| |