MantisBT - VTK
View Issue Details
0009781VTK(No Category)public2009-10-27 06:132016-08-12 09:55
Mathieu Malaterre 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0009781: vtkWrapJava: HandleDataArray does not support vtkSignedCharArray
In:

void HandleDataArray(FILE *fp, FileInfo *data)
{
  const char *type = 0;

  if (!strcmp("vtkCharArray",data->ClassName) )
    {
    type = "char";
    }
  else if (!strcmp("vtkDoubleArray",data->ClassName) )
    {
    type = "double";
    }


vtkSignedChar is not handled.
No tags attached.
Issue History
2009-10-27 06:13Mathieu MalaterreNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037114
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037114)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.