View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011867VTK(No Category)public2011-02-16 07:262016-08-12 09:55
ReporterMaxim Churilin 
Assigned ToBen Boeckel (Kitware) 
PrioritynormalSeveritytrivialReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0011867: Changing EdgesProperty in vtkImplicitPlaneRepresentation has no effect
DescriptionChanging any value of EdgesProperty (for example color) in vtkImplicitPlaneRepresentation has no visual effect on corresponding widget.
Steps To ReproduceIn TestImplicitPlaneWidget2.cxx after

vtkImplicitPlaneRepresentation *rep = vtkImplicitPlaneRepresentation::New();
rep->SetPlaceFactor(1.25);
rep->PlaceWidget(glyph->GetOutput()->GetBounds());

add a string like

rep->GetEdgesProperty()->SetColor( 0.0, 0.0, 1.0 );
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Filespatch file icon use-edges-property.patch [^] (601 bytes) 2011-02-24 04:06 [Show Content]

 Relationships

  Notes
(0025570)
thorbenk (reporter)
2011-02-24 04:07

The attached patch (one line) sets the property on the EdgesActor, thus making setting the color work. Strangely, this only applies when Tubing is On, why?
(0030923)
Jean-Christophe Fillion-Robin (manager)
2013-06-05 16:33

Hi Maxim,

Would be great if you could submit a patch using Gerrit. This would make the review and integration easier. For more details see http://www.vtk.org/Wiki/VTK/Git/Develop [^]

Thanks
Jc
(0030993)
Maxim Churilin (reporter)
2013-06-16 07:28

Hi Jc,

As you had requested I submit a patch using Gerrit: http://review.source.kitware.com/#/t/2859/ [^]

I don't know whom to choose for review, so I added one of the authors of original file.

Maxim
(0031202)
Dave DeMarle (administrator)
2013-07-22 18:56

I've added myself as a reviewer too and I will see that it gets reviewed by the relevant developers. Thank you Maxim!
(0031983)
Dave DeMarle (administrator)
2013-12-17 13:12

proposed patch had problems in gerrit/dashboard review
(0033577)
Ben Boeckel (Kitware) (developer)
2014-10-03 20:22

I'll try and take a look at this.
(0036255)
Berk Geveci (administrator)
2016-07-06 16:48

Setting to status of bugs that have not been updated in the last year to expired. Please re-open if still important.
(0037220)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-02-16 07:26 Maxim Churilin New Issue
2011-02-24 04:06 thorbenk File Added: use-edges-property.patch
2011-02-24 04:07 thorbenk Note Added: 0025570
2013-06-05 16:33 Jean-Christophe Fillion-Robin Note Added: 0030923
2013-06-16 07:28 Maxim Churilin Note Added: 0030993
2013-07-22 18:56 Dave DeMarle Note Added: 0031202
2013-07-22 20:13 Dave DeMarle Assigned To => Dave DeMarle
2013-07-22 20:13 Dave DeMarle Status backlog => todo
2013-07-22 20:13 Dave DeMarle Status todo => active development
2013-08-12 17:46 Dave DeMarle Status active development => backlog
2013-12-17 13:12 Dave DeMarle Note Added: 0031983
2014-09-30 10:54 Dave DeMarle Project => TBD
2014-09-30 10:54 Dave DeMarle Type => incorrect functionality
2014-09-30 10:54 Dave DeMarle Assigned To Dave DeMarle =>
2014-10-03 20:22 Ben Boeckel (Kitware) Assigned To => Ben Boeckel (Kitware)
2014-10-03 20:22 Ben Boeckel (Kitware) Note Added: 0033577
2016-07-06 16:48 Berk Geveci Status backlog => expired
2016-07-06 16:48 Berk Geveci Note Added: 0036255
2016-08-12 09:55 Kitware Robot Note Added: 0037220
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team