Changeset 1473 for trunk/bindings/cpp/NeXusFile.hpp
- Timestamp:
- 09/05/10 14:28:15 (2 years ago)
- File:
-
- 1 edited
-
trunk/bindings/cpp/NeXusFile.hpp (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.hpp
r1468 r1473 257 257 * Create a 1D data field, insert the data, and close the data. 258 258 * 259 * \tparam NumT numeric data type of \a value 259 260 * \param name The name of the field to create. 260 261 * \param value The vector to put into the file. … … 266 267 * Create a 1D data field, insert the data, and close the data. 267 268 * 269 * \tparam NumT numeric data type of \a value 268 270 * \param name The name of the field to create. 269 271 * \param value The value to put into the file. … … 278 280 * \param value The data to put into the file. 279 281 * \param dims The dimensions of the data. 282 * \tparam NumT numeric data type of \a value 280 283 */ 281 284 template <typename NumT> … … 305 308 * \param comp The compression algorithm to use. 306 309 * \param bufsize The size of the compression buffer to use. 310 * \tparam NumT numeric data type of \a value 307 311 */ 308 312 template <typename NumT> … … 329 333 /** 330 334 * \param data The data to put in the file. 335 * \tparam NumT numeric data type of \a data 331 336 */ 332 337 template <typename NumT> … … 346 351 * \param name Name of the attribute to add. 347 352 * \param value The attribute value. 353 * \tparam NumT numeric data type of \a value 348 354 */ 349 355 template <typename NumT> … … 382 388 * \param start The starting index to insert the data. 383 389 * \param size The size of the array to put in the file. 390 * \tparam NumT numeric data type of \a data 384 391 */ 385 392 template <typename NumT> … … 393 400 * \param start The starting index to insert the data. 394 401 * \param size The size of the array to put in the file. 402 * \tparam NumT numeric data type of \a data 395 403 */ 396 404 template <typename NumT> … … 434 442 * does call "new vector<NumT>" the caller is responsible for 435 443 * calling "delete". 444 * \tparam NumT numeric data type of result 436 445 * 437 446 * \return The data as a vector. … … 446 455 * 447 456 * \param data Where to put the data. 457 * \tparam NumT numeric data type of \a data 448 458 */ 449 459 template <typename NumT> … … 496 506 * 497 507 * \param info Designation of which attribute to read. 508 * \tparam NumT numeric data type of result 498 509 * 499 510 * \return The attribute value. … … 507 518 * 508 519 * \param[in] name Name of attribute to read 509 *510 520 * \param[out] value The read attribute value. 521 * \tparam NumT numeric data type of \a value 511 522 */ 512 523 template <typename NumT> … … 594 605 /** 595 606 * This function returns the NXnumtype given a concrete number. 607 * \tparam NumT numeric data type of \a number to check 596 608 */ 597 609 template <typename NumT>
Note: See TracChangeset
for help on using the changeset viewer.
