MantisBT - VTK | |||||
| View Issue Details | |||||
| 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 | ||||
| Project | |||||
| Type | |||||
| 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||