File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Modules/IO/ImageBase/include Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ class ITKIOImageBase_EXPORT StreamingImageIOBase : public ImageIOBase
129
129
* \param _buffer is pointer to an allocated block of memory
130
130
* suitable to hold the IORegion of the pixel type
131
131
*
132
- * This methods relies on GetDataPosition() to determin where the
133
- * data is located in the file. It uses ImageIOBase#m_IORegion to determin the
132
+ * This methods relies on GetDataPosition() to determine where the
133
+ * data is located in the file. It uses ImageIOBase#m_IORegion to determine the
134
134
* requested region to read.
135
135
*
136
136
* The files data is assumed to be unpadded and continuous in the
@@ -148,8 +148,8 @@ class ITKIOImageBase_EXPORT StreamingImageIOBase : public ImageIOBase
148
148
* \param _buffer is a pointer to the data in a continuous block
149
149
* for the region
150
150
*
151
- * This methods relies on GetDataPosition() to determin where the data
152
- * is located in the file. It usesy ImageIOBase#m_IORegion determin the requested
151
+ * This methods relies on GetDataPosition() to determine where the data
152
+ * is located in the file. It uses ImageIOBase#m_IORegion determine the requested
153
153
* region to written.
154
154
*/
155
155
virtual bool
You can’t perform that action at this time.
0 commit comments