SMS:Interpolation VTK: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==VTK Dataset Interpolation==
==VTK Dataset Interpolation==
VTK datasets can be interpolated to create functions or datasets on mesh2d, cgrid, scatter, VTK mesh or curvilinear geometric objects. The interpolation is invoked in the project explore by right-clicking on the VTK mesh or Curvilinear geometric object (from which the source datasets will be obtained) and then selecting the ''Interpolate to...'' option.
VTK datasets can be interpolated to create functions or datasets on mesh2d, cgrid, scatter, VTK mesh or curvilinear geometric objects. The interpolation is invoked in the Project Explorer by right-clicking on the VTK mesh or curvilinear geometric object (from which the source datasets will be obtained) and then selecting the ''Interpolate to...'' option.
===Interpolation Dialog===
===Interpolation Dialog===
When selecting an interpolation command, the ''Interpolation Option'' dialog appears. Selects the appropriate options and once the '''OK''' button is selected, the interpolation procedure is performed. Specified options include:  
When selecting an interpolation command, the ''Interpolation Option'' dialog appears. Selects the appropriate options and once the '''OK''' button is selected, the interpolation procedure is performed. Specified options include:  
*Interpolation Method – TSelect a current method that is used for all interpolation until another method is selected. The supported methods include:  
*''Interpolation Method'' – Select a current method that is used for all interpolation until another method is selected. The supported methods include:  
<blockquote style="margin-top:0px; margin-bottom:0px;">
** [[SMS:Linear Interpolation|Standard (Linear)]]
* [[SMS:Linear Interpolation|Standard (Linear)]]
** [[SMS:Inverse Distance Weighted Interpolation|Inverse Distance Weighted (IDW)]]
* [[SMS:Inverse Distance Weighted Interpolation|Inverse Distance Weighted (IDW)]]
*''Extrapolation Method'' &ndash; If the VTK dataset does not bound the data being interpolated to, an extrapolation value is used for each location outside the boundary or if the location has be marked as inactive. Select the method to be used to generate the extrapolation value from the following:
</blockquote>
** Inactive &ndash; The dataset value is set to a null indicator and is not displayed.  
*Extrapolation Method &ndash; If the VTK dataset does not bound the data being interpolated to, an extrapolation value is used for each location outside the boundary or if the location has be marked as inactive. Select the method to be used to generate the extrapolation value from the following:
**:(Note: scatter sets do not support inactive cell so this option is not available  when they are the selected target.)
<blockquote style="margin-top:0px; margin-bottom:0px;">
** [[SMS:Inverse Distance Weighted Interpolation|Inverse Distance Weighted (IDW)]]
* Inactive &ndash; The dataset value is set to a null indicator and is not displayed.  
** Constant Value &ndash; A single value is applied to all extrapolated locations in the dataset.
<blockquote style="margin-top:0px; margin-bottom:0px;">
** Existing Dataset Value &ndash; The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the source VTK dataset. The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
(Note: scatter sets do not support inactive cell so this option is not available  when they are the selected target.)
*''Target objects'' &ndash; The use selects a target for interpolation from this tree list of geometrics objects.
</blockquote>
*''Source object info'' &ndash; This section contains a tree list of the source datasets and information regarding their usage as follows
* [[SMS:Inverse Distance Weighted Interpolation|Inverse Distance Weighted (IDW)]]
** Datasets to interpolate &ndash; Selects the datasets to interpolate from by marking their check box. Multiple datasets may be interpolated at a time.
* Constant Value &ndash; A single value is applied to all extrapolated locations in the dataset.
** New name &ndash; Renames the dataset created as a result of the interpolation.
* Existing Dataset Value &ndash; The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the source VTK dataset. The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
** Map Z &ndash; Designates the dataset created as the elevation or "Z" dataset by marking the appropriate check box.
</blockquote>
** Extrapolation Constant Value &ndash; The column is displayed when the "Constant Value" ''Extrapolation Method'' is selected. Enter the single value to apply to the extrapolation locations for each dataset to be interpolated from.
*Target objects &ndash; The use selects a target for interpolation from this tree list of geometrics objects.
** Extrapolation Dataset &ndash; This column is displayed when the "Existing Dataset Value" ''Extrapolation Method'' is selected. Select an extrapolation dataset for each dataset to be interpolated from.
*Source object info &ndash; This section contains a tree list of the source datasets and information regarding their usage as follows
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Datasets to interpolate &ndash; Selects the datasets to interpolate from by marking their check box. Multiple datasets may be interpolated at a time.
* New name &ndash; Renames the dataset created as a result of the interpolation.
* Map Z &ndash; Designates the dataset created as the elevation or "Z" dataset by marking the appropriate check box.
* Extrapolation Constant Value &ndash; The column is displayed when the "Constant Value" Extrapolation Method is selected. Enter the single value to apply to the extrapolation locations for each dataset to be interpolated from.
* Extrapolation Dataset &ndash; This column is displayed when the "Existing Dataset Value" Extrapolation Method is selected. Select an extrapolation dataset for each dataset to be interpolated from.
</blockquote>


==Related Topics==
==Related Topics==
Line 36: Line 28:
[[Category:SMS Interpolation|VTK]]
[[Category:SMS Interpolation|VTK]]
[[Category:SMS Dialogs]]
[[Category:SMS Dialogs]]
[[Category:Interpolation Dialogs]]

Latest revision as of 16:18, 14 September 2017

VTK Dataset Interpolation

VTK datasets can be interpolated to create functions or datasets on mesh2d, cgrid, scatter, VTK mesh or curvilinear geometric objects. The interpolation is invoked in the Project Explorer by right-clicking on the VTK mesh or curvilinear geometric object (from which the source datasets will be obtained) and then selecting the Interpolate to... option.

Interpolation Dialog

When selecting an interpolation command, the Interpolation Option dialog appears. Selects the appropriate options and once the OK button is selected, the interpolation procedure is performed. Specified options include:

  • Interpolation Method – Select a current method that is used for all interpolation until another method is selected. The supported methods include:
  • Extrapolation Method – If the VTK dataset does not bound the data being interpolated to, an extrapolation value is used for each location outside the boundary or if the location has be marked as inactive. Select the method to be used to generate the extrapolation value from the following:
    • Inactive – The dataset value is set to a null indicator and is not displayed.
      (Note: scatter sets do not support inactive cell so this option is not available when they are the selected target.)
    • Inverse Distance Weighted (IDW)
    • Constant Value – A single value is applied to all extrapolated locations in the dataset.
    • Existing Dataset Value – The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the source VTK dataset. The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
  • Target objects – The use selects a target for interpolation from this tree list of geometrics objects.
  • Source object info – This section contains a tree list of the source datasets and information regarding their usage as follows
    • Datasets to interpolate – Selects the datasets to interpolate from by marking their check box. Multiple datasets may be interpolated at a time.
    • New name – Renames the dataset created as a result of the interpolation.
    • Map Z – Designates the dataset created as the elevation or "Z" dataset by marking the appropriate check box.
    • Extrapolation Constant Value – The column is displayed when the "Constant Value" Extrapolation Method is selected. Enter the single value to apply to the extrapolation locations for each dataset to be interpolated from.
    • Extrapolation Dataset – This column is displayed when the "Existing Dataset Value" Extrapolation Method is selected. Select an extrapolation dataset for each dataset to be interpolated from.

Related Topics