52 void ToNative( AXISFRAME _frame );
55 void FromNative( AXISFRAME _frame );
58 void ChangeFrame( AXISFRAME _from, AXISFRAME _to );
61 void SetFile(
string _fileName,
string _filePath,
string _fileType );
64 void WriteFile(
string _filePath );
69 void Init(
bool _genID );
71 friend class boost::serialization::access;
72 template<
class Archive>
73 void serialize( Archive &_ar,
const unsigned int _version )
75 debug( ostringstream().flush() <<
"RTFXRaw::serialize" << endl );
76 _ar & boost::serialization::base_object<RTFXObject>( *this );