Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 16, 2007, 11:43:15 PM (17 years ago)
Author:
patrick
Message:

much more on the resources. it's not that simple at all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/object_information_file.h

    r10239 r10241  
    4343  virtual ~ObjectInformationFile();
    4444
     45  void load(const std::string& fileName);
     46
    4547  ObjectInformationFile& operator=(const ObjectInformationFile& oif);
    4648
    4749  /** @returns a reference to the xml oif file */
    4850  inline const TiXmlElement* getMountPointDescription() { return this->data->root(); }
     51
     52  inline void acquireData(const OIFData::Pointer& data) { this->data = data; }
     53  const OIFData::Pointer& dataPointer() const { return this->data; };
     54
    4955
    5056
Note: See TracChangeset for help on using the changeset viewer.