MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012017 | ITK | ITK | public | 2011-03-28 14:43 | 2011-04-22 17:21 |
Reporter | robert tamburo | ||||
Assigned To | kentwilliams | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ITK-4-A3 | |||
Resolution Date | 2011-04-21 | ||||
Sprint | |||||
Sprint Status | completed | ||||
Summary | 0012017: Get Seed Indices for FloodFilledFunctionConditionalConstIterator | ||||
Description | FloodFilledFunctionConditionalConstIterator does not have a get function to return the indices of seed pixels. The addition of the below code is all that is needed. /** Get seed pixels. */ std::vector<IndexType> GetSeedPixels() {return m_StartIndices;} | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-03-28 14:43 | robert tamburo | New Issue | |||
2011-04-01 10:18 | Hans Johnson | Assigned To | => kentwilliams | ||
2011-04-01 10:18 | Hans Johnson | Status | new => assigned | ||
2011-04-22 15:20 | kentwilliams | Note Added: 0026242 | |||
2011-04-22 17:21 | kentwilliams | Resolution Date | => 2011-04-21 | ||
2011-04-22 17:21 | kentwilliams | Sprint Status | backlog => completed | ||
2011-04-22 17:21 | kentwilliams | Note Added: 0026246 | |||
2011-04-22 17:21 | kentwilliams | Status | assigned => closed | ||
2011-04-22 17:21 | kentwilliams | Resolution | open => fixed | ||
2011-04-22 17:21 | kentwilliams | Fixed in Version | => ITK-4-A3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|