[vtkusers] BUG in 5.2

Amy Squillacote ahs at cfdrc.com
Tue Sep 30 14:57:26 EDT 2008


At the top of that web page, there is a "Signup for a new account" link. 
Once you sign up for an account, then you can report bugs.

- Amy

Anka Kochanowska wrote:
> 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
>>
> _______________________________________________
> 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
>
>

-- 
Amy Squillacote                    Phone: (256) 726-4839
Computer Scientist                 Fax: (256) 726-4806
CFD Research Corporation           Web: http://www.cfdrc.com
215 Wynn Drive, Suite 501
Huntsville, AL  35805





More information about the vtkusers mailing list