MantisBT - VTK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007294 | VTK | (No Category) | public | 2008-07-07 08:12 | 2016-08-12 09:54 |
|
Reporter | Julian Ibarz | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | moved | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Project | |
Type | |
|
Summary | 0007294: Make offset parameters of vtkMapper non static |
Description | Actually the offsets parameters of vtkMapper is static and so we can't have different parameters for each mappers. It would be useful, for instance to add a skin on a mesh with a different material. |
Steps To Reproduce | |
Additional Information | I made a patch that permits that but it breaks the API and we cannot access the parameters of the offsets with static methods. So vtkOpenGLImageActor::Load(vtkRenderer *ren) has to be rewritten (the best solution is to add an interface like vtkMapper in vtkOpenGLImageActor) and also TestOrientationMarkerWidget.cxx (I remove the line that set the offsets parameters using static methods).
Please tell me if you don't want to break the API, I will try to provide a better patch. |
Tags | No tags attached. |
Relationships | |
Attached Files | 03_offset.patch (10,977) 2008-07-07 08:12 https://www.vtk.org/Bug/file/6581/03_offset.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2008-07-07 08:12 | Julian Ibarz | New Issue | |
2008-07-07 08:12 | Julian Ibarz | File Added: 03_offset.patch | |
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
2016-08-12 09:54 | Kitware Robot | Note Added: 0036994 | |
2016-08-12 09:54 | Kitware Robot | Status | expired => closed |
2016-08-12 09:54 | Kitware Robot | Resolution | open => moved |
2016-08-12 09:54 | Kitware Robot | Assigned To | => Kitware Robot |