[vtkusers] BUG in 5.2

Anka Kochanowska anka at bic.mni.mcgill.ca
Tue Sep 30 14:48:57 EDT 2008


Hi!
I know this site, I have no rights to report there and cannot find 
anything similar reported:(

Anka:-)

Michael Jackson wrote:
> http://public.kitware.com/Bug/view_all_bug_page.php
>
> Mike
>
> On Sep 30, 2008, at 11:19 AM, Anka Kochanowska wrote:
>
>> Hi!
>> I cannot find information how to report a bug, I am sorry. Wiki says:
>> >>You'll need an email to report a bug. To improve the chance of a 
>> bug being fixed, do not hesisitate to add as many details as 
>> possible, a demo sample code + sample data is always a good idea. 
>> Providing a patch almost guarantees that your patch will be 
>> incorporated into VTK. <<
>> (there is an error in the text also - hesisitate:-)
>>
>> What e-mail do I need ????
>>
>>
>> I tested the following code in vtk 5.0 and 5.2. In 5.0 only tip 
>> points of the axes are visible, in 5.2 the lines are visible.
>> Is it intentional?
>>
>> vtkAxes * axesSource = vtkAxes::New();
>>  axesSource->SetScaleFactor( 150 );
>>  axesSource->SymmetricOn();
>>  axesSource->ComputeNormalsOff();
>> vtkPolyDataMapper *axesMapper = vtkPolyDataMapper::New();
>>  axesMapper->SetInput(axesSource->GetOutput());
>>  axesMapper->SetScalarVisibility( 1 );
>> vtkActor *axesActor = vtkActor::New();
>>  axesActor->SetMapper( axesMapper );
>> vtkProperty *property = vtkProperty::New();
>>  property->SetRepresentation( VTK_POINTS );
>>     axesActor->SetProperty( property );
>>
>> Anka
>>
>>
>> _______________________________________________
>> This is the private VTK discussion list.
>> Please keep messages on-topic. Check the FAQ at: 
>> http://www.vtk.org/Wiki/VTK_FAQ
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: 
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list