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: | 460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2021. |
| date: | Feb 17 2016 13:54 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | cbca0974761111e7b793448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsDerivedDataset.OrsDerivedDataset.OrsDerivedDataset(varName=None, managed=True)¶ -
canBeGenericallyOpened= False¶
-
classmethod
chooseShapeAndNameStructuredGrid(channel=None, title=True)¶
-
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, aView)¶ Resamples a new dataset using the orientation of a view
Parameters: - aStructuredGrid (ORSModel.ors.StructuredGrid) – the structured grid to resample
- aView (ORSModel.ors.View) – the view serving as orientation reference
Returns: derivedDataset (ORSModel.ors.StructuredGrid) – a new resampled dataset
-
classmethod
simpleDerivedDatasetAndPublish(aStructuredGrid, aView)¶
-
interfacemethod
simpleDerivedDatasetFromGenealogicalName(aStructuredGrid, name)¶ Resamples a new dataset using the orientation of a view
Parameters: - aStructuredGrid (ORSModel.ors.StructuredGrid) – the structured grid to resample
- name (str) – the genealogical name of the view serving as orientation reference
Returns: derivedDataset (ORSModel.ors.StructuredGrid) – a new resampled dataset
-