MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009356 | ParaView | Feature | public | 2009-08-04 03:52 | 2016-08-12 09:57 |
| Reporter | Bryn Lloyd | ||||
| Assigned To | Cory Quammen | ||||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | Development | ||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0009356: Add option to select region in vtkConnectivityFilter | ||||
| Description | It would be great if one could extract the largest possible region, or closest region using the vtkConnectivityFilter in paraview. Currently this is not possible and one is forced to find out which region Id should be extracted by thresholding. Below are a few changes to the Server Manager xml file, which would allow extracting the largest or closest region (or all regions). | ||||
| Steps To Reproduce | |||||
| Additional Information | <ServerManagerConfiguration> <ProxyGroup name="filters"> <SourceProxy name="ConnectivityFilter" class="vtkConnectivityFilter"> <InputProperty name="Input" command="SetInputConnection"> <ProxyGroupDomain name="groups"> <Group name="sources"/> <Group name="filters"/> </ProxyGroupDomain> <DataTypeDomain name="input_type"> <DataType value="vtkDataSet"/> </DataTypeDomain> </InputProperty> <DoubleVectorProperty name="ClosestPoint" command="SetClosestPoint" number_of_elements="3" default_values="0 0 0"> </DoubleVectorProperty> <IntVectorProperty name="ExtractionMode" command="SetExtractionMode" number_of_elements="1" default_values="4"> <EnumerationDomain name="enum"> <Entry value="4" text="LargestRegion"/> <Entry value="5" text="AllRegions"/> <Entry value="6" text="ClosestPointRegion"/> </EnumerationDomain> </IntVectorProperty> <IntVectorProperty name="ColorRegions" command="SetColorRegions" number_of_elements="1" default_values="1"> <BooleanDomain name="bool"/> </IntVectorProperty> </SourceProxy> </ProxyGroup> </ServerManagerConfiguration> | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-08-04 03:52 | Bryn Lloyd | New Issue | |||
| 2011-02-04 14:11 | David Partyka | Assigned To | => Robert Maynard | ||
| 2011-02-04 14:11 | David Partyka | Status | backlog => tabled | ||
| 2011-06-16 13:10 | Zack Galbreath | Category | Feature Request => Feature | ||
| 2016-07-22 10:32 | Cory Quammen | Note Added: 0036546 | |||
| 2016-07-22 10:33 | Cory Quammen | Assigned To | Robert Maynard => Cory Quammen | ||
| 2016-08-12 09:57 | Kitware Robot | Note Added: 0037672 | |||
| 2016-08-12 09:57 | Kitware Robot | Status | backlog => closed | ||
| 2016-08-12 09:57 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||