MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009762 | VTK | (No Category) | public | 2009-10-22 07:09 | 2016-08-12 09:55 |
| Reporter | helend | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0009762: The function vtkAssembly::ShallowCopy can not work | ||||
| Description | This function can not work for my program. The original code: for (int i=0; i<0; i++) { this->Parts->AddItem(a->Parts->GetNextProp3D(pit)); } It seems no any Prop3D is added to this vtkAssembly. So, I change these codes to: vtkProp3D * p = a->Parts->GetNextProp3D(pit); while (p) { this->Parts->AddItem(p); p = a->Parts->GetNextProp3D(pit); } It works for me now. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-10-22 07:09 | helend | New Issue | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037113 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||