View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004275ParaView(No Category)public2007-01-03 11:272007-01-23 15:27
ReporterDavid Karelitz 
Assigned ToDave DeMarle 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004275: vtkCell python wrapping
DescriptionIt appears that vtkCell is not being wrapped correctly for python. The available methods on a vtkCell object are:

['AddObserver', 'BreakOnError', 'DebugOff', 'DebugOn', 'FastDelete', 'GetAddressAsString', 'GetClassName', 'GetDebug', 'GetGlobalWarningDisplay', 'GetMTime', 'GetReferenceCount', 'GlobalWarningDisplayOff', 'GlobalWarningDisplayOn', 'HasObserver', 'InvokeEvent', 'IsA', 'IsTypeOf', 'Modified', 'NewInstance', 'PrintRevisions', 'Register', 'RemoveAllObservers', 'RemoveObserver', 'RemoveObservers', 'SafeDownCast', 'SetDebug', 'SetGlobalWarningDisplay', 'SetReferenceCount', 'UnRegister']


Missing are all the data accessor methods (GetPointIds, GetEdge, GetFace, GetPoints...)
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006189)
user521
2007-01-16 10:12

I commited a change to Utilities/VTKPythonWrapping/CMakeLists.txt to wrap everything in the VTK/Common and VTK/Filtering directories. That exposes what was missing (and more).


 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team