You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_GenericStreamReader.dox-part 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /**
  2. * \page BoxAlgorithm_GenericStreamReader Generic stream reader
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Description|
  7. This box is able to read any file saved with the \ref Doc_BoxAlgorithm_GenericStreamWriter box.
  8. It is interesting to notice that such file can contain a variable number of streams. Therefore,
  9. the user is able to add and modify any output he wants on the box. The box does not supposes
  10. anything on the streams contained in the file during authoring in the designer. The streams of
  11. the file are mapped to created output at runtime in an "intelligent way" depending on there types.
  12. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Description|
  13. __________________________________________________________________
  14. Outputs description
  15. __________________________________________________________________
  16. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Outputs|
  17. This box can have as many output you want depending on the content of the file.
  18. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Outputs|
  19. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Output1|
  20. This is the default output.
  21. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Output1|
  22. __________________________________________________________________
  23. Settings description
  24. __________________________________________________________________
  25. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Settings|
  26. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Settings|
  27. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Setting1|
  28. This setting points to the file to read. This file may contain a variable number of multiplexed
  29. streams. Those streams will be mapped to corresponding outputs at runtime. The mapping is done in
  30. an "intelligent way" because it reorders the streams contained in the file to match the types of
  31. the outputs. If a stream from the file does not find a matching output, a warning is launched.
  32. If an output does not find a matching stream from the file, a warning is also launched.
  33. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Setting1|
  34. __________________________________________________________________
  35. Examples description
  36. __________________________________________________________________
  37. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Examples|
  38. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Examples|
  39. __________________________________________________________________
  40. Miscellaneous description
  41. __________________________________________________________________
  42. * |OVP_DocBegin_BoxAlgorithm_GenericStreamReader_Miscellaneous|
  43. * |OVP_DocEnd_BoxAlgorithm_GenericStreamReader_Miscellaneous|
  44. */