Class which provides tools to manipulate views.
More...
|
|
| ViewTools (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Class which provides tools to manipulate views.
- Examples
- CopyImageView.cs.
◆ Copy() [1/2]
Method wich allows to copy the whole content of a DataFrame into another one. Destination dataFrame will be reshaped if needed.
If units are available in the source DataFrame, they will only be copied
- Parameters
-
| src | The DataFrame to copy from. |
| dest | The DataFrame to copy to. |
- Exceptions
-
| InvalidArgument | if the 'src' DataFrameView does not have the READ capability. |
| InvalidArgument | if the 'dst' DataFrameView does not have the WRITE or RESHAPE capabilities. |
- Examples
- CopyImageView.cs.
◆ Copy() [2/2]
Method wich allows to copy the whole content of an ImageView into another one.
Destination ImageView will be reshaped if shape or DataType are different.
- Parameters
-
| src | The ImageView to copy from. |
| dest | The ImageView to copy to. |
- Exceptions
-
| InvalidArgument | if the 'src' ImageView does not support the READ capability. |
| InvalidArgument | if the 'dest' ImageView does not support the WRITE capability. |
| InvalidArgument | if the 'dest' ImageView needs reshaping and does not support the RESHAPE capability. |
The documentation for this class was generated from the following file:
- Release/net/generated/ViewTools.cs