OrsDerivedDataset¶
Manages deriving new datasets from the current view
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2018. |
| date: | Feb 17 2016 13:54 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | cbca0974761111e7b793448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsDerivedDataset.OrsDerivedDataset.OrsDerivedDataset(varName=None, managed=True)¶ -
classmethod
chooseShapeAndNameStructuredGrid(channel=None, title=True)¶
-
closable= False¶
-
contextualMenu(context)¶
-
classmethod
copyMultipleStructuredGridIntoAnotherShapeAndPublish(aStructuredGridsGUID)¶
-
interfacemethod
copyStructuredGridIntoAnotherShape(sourceStructuredGrid, referenceStructureGrid, newTitle='')¶ Resamples a new dataset using another structured grid
Parameters: - sourceStructuredGrid (ORSModel.ors.StructuredGrid) – the structured grid to resample
- referenceStructureGrid (ORSModel.ors.StructuredGrid) – the structured grid having the shape of reference
- newTitle (str) – the title of the new dataset
Returns: derivedDataset (ORSModel.ors.StructuredGrid) – a new resampled dataset
-
classmethod
copyStructuredGridIntoAnotherShapeAndPublish(aStructuredGrid)¶
-
keepAlive= False¶
-
multiple= False¶
-
classmethod
overwriteValueAndPublish(aStructuredGrid)¶
-
savable= True¶
-
classmethod
simpleDerivedDataset(aStructuredGrid, aDisplay)¶ Resamples a new dataset using the orientation of a display
Parameters: - aStructuredGrid (ORSModel.ors.StructuredGrid) – the structured grid to resample
- aDisplay (ORSModel.ors.View) – the display serving as orientation reference
Returns: derivedDataset (ORSModel.ors.StructuredGrid) – a new resampled dataset
-
classmethod
simpleDerivedDatasetAndPublish(aStructuredGrid, aDisplay)¶
-
interfacemethod
simpleDerivedDatasetFromGenealogicalName(aStructuredGrid, name)¶ Resamples a new dataset using the orientation of a display
Parameters: - aStructuredGrid (ORSModel.ors.StructuredGrid) – the structured grid to resample
- name (str) – the display serving as orientation reference
Returns: derivedDataset (ORSModel.ors.StructuredGrid) – a new resampled dataset
-
classmethod