[vtkusers] vtkLookupTable crashes in release mode. VTK8.1.1

Vipul Pai Raikar vpai at g.clemson.edu
Tue Sep 25 18:13:25 EDT 2018


Hi Andras,

Thanks for your quick response and suggestion. I tried to change the order
as you pointed out and I am having the same issue in release mode. 

  vtkLookupTable *bwLut = vtkLookupTable::New();
  bwLut->SetRampToLinear();
  bwLut->SetTableRange (0, 255);
  bwLut->SetHueRange (0, 0);
  bwLut->SetSaturationRange (0, 0);
  bwLut->SetValueRange (0, 1);
  bwLut->Build();

Exception: 0xC0000005: Access violation writing location 0x00007FF88A593298

Vipul




--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list