Changeset 2062 for lang/ruby/RubyESRIShape/Shape_int.h
- Timestamp:
- 11/27/07 20:09:45 (12 months ago)
- Files:
-
- 1 modified
-
lang/ruby/RubyESRIShape/Shape_int.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/RubyESRIShape/Shape_int.h
r2054 r2062 30 30 virtual ~IndexedPointList(); 31 31 void copyFrom(const IndexedPointList& aSrc); 32 VALUE getPartAsRubyObj(int index); 32 33 33 34 void allocBuffers(); … … 43 44 ESDouble mZRange[2]; 44 45 ESDouble mMRange[2]; 46 47 es_error_t readFromMainFile(FILE* fp, ShpReadContext& rctx, int option); 45 48 }; 46 49 … … 77 80 virtual VALUE toRubyObject(); 78 81 virtual ShpRecordObject* clone(); 82 VALUE getPartAt(int index); 83 int getPartsLength(); 84 85 es_error_t readFromMainFile(FILE* fp, ShpReadContext& rctx); 79 86 private: 80 87 ESInt32 mType;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)