| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010861 | VTK | (No Category) | public | 2010-06-22 04:31 | 2013-04-05 20:31 | ||||
| Reporter | Joel Schaerer | ||||||||
| Assigned To | Leo Liu | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010861: Data members in vtkPolyDataConnectivityFilter should be protected, not private | ||||||||
| Description | A lot of the fields used internally in vtkPolyDataConnectivityFilter are private: private: // used to support algorithm execution vtkDataArray *CellScalars; vtkIdList *NeighborCellPointIds; vtkIdType *Visited; vtkIdType *PointMap; vtkDataArray *NewScalars; vtkIdType RegionNumber; vtkIdType PointNumber; vtkIdType NumCellsInRegion; vtkDataArray *InScalars; vtkPolyData *Mesh; vtkIdList *Wave; vtkIdList *Wave2; vtkIdList *PointIds; vtkIdList *CellIds; Unfortunately, this is problematic when trying to extend the class, I have to copy it completely instead of simply deriving from it. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0027945) Joel Schaerer (reporter) 2012-01-17 09:51 |
Quick question to the VTK devs: why does a seemingly minor and easily solvable issue like this one take more than two years to solve? This isn't the first time I've had my bug reports ignored in Kitware projects. In fact, I've never had a bug processed and fixed quickly, even though my reports were simple with an easy fix. My question is: why have an open, public, bug tracker if you're going to ignore bug reports? Should I bother for future bugs? |
|
(0027949) Leo Liu (developer) 2012-01-19 10:53 |
Looks like it has been fixed in commit 710a8c92e2430a9b0d77cd1940bd0655a1b86144 |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-06-22 04:31 | Joel Schaerer | New Issue | |
| 2011-03-29 14:54 | David Partyka | Assigned To | => David Partyka |
| 2011-03-29 14:54 | David Partyka | Status | backlog => tabled |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2012-01-17 09:22 | Utkarsh Ayachit | Assigned To | David Partyka => Leo Liu |
| 2012-01-17 09:22 | Utkarsh Ayachit | Status | backlog => tabled |
| 2012-01-17 09:51 | Joel Schaerer | Note Added: 0027945 | |
| 2012-01-19 10:53 | Leo Liu | Note Added: 0027949 | |
| 2012-01-19 10:56 | Leo Liu | Status | tabled => customer review |
| 2012-01-19 10:56 | Leo Liu | Resolution | open => fixed |
| 2013-04-05 20:31 | Berk Geveci | Status | customer review => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |