SoMasterConfigremotePathMapping Property |
This field allows users to specify strings to replace during file and directory name synchronization.
Namespace: OIV.ScaleViz.Nodes
Data files must be shared or replicated so that they are accessible by the application machine and all of the cluster machines. For example, texture image files, VolumeViz data files, etc. This field is particularly useful when the application is run on a different OS or filesystem than the nodes of the cluster, e.g., when the app is running on Windows and the cluster is running Linux. This field is a list of SbVec2Strings, where each vector contains the string to match and followed by the string to use for replacement. The order of the replacement rules is important as the filtering process stops as soon as a rule is matched. Filtering is only applied during ScaleViz synchronization of fields of type SoSFFilePathString and SoMFFilePathString. String replacement rules are comma separated. Examples: [ matchString1 replaceString1, "match String 2" replaceString2 ]
Specifies a user file path mapping between the local client computer and the remote cluster.