|
| | GdtfGeometrySupport (GdtfGeometry *parent) |
| |
| | GdtfGeometrySupport (const TXString &name, GdtfModelPtr refToModel, const VWTransformMatrix &ma, GdtfGeometry *parent) |
| |
| | ~GdtfGeometrySupport () |
| |
| virtual EGdtfObjectType | GetObjectType () |
| |
| EGdtfSupportType | GetSupportType () const |
| |
| double | GetCapacityX () const |
| |
| double | GetCapacityY () const |
| |
| double | GetCapacityZ () const |
| |
| double | GetCapacityXX () const |
| |
| double | GetCapacityYY () const |
| |
| double | GetCapacityZZ () const |
| |
| const TXString & | GetRopeCrossSection () const |
| |
| VWPoint3D | GetRopeOffset () |
| |
| double | GetResistanceX () const |
| |
| double | GetResistanceY () const |
| |
| double | GetResistanceZ () const |
| |
| double | GetResistanceXX () const |
| |
| double | GetResistanceYY () const |
| |
| double | GetResistanceZZ () const |
| |
| void | SetSupportType (const EGdtfSupportType &supportType) |
| |
| void | SetCapacityX (double capacityX) |
| |
| void | SetCapacityY (double capacityY) |
| |
| void | SetCapacityZ (double capacityZ) |
| |
| void | SetCapacityXX (double capacityXX) |
| |
| void | SetCapacityYY (double capacityYY) |
| |
| void | SetCapacityZZ (double capacityZZ) |
| |
| void | SetRopeCrossSection (const TXString &ropeCrossSection) |
| |
| void | SetRopeOffset (double x, double y, double z) |
| |
| void | SetResistanceX (double resistanceX) |
| |
| void | SetResistanceY (double resistanceY) |
| |
| void | SetResistanceZ (double resistanceZ) |
| |
| void | SetResistanceXX (double resistanceXX) |
| |
| void | SetResistanceYY (double resistanceYY) |
| |
| void | SetResistanceZZ (double resistanceZZ) |
| |
| | 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 () |
| |