View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014193ParaView(No Category)public2013-07-29 14:442013-10-24 15:22
ReporterUtkarsh Ayachit 
Assigned ToBen Boeckel (Kitware) 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version4.1Fixed in Version 
Summary0014193: Catayst Essentials Edition missing implicit functions
DescriptionCatayst Essentials Edition is missing implicit functions. Since the edition includes "Clip" filter, it needs to have the implicit functions as well. To reproduce the problem using a Essentials-Python edition, try the following in pvpython:

> from paraview.simple import *
> Clip()

You'll get errors about implicit functions. We should not be getting these errors.
TagsNo tags attached.
ProjectLANL-InSitu
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031361)
Utkarsh Ayachit (administrator)
2013-07-29 14:46

Same is true when one creates the "Glyph" filter. The following should not raise any errors on creation of the filters.

> from paraview.simple import *
> Calculator()
> Contour()
> Clip()
> Slice() # Cut is called Slice
> Glyph()
(0031739)
Ben Boeckel (Kitware) (developer)
2013-10-24 15:22

There is a test in Catalyst builds with Python for this which is merged into master: http://review.source.kitware.com/#/c/12008/5/Catalyst/Editions/Essentials/Testing/Essentials/use-essentials.py [^]

 Issue History
Date Modified Username Field Change
2013-07-29 14:44 Utkarsh Ayachit New Issue
2013-07-29 14:44 Utkarsh Ayachit Assigned To => Ben Boeckel (Kitware)
2013-07-29 14:46 Utkarsh Ayachit Note Added: 0031361
2013-10-22 12:56 Utkarsh Ayachit Target Version => 4.1
2013-10-24 15:22 Ben Boeckel (Kitware) Note Added: 0031739
2013-10-24 15:22 Ben Boeckel (Kitware) Status backlog => closed
2013-10-24 15:22 Ben Boeckel (Kitware) Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team